Rate limits
Initial rate limits and retry guidance.
Summary
Initial limits are 120 requests/min per access token and 1,200 requests/min per workspace.
Limits
- Access token: 120 req / min
- Workspace: 1,200 req / min
When you hit the limit, the API returns 429.
Retry strategy
- Follow
Retry-After if present
- Otherwise use exponential backoff (e.g., 1s β 2s β 4s) with jitter
- Avoid large bursts; batch and smooth traffic
These limits may be adjusted as usage grows.