// docs / quotas & limits
कोटा सीमाश्च
Every quota च rate-limit value below अस्ति derived तः तत् entitlements module at build time, so this page शक्नोति never drift तः what तत् server actually enforces.
स्तरानुसार अधिकाराः
| निःशुल्कम् | रुचिः | प्रो | Unlimited | |
|---|---|---|---|---|
| Scans / मासः | 3 | 50 | 200 | Unlimited योजना¹ |
| परियोजनाः (verified domains) | 1 | 1 | 5 | 20 |
| API tokens | 0 | 1 | 5 | 20 |
| Webhook endpoints | 0 | 1 | 5 | 20 |
| Active probes | न | आम् | आम् | आम् |
| GitHub repo scans | न | न | आम् | आम् |
| Scheduled re-scans | न | न | ≥3h cadence | ≥6h cadence |
| Live threat detection | न | न | न | आम् |
| Sharable reports | न | न | आम् | आम् |
| धारणा | 7 days | 30 days | 90 days | 365 days |
| Team seats | 1 | 1 | 1 | 5 |
| साहाय्यम् | मानकः | मानकः | प्राथमिकः | समर्पितः |
¹ The Unlimited plan's scan quota is subject to fair use — see Terms. ² The project cap defaults to 20 active-monitoring domains at ≥6h cadence. Contact support@fixvibe.app to raise it in exchange for a longer scheduled cadence.
API rate limits
Every /api/v1/* च /api/mcp request अस्ति keyed on a hash of तत् bearer token च runs through two windows:
- Burst: 10 requests per second.
- Steady: 60 requests per minute.
- Per signed-in user: 30 scan submissions per 10 minutes — a soft cap above the per-plan monthly quota that absorbs bursts without exhausting the daily budget.
On 429, तत् response includes:
HTTP/1.1 429 Too Many Requests
content-type: application/json
retry-after: 47
x-ratelimit-limit: 60
x-ratelimit-remaining: 0
x-ratelimit-reset: 1715116200
{
"error": "rate_limited",
"message": "Token rate limit exceeded — steady (60/min). Retry in 47s.",
"retry_after_seconds": 47
}The window which tripped अस्ति named in तत् message (burst (10/s) vs steady (60/min)) so a client backoff शक्नोति adapt.
Free योजना स्कैन्-वेग-सीमा (IP/24 प्रति)
On top of the per-org 3-scans-per-month cap, Free plan users face an additional per-IP/24 rate limit: 3 scans per rolling 24 hours per IP /24 block. The same limiter covers anonymous instant scans, which prevents farming Free quota through throwaway accounts on one IP. Requests exceeding the limit return HTTP 429 Too Many Requests with a Retry-After header.
Signup throttle (per IP/24)
Free योजनायां स्वयंचालित-खाता-निर्माणस्य निवारणाय IP/24 प्रति 24 घण्टासु 5 सफलाः sign-ups। वेग-सीमिताः callbacks /sign-in?error=rate_limited इति प्रति पुनर्निर्दिश्यन्ते।
धारणा
Scans + findings auto-purge per तत् table above. Anonymous one-shot scans expire 24h after creation. Audit logs retain कृते 18 months. Monitor snapshots prune प्रति last 7 days plus तत् latest baseline per (domain, signal). Dismissed alerts purge after 90 days. All retention enforced daily by /api/cron/retention-cleanup.
