FixVibe

// 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

BepulHobiProSınırsız
Scans / month350200Unlimited rejasi¹
Projects (verified domains)11520
API tokens01520
Webhook endpoints01520
Active probesyo‘qhahaha
GitHub repo scansyo‘qyo‘qhaha
Scheduled re-scansyo‘qyo‘q≥3h cadence≥6h cadence
Live threat aniqlashyo‘qyo‘qyo‘qha
Sharable reportsyo‘qyo‘qhaha
Retention7 kun30 kun90 kun365 kun
Team seats1115
Supportstandardstandardprioritydedicated

¹ 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
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.

Kvotalar va limitlar — Docs · FixVibe