Using Agent.ai
Rate Limits
Agent.ai implements rate limit logic to ensure a consistent user experience.
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 hoursX-AgentAI-RateLimit-Limit: 1000
: 1000X-AgentAI-RateLimit-Remaining
: 999X-AgentAI-RateLimit-ResetAt
: The timestamp when the rate limit resets.X-AgentAI-RateLimit-Breached
: True/False if the rate limit has been breached.