Documentation Index
Fetch the complete documentation index at: https://manifest.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
What you saw
429, so SDKs that respect retry-after will back off on their own.
Why it happened
Manifest caps each user at 200 requests per minute by default. The cap is there mostly to keep runaway loops from melting the proxy. Your agent crossed it inside a 60-second window.How to fix it
- Add a small delay or exponential backoff on retry. Most SDKs handle this automatically when they see a
429. - If parallel workers are hitting Manifest, throttle them so they share the budget.
- On a self-hosted install where you need more headroom, raise
RATE_MAX_REQUESTSinproxy-rate-limiter.ts.