Database API
Read, write, and query the records in your workspace database over REST or the JavaScript SDK.
Build API
Create workspaces, edit app code, and publish deployments — the REST equivalent of the Zite MCP build tools.
Get an API key
Generate a key in Developer settings, then send it as a Bearer token on every request:Database API
Already have data in Zite and just need to reach it from your own code? Skip the agent and app framework — talk to your tables directly. Base URL:app.zite.com/database/{databaseId}/{tableId}/…), then call it with the
JavaScript SDK or plain HTTP: