the API tiers
Pricing
The engine is free. Paid tiers buy throughput — higher rate limits and a personal API key — for CI gates and programmatic, at-scale scanning. Monthly. Cancel anytime.
Free
For exploring and the occasional scan.
Free
Start free - ·60 requests / minute
- ·Full detection engine
- ·Registry + verdict pages
- ·SARIF + JSON output
Pro
popularFor CI gates and steady programmatic scanning.
$29 / mo
- ·600 requests / minute
- ·API key (license) auth
- ·Priority for bulk scanning
- ·Everything in Free
Team
For high-volume pipelines and whole-org coverage.
Let's talk
Contact us - ·2,000+ requests / minute
- ·API key (license) auth
- ·Highest throughput
- ·Everything in Pro
Using your API key
After subscribing, Polar issues you a license key — that key is your API key. Send it as a bearer token and your higher rate limit applies automatically:
curl https://api.clauwdit.4worlds.dev/audit/agentmail \ -H "Authorization: Bearer YOUR_LICENSE_KEY"
Check what tier a key resolves to:
curl https://api.clauwdit.4worlds.dev/me -H "Authorization: Bearer YOUR_LICENSE_KEY"
# { "tier": "pro", "authenticated": true, "limits": { "rpm": 600, "batch": true } } Payments and subscriptions are handled by Polar (merchant of record). We never see your card details.