Turso · Schema

Organization

A Turso organization account

DatabaseEdge ComputingSQLiteDeveloper ToolsMulti-TenantAI Agents

Properties

Name Type Description
name string The organization name. Every user has a `personal` organization for their own account.
slug string The organization slug. This will be your username for `personal` accounts.
type string The type of account this organization is. Will always be `personal` or `team`.
overages boolean The name of the organization. Every user has a `personal` organization for their own account.
require_mfa boolean Whether all members of the organization are required to have multi-factor authentication enabled.
blocked_reads boolean Returns the current status for blocked reads.
blocked_writes boolean Returns the current status for blocked writes.
plan_id string The pricing plan identifier this organization is subscribed to.
plan_timeline string The billing cycle for the paid plan, if any.
platform string The external platform this organization is managed by. Will be empty for Turso managed organizations.
View JSON Schema on GitHub

JSON Schema

turso-organization-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.turso.tech/schemas/organization.json",
  "title": "Organization",
  "description": "A Turso organization account",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The organization name. Every user has a `personal` organization for their own account.",
      "example": "personal"
    },
    "slug": {
      "type": "string",
      "description": "The organization slug. This will be your username for `personal` accounts.",
      "example": "iku"
    },
    "type": {
      "type": "string",
      "description": "The type of account this organization is. Will always be `personal` or `team`.",
      "example": "personal",
      "enum": [
        "personal",
        "team"
      ]
    },
    "overages": {
      "type": "boolean",
      "description": "The name of the organization. Every user has a `personal` organization for their own account.",
      "example": false
    },
    "require_mfa": {
      "type": "boolean",
      "description": "Whether all members of the organization are required to have multi-factor authentication enabled.",
      "example": false
    },
    "blocked_reads": {
      "type": "boolean",
      "description": "Returns the current status for blocked reads.",
      "example": false
    },
    "blocked_writes": {
      "type": "boolean",
      "description": "Returns the current status for blocked writes.",
      "example": false
    },
    "plan_id": {
      "type": "string",
      "description": "The pricing plan identifier this organization is subscribed to.",
      "example": "developer"
    },
    "plan_timeline": {
      "type": "string",
      "description": "The billing cycle for the paid plan, if any.",
      "example": "monthly"
    },
    "platform": {
      "type": "string",
      "description": "The external platform this organization is managed by. Will be empty for Turso managed organizations.",
      "example": "vercel"
    }
  }
}

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-organization"
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.