Turso · Schema

Database

A Turso Cloud database instance

DatabaseEdge ComputingSQLiteDeveloper ToolsMulti-TenantAI Agents

Properties

Name Type Description
Name string The database name, **unique** across your organization.
DbId string The database universal unique identifier (UUID).
Hostname string The DNS hostname used for client libSQL and HTTP connections.
block_reads boolean The current status for blocked reads.
block_writes boolean The current status for blocked writes.
regions array A list of regions for the group the database belongs to.
primaryRegion string The primary region location code the group the database belongs to.
group string The name of the group the database belongs to.
delete_protection boolean The current status for delete protection. If enabled, the database cannot be deleted.
parent object
View JSON Schema on GitHub

JSON Schema

turso-database-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.turso.tech/schemas/database.json",
  "title": "Database",
  "description": "A Turso Cloud database instance",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The database name, **unique** across your organization.",
      "example": "my-db"
    },
    "DbId": {
      "type": "string",
      "description": "The database universal unique identifier (UUID).",
      "example": "0eb771dd-6906-11ee-8553-eaa7715aeaf2"
    },
    "Hostname": {
      "type": "string",
      "description": "The DNS hostname used for client libSQL and HTTP connections.",
      "example": "[databaseName]-[organizationSlug].turso.io"
    },
    "block_reads": {
      "type": "boolean",
      "description": "The current status for blocked reads.",
      "example": false
    },
    "block_writes": {
      "type": "boolean",
      "description": "The current status for blocked writes.",
      "example": false
    },
    "regions": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of regions for the group the database belongs to.",
      "example": [
        "aws-us-east-1"
      ],
      "deprecated": true
    },
    "primaryRegion": {
      "type": "string",
      "description": "The primary region location code the group the database belongs to.",
      "example": "aws-us-east-1"
    },
    "group": {
      "type": "string",
      "description": "The name of the group the database belongs to.",
      "example": "default"
    },
    "delete_protection": {
      "type": "boolean",
      "description": "The current status for delete protection. If enabled, the database cannot be deleted.",
      "example": false
    },
    "parent": {
      "type": "object",
      "nullable": true,
      "properties": {
        "id": {
          "type": "string",
          "description": "The parent database identifier."
        },
        "name": {
          "type": "string",
          "description": "The name of the parent database."
        },
        "branched_at": {
          "type": "string",
          "format": "date-time",
          "description": "The timestamp when the database was branched from the parent.",
          "example": "2025-04-15T13:14:34.468213117Z"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/turso-database"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.