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

# Platform API

> Manage databases, and teams with the Turso Platform API.

The Turso [Platform API](/api-reference) is a RESTful API that allows you to manage databases, and users. It is the same API that is used by the Turso Platform Web UI and [CLI](/cli).

The API is built for platforms that want to integrate with Turso to provide their users a serverless SQLite database — whether you're building a database-per-user (multi-tenant) architecture or a platform/reseller that provisions databases on behalf of end users.

<Info>
  **Using TypeScript?** The [`@tursodatabase/api`](https://www.npmjs.com/package/@tursodatabase/api) client wraps the entire Platform API. See the [SDK quickstart](/api-reference/introduction#quickstart-with-the-typescript-sdk).
</Info>

You can create databases, [database branches](/features/branching), [recover databases](/features/point-in-time-recovery) from a point in time, as well as [manage teams](/features/organizations), API tokens, and more with the Turso Platform API.

## API Resources

<Snippet file="platform-api-links.mdx" />
