Rate Limits
Rate limits protect tenant performance and keep integrations predictable. Use GET /v1/auth/context to inspect credential context and GET /v1/usage for usage summaries when your key has usage:read.
Guidance
- Cache reference data where possible.
- Prefer incremental syncs over full-table polling.
- Back off on
429responses. - Avoid parallel retry storms after transient network failures.
- Use webhooks for event-driven updates instead of polling where possible.