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

# FalkorDB Cloud

> Provision and manage FalkorDB instances with the FalkorDB Cloud API

FalkorDB Cloud is the managed service for FalkorDB, the ultra-low-latency graph database. Use the FalkorDB Cloud API to provision instances, change their configuration, take backups, and manage their lifecycle programmatically.

> **Important**
>
> This API is in beta. The endpoints and request/response shapes may change without notice. Please contact [support@falkordb.com](mailto:support@falkordb.com) if you have questions or feedback.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Sign in, create your first instance, and connect to it.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Every endpoint, grouped by service tier and deployment component.
  </Card>

  <Card title="Dashboard" icon="grid-2" href="https://app.falkordb.cloud">
    Manage the same resources from the FalkorDB Cloud console.
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:contact@falkordb.com">
    Get help from the FalkorDB team.
  </Card>
</CardGroup>

## Service tiers

| Tier            | Tenancy      | Hosting                                   |
| --------------- | ------------ | ----------------------------------------- |
| Free            | Multi-tenant | FalkorDB-hosted                           |
| Startup         | Multi-tenant | FalkorDB-hosted                           |
| Pro             | Dedicated    | FalkorDB-hosted                           |
| Enterprise      | Dedicated    | FalkorDB-hosted in your dedicated network |
| Enterprise BYOA | Dedicated    | Your own cloud account                    |

## Deployment components

Each tier exposes the deployment components it supports:

* **Standalone** — a single node.
* **Single-Zone** — a primary with replicas in one availability zone.
* **Multi-Zone** — a primary with replicas spread across availability zones.
* **Cluster (Single-Zone)** and **Cluster (Multi-Zone)** — sharded deployments for larger graphs.
