Rate Limits

We implement the following rate limits to ensure a consistent user experience: 20 requests per minute and 1000 requests per day.

For each request, we expose the following rate limit headers so that you can monitor and adjust your application’s behavior accordingly:

  • X-AgentAI-RateLimit-Policy: 1000 per 24 hours
  • X-AgentAI-RateLimit-Limit: 1000: 1000
  • X-AgentAI-RateLimit-Remaining: 999
  • X-AgentAI-RateLimit-ResetAt: The timestamp when the rate limit resets.
  • X-AgentAI-RateLimit-Breached: True/False if the rate limit has been breached.