// docs / quotas & limits
Quotas און לימיטן
יעדער quota און rate-limit ווערט אונטן קומט פֿון דעם entitlements module בײַ build time, אַזוי דער בלאַט קען קיינמאָל נישט אָפּווײַכן פֿון וואָס דער server טאַקע enforceט.
Entitlements פּער tier
| פֿרײַ | האָבי | פּראָ | Unlimited | |
|---|---|---|---|---|
| Scans / חודש | 3 | 50 | 200 | Unlimited פּלאַן¹ |
| פּראָיעקטן (verified domains) | 1 | 1 | 5 | 20 |
| API טאָקענס | 0 | 1 | 5 | 20 |
| Webhook endpoints | 0 | 1 | 5 | 20 |
| אַקטיווע probes | ניין | יאָ | יאָ | יאָ |
| GitHub repo scans | ניין | ניין | יאָ | יאָ |
| פּלאַנירטע re-scans | ניין | ניין | ≥3h cadence | ≥6h cadence |
| לעבן threat detection | ניין | ניין | ניין | יאָ |
| Sharable reports | ניין | ניין | יאָ | יאָ |
| אויפֿהאַלטונג | 7 טעג | 30 טעג | 90 טעג | 365 טעג |
| מאַנשאַפֿט־זיצן | 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 ראַטע־לימיטן
יעדער /api/v1/* און /api/mcp request איז keyed אויף אַ hash פֿון דעם bearer token און לויפֿט דורך צוויי windows:
- Burst: 10 requests פּער סעקונדע.
- Steady: 60 requests פּער מינוט.
- 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.
אויף 429, דער response נעמט אַרײַן:
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
}דער window וואָס האָט געטריפּט ווערט גערופֿן אין דער message (burst (10/s) קעגן steady (60/min)) אַזוי אַ client backoff קען זיך צופּאַסן.
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 (פּער IP/24)
5 דערפֿאָלגרײַכע אויפֿמעלדונגען פּער IP/24 אַלע 24 שעה, צו פֿאַרהיטן אויטאָמאַטישע באַשאַפֿונג פֿון Free פּלאַן קאַנטאָס. ראַטע-באַגרענעצטע callbacks ריידיירעקטן צו /sign-in?error=rate_limited.
אויפֿהאַלטונג
Scans + findings auto-purgeן לויט דער טאַבלע אויבן. Anonymous one-shot scans expireן 24h נאָך creation. Audit logs retainן פֿאַר 18 חדשים. Monitor snapshots pruneן צו די לעצטע 7 טעג פּלוס דעם latest baseline פּער (domain, signal). Dismissed alerts purgeן נאָך 90 טעג. אַלע retention ווערט טעגלעך enforced דורך /api/cron/retention-cleanup.
