How rate limiting works
The Mandate API enforces per-agent rate limits to protect service stability. Limits are tracked per runtime key. When you exceed the limit, the API returns a429 Too Many Requests response with a Retry-After header.
Default limits
These limits apply per runtime key. Different agents with different keys have independent rate limits.
Response headers
Every API response includes rate limit headers:429 response format
Retry-After header contains the number of seconds to wait.
Retry strategy
Use exponential backoff when you receive a 429 response:Next Steps
Error Codes
Full HTTP status code reference and error response format.
API Overview
Base URL, authentication, and endpoint summary.