Skip to content

// docs · rate limits

Rate limits.

Per-account daily quota

10,000 calls per UTC day, shared across all your active keys. Each REST or MCP call counts as one request. The quota resets at 00:00 UTC.

Headers on every response

X-RateLimit-Limit:     10000
X-RateLimit-Remaining: 9876
X-RateLimit-Reset:     1780000000   # UTC epoch seconds

429 behavior

Past the daily limit you'll get HTTP 429 with a JSON body that includes resetAt. Wait for the reset, then retry — no extra penalty.

Need more?

Email [email protected] with your use case. Studio plans include a 50,000-call quota.