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
Why it happened
There’s a separate per-IP cap (500 requests per minute by default) sitting on top of the per-user limit. It catches abuse, plus dev setups where lots of agents share one IP. You hit it because that IP fired too many requests across all agents in a 60-second window.How to fix it
- Back off and retry. The window resets after a minute.
- Running many agents from one machine in dev? Stagger their startup so they don’t all hammer the proxy at once.
- On a self-hosted install where you trust the source, raise
IP_RATE_MAX_REQUESTSinproxy-rate-limiter.ts.