Skip to main content
Errors are grouped by where they happen: while an agent builds, at runtime, and at the Database API.

While building (Zite MCP)

At runtime

Database API errors

All Database API errors return { "error": { "code": "...", "message": "..." } }: Requests are limited to 30 per second per database; the response includes RateLimit-* headers — back off when you approach the limit. See the Database API overview.

Limits

The full platform limits table (result-set caps, timeouts, payload sizes, retention) is on Platform limits.
Building with an agent? After a change, ask it to exercise the affected workflow and pull get_logs — most runtime errors above only surface when the code actually runs, not from a type-check.