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

# Database API

> Use the Zite REST API and TypeScript SDK to read and manage databases, tables, fields, records, and webhooks.

Zite has a full REST API (and TypeScript SDK) for working with your databases programmatically — create, read, update, and delete records, manage tables and fields, run read-only SQL queries, and subscribe to webhooks when data changes.

<Info>
  API documentation lives in the **[Zite developer docs](https://developers.zite.com)**. That's the place for API references, the Zite.js framework, agent-based building with MCP, and everything else developer-facing.
</Info>

## Developer resources

<CardGroup cols={2}>
  <Card title="Database API overview" icon="book-open" href="https://developers.zite.com/api/overview">
    Authentication, base URL, rate limits, and error codes.
  </Card>

  <Card title="TypeScript SDK" icon="cube" href="https://developers.zite.com/api/sdk">
    Work with the API from JavaScript or TypeScript with `zitejs`.
  </Card>

  <Card title="Records" icon="list" href="https://developers.zite.com/api/records/list-records">
    Create, query, update, and delete records — individually or in bulk.
  </Card>

  <Card title="Field types" icon="table-columns" href="https://developers.zite.com/api/field-types">
    Every field type, its value shape, and configuration options.
  </Card>

  <Card title="Webhooks" icon="webhook" href="https://developers.zite.com/api/webhooks/webhooks">
    Get notified when records, tables, or fields change.
  </Card>

  <Card title="SQL queries" icon="database" href="https://developers.zite.com/api/sql/run-sql">
    Run read-only SQL against your database.
  </Card>

  <Card title="Build API" icon="hammer" href="https://developers.zite.com/build-api/overview">
    Create workspaces and build, edit, and publish apps programmatically.
  </Card>

  <Card title="Zite MCP" icon="plug" href="https://developers.zite.com/api/mcp/overview">
    Let AI agents query and manage your data over MCP.
  </Card>
</CardGroup>
