Command Palette

Search for a command to run...

Operations

Rate Limits

Understand per-tenant request limits, response headers, and throttling behavior.

Rate Limit Headers

Math AI returns headers that show the active backend and the remaining request budgets.

Rate Limit Response Headershttp
x-rate-limit-backend: redis
x-rate-limit-limit-minute: 60
x-rate-limit-remaining-minute: 58
x-rate-limit-limit-day: 1000
x-rate-limit-remaining-day: 996
retry-after: 60

What To Do On 429

  • Respect retry-after before retrying

  • Back off on burst traffic from your backend workers

  • Do not retry immediately in a tight loop

  • Log rate-limit responses so your team can adjust batching or product UX

Rate Limits | Math AI Docs