Rate Limits
AgentGate applies rate limits to ensure fair usage and platform stability.Default Limits
Enterprise plans may have higher limits. Contact sales for custom limits.
Rate Limit Headers
All API responses include rate limit headers:When Limits Are Hit
When rate limited, you receive: Status:429 Too Many Requests
Headers:
Handling Rate Limits
Respect Retry-After
TheRetry-After header indicates how long to wait:
Implement Exponential Backoff
For robust handling:Monitor Remaining Requests
Proactively slow down when approaching limits:Best Practices
Batch When Possible
Instead of many individual requests:Use Webhooks
Webhooks don’t count against rate limits and are more efficient than polling:Cache Responses
Cache data that doesn’t change frequently:Queue and Throttle
For bulk operations, use a rate-limited queue:Concurrent Run Limits
In addition to API rate limits, there’s a limit on concurrent runs:
If you hit the concurrent limit:
Requesting Limit Increases
If you need higher limits:- Document your use case: Explain why current limits are insufficient
- Show usage patterns: Provide data on your typical request patterns
- Contact support: Email support or use the dashboard contact form
- Current organization ID
- Specific limits you need increased
- Expected request volume
- Business justification