> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stora.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Build integrations, automate workflows, and sync data with the Stora Public API.

The Stora Public API gives you programmatic access to your self-storage business. Use it to build custom integrations, automate operational workflows, and sync data with the tools you already use.

<Tip>
  **Not a developer?** Connect Stora to thousands of apps without writing code using our [Zapier integration](https://intercom.help/stora/en/articles/13162033-automate-tasks-in-zapier).
</Tip>

<CardGroup cols={2}>
  <Card title="Core concepts" icon="diagram-project" href="/2025-09/guides/core-concepts">
    Understand Stora's domain model — sites, units, contacts, orders, tenancies, and more.
  </Card>

  <Card title="Authentication" icon="key" href="/2025-09/guides/authentication">
    Get set up with access tokens or OAuth 2.0 and start making requests.
  </Card>

  <Card title="Your first API call" icon="play" href="/2025-09/guides/first-request">
    Make your first request, explore responses, and learn common patterns.
  </Card>

  <Card title="Webhooks" icon="bell" href="/2025-09/guides/webhooks">
    Receive real-time notifications when events happen in Stora.
  </Card>
</CardGroup>

## What you can do

* **Manage contacts and leads** — create, update, and search your customer database
* **Automate bookings** — build custom booking flows with orders, tenancies, and subscriptions
* **Sync inventory** — track unit availability, allocations, and status changes in real time
* **Process billing** — access invoices, credit notes, and subscription data
* **React to events** — receive webhooks when things happen in Stora
* **Build partner integrations** — use the Authorization Code flow to act on behalf of operators
