Rate limits

To keep the API fast for everyone, requests are rate limited per token. The exact numbers are a placeholder until the API is public.

Headers

Every response reports your current budget:

X-RateLimit-Limit: 600
X-RateLimit-Remaining: 587
X-RateLimit-Reset: 1735689600

When you are limited

If you exceed the limit, the API responds with 429 and a Retry-After header telling you how many seconds to wait. Back off, then retry. Build clients that respect Retry-After rather than hammering the endpoint.