FixVibe

// docs / quotas & limits

Quotas અને limits

નીચેની દરેક quota અને rate-limit value build time પર entitlements module માંથી derive થાય છે, એટલે આ page server ખરેખર enforce કરે છે તેની સાથે ક્યારેય drift થતું નથી.

Per-tier હકો

મફતશોખપ્રોUnlimited
દર મહિને scans350200Unlimited પ્લાન¹
Projects (verified domains)11520
API tokens01520
Webhook endpoints01520
Active probesનાહાહાહા
GitHub repo scansનાનાહાહા
Scheduled re-scansનાના≥3h cadence≥6h cadence
Live threat detectionનાનાનાહા
Sharable reportsનાનાહાહા
સંગ્રહ7 દિવસ30 દિવસ90 દિવસ365 દિવસ
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

દરેક /api/v1/* અને /api/mcp request bearer token ના hash પર keyed છે અને બે windowsમાંથી પસાર થાય છે:

  • Burst: પ્રતિ second 10 requests.
  • Steady: પ્રતિ minute 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
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 trip થયું તેનું નામ message માં હોય છે (burst (10/s) vs steady (60/min)), જેથી 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 સફળ સાઇન-અપ. દર-મર્યાદિત callbacks /sign-in?error=rate_limited પર રીડાયરેક્ટ થાય છે.

Retention

Scans + findings ઉપરની table મુજબ auto-purge થાય છે. Anonymous one-shot scans creation પછી 24h માં expire થાય છે. Audit logs 18 months retain થાય છે. Monitor snapshots last 7 days તથા દરેક (domain, signal) માટે latest baseline સુધી prune થાય છે. Dismissed alerts 90 days પછી purge થાય છે. બધા retention /api/cron/retention-cleanup દ્વારા રોજ enforce થાય છે.

Quotas અને limits — Docs · FixVibe