Back to docs

Core Concepts

Quota & Rate Limits

Each plan comes with a monthly intercept quota that resets on the first of the month.

Hacker (Free)5,000 req/mo
Pro Developer150,000 req/mo
EnterpriseUnlimited req/mo

Quota is enforced via a lock-free in-memory cache (DashMap). Checking quota adds <0.1ms to request processing. When quota is exhausted, requests pass through unscanned unless overage is enabled. Buy top-up credits from the Billing dashboard at $0.0001/request.