Skip to main content
Limits keep the free tier sustainable and protect the API. They’re starting points and may be tuned over time.

Limits

Keyed limits are per API key, by the team’s plan. The anonymous limit is per client IP.
Over MCP, a single user question is usually several HTTP requests (the client lists tools, then calls one or more). Budget the anonymous limit accordingly, or use a key.

When you’re limited

Over-limit requests get 429 with the standard error envelope:
…and these headers:

Handling it

Back off on Retry-After and retry - don’t hammer. A simple exponential backoff that honors Retry-After is plenty. If you’re regularly hitting your ceiling, a higher plan raises the per-minute limit.