Rate Limit Headers
Every API response includes rate limit headers:Default Limits
| Endpoint Type | Limit |
|---|---|
| Public API | 1000 requests/hour |
| Control Plane | 500 requests/hour |
| Authentication | 10 requests/minute |
Per-Tenant Limits
Rate limits are applied per tenant, ensuring isolation between organizations.Rate Limit Exceeded
When rate limited, you’ll receive:Best Practices
- Monitor rate limit headers
- Implement exponential backoff
- Cache responses when possible
- Use webhooks instead of polling
- Contact support for higher limits