Skip to content

DocsDevelopers

Rate limits

Requests per minute per key and the RateLimit headers.

Each API key can make 120 requests every 60 seconds. The MCP server counts against the same window.

Headers#

Every answer tells you where you stand:

HeaderMeaning
RateLimit-LimitRequests allowed in the window.
RateLimit-RemainingRequests left in the current window.
RateLimit-ResetSeconds until the window resets.
Retry-AfterOn a 429 only: seconds to wait before retrying.

When you hit the limit#

The answer is 429 with the code rate_limited. Wait for Retry-After seconds and retry. Spread batch work out rather than retrying in a tight loop.