Core Concepts
Quota & Rate Limits
Each plan comes with a monthly intercept quota and an MCP Copilot limit that resets on the first of the month.
Hacker (Free)
5,000 API req/mo10 MCP requests/mo
Pro Developer
150,000 API req/mo50 MCP requests/mo
Business
1,000,000 API req/mo200 MCP requests/mo
Enterprise
Unlimited APIs500 MCP requests/mo
Quota is enforced via a lock-free in-memory cache (DashMap). Checking quota adds <0.1ms to request processing. When quota is exhausted, API requests pass through unscanned and MCP Copilot access is disabled unless overage is enabled or top-up credits are purchased.
Upgrading your subscription tier instantly adjusts your rate limits via Stripe webhooks.