Concepts
The platform's design rests on a small number of recurring ideas. Read these once, then refer back as needed.
- Authentication — OAuth 2 and API keys.
- Pagination — cursor-based, stable across writes.
- Webhooks — signed deliveries with replay.
- Rate limits — per-tenant + per-key headroom.
- Idempotency — safe retries on every write.