// docs / quotas & limits
Kvotalar va limitlar
Quyidagi har bir quota va rate-limit qiymati build paytida entitlements modulidan olinadi, shuning uchun bu sahifa server amalda enforce qiladigan narsadan chetga chiqmaydi.
Tier bo‘yicha entitlements
| Bepul | Hobi | Pro | Sınırsız | |
|---|---|---|---|---|
| Scans / month | 3 | 50 | 200 | Unlimited rejasi¹ |
| Projects (verified domains) | 1 | 1 | 5 | 20 |
| API tokens | 0 | 1 | 5 | 20 |
| Webhook endpoints | 0 | 1 | 5 | 20 |
| Active probes | yo‘q | ha | ha | ha |
| GitHub repo scans | yo‘q | yo‘q | ha | ha |
| Scheduled re-scans | yo‘q | yo‘q | ≥3h cadence | ≥6h cadence |
| Live threat aniqlash | yo‘q | yo‘q | yo‘q | ha |
| Sharable reports | yo‘q | yo‘q | ha | ha |
| Retention | 7 kun | 30 kun | 90 kun | 365 kun |
| Team seats | 1 | 1 | 1 | 5 |
| Support | standard | standard | priority | dedicated |
¹ 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
Har /api/v1/* va /api/mcp request bearer token hash bo‘yicha keyed va ikki window orqali o‘tadi:
- Burst: soniyasiga 10 request.
- Steady: daqiqasiga 60 request.
- 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’da response quyidagilarni o‘z ichiga oladi:
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
}Qaysi window tripped bo‘lgani message’da ataladi (burst (10/s) vs steady (60/min)), shunda client backoff adapt qila oladi.
Free rejasi skan tezligi cheklovi (har IP/24 uchun)
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 (har IP/24)
Free rejasida avtomatik hisob yaratishni oldini olish uchun har IP/24 uchun 24 soatda 5 ta muvaffaqiyatli ro'yxatdan o'tish. Cheklangan callback-lar /sign-in?error=rate_limitedga yo'naltiriladi.
Retention
Scans + findings yuqoridagi table bo‘yicha auto-purge bo‘ladi. Anonymous one-shot scans creation’dan 24h keyin expire bo‘ladi. Audit logs 18 months saqlanadi. Monitor snapshots last 7 days + har (domain, signal) uchun latest baseline’gacha prune. Dismissed alerts 90 days keyin purge. Barcha retention daily /api/cron/retention-cleanup orqali enforced.
