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

# ZangTable Public API

> Project-scoped SQLite database API for server-side applications.

ZangTable gives each project its own SQLite-backed data API: tables, columns, records, Project API Tokens, logs, and data exports around your API calls. The public API is designed for trusted server-side integrations using Project API Tokens.

<Warning>
  Project API tokens are powerful project credentials. Keep `pat_...` (Project API Token) tokens on your backend/server only. Do not ship them in browser JavaScript, mobile apps, public repos, or client-side config.
</Warning>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a Project API Token, make your first request, and add records.
  </Card>

  <Card title="Authentication" icon="shield-keyhole" href="/authentication">
    Use `pat_...` Project API Tokens safely from your backend/server.
  </Card>

  <Card title="Records" icon="table" href="/guides/records">
    List, create, update, and delete table rows.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/reference/overview">
    Browse the public integration endpoints by product area.
  </Card>
</CardGroup>

## API Endpoint

```text theme={null}
https://api-zangtable.com
```

## What you can build

* CRUD backends for lightweight apps
* Admin dashboards
* Server-side forms and automations
* Export tables, databases, schemas
* Clear debuggable logs that trace the specific developer-defined operations end-to-end
