1. Install Turso CLI: curl -sSfL https://get.tur.so/install.sh | bash. 2. turso auth login. 3. turso auth api-tokens mint. 4. Use as Bearer token.
| Base URL | https://api.turso.tech/v1/ |
|---|---|
| API version | v1 |
| Auth | API token as Bearer. Generate at turso.tech dashboard or turso auth api-tokens mint. |
| Request body | application/json |
| Pagination | N/A โ small result sets. |
| Rate limit | No published limit for Platform API. Database queries: plan-based. |
| Error format | JSON: {"error":"..."} |
| Method | Path | Description |
|---|---|---|
GET | /organizations/{org}/databases | List databases |
POST | /organizations/{org}/databases | Create database |
POST | /organizations/{org}/databases/{name}/auth/tokens | Create DB auth token |
GET /v1/organizations/{org}/databases
Authorization: Bearer {api_token}
Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change โ verify against the official docs before production use.