FixVibe

// docs / quotas & limits

Quotas & limits

താഴെയുള്ള എല്ലാ quotaയും rate-limit valueയും build time-ൽ entitlements module-ൽ നിന്നാണ് derived ചെയ്യുന്നത്; അതിനാൽ server യഥാർത്ഥത്തിൽ enforce ചെയ്യുന്ന കാര്യത്തിൽ നിന്ന് ഈ പേജ് ഒരിക്കലും drift ചെയ്യില്ല.

ഓരോ tier-ലെയും entitlements

സൗജന്യംഹോബിപ്രൊ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ഇല്ലഇല്ലഅതെഅതെ
Retention കാലം7 ദിവസം30 ദിവസം90 ദിവസം365 ദിവസം
Team seats1115
Supportstandard (സാധാരണ)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

ഓരോ /api/v1/*യും /api/mcp request-ും bearer token-ന്റെ hash-ൽ keyed ആയി രണ്ട് windows വഴി run ചെയ്യും:

  • 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
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
}

Trip ചെയ്ത window 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 (ഓരോ IP/24)

Free പ്ലാനിൽ സ്വയമേവയുള്ള അക്കൗണ്ട് സൃഷ്ടിക്കൽ തടയുന്നതിന് IP/24-ന് 24 മണിക്കൂറിൽ 5 വിജയകരമായ സൈൻ-അപ്പുകൾ. റേറ്റ്-ലിമിറ്റ് ചെയ്ത callback-കൾ /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 plus latest baseline per (domain, signal) വരെ prune ചെയ്യും. Dismissed alerts 90 ദിവസത്തിന് ശേഷം purge ചെയ്യും. എല്ലാ retention-ഉം ദിവസേന /api/cron/retention-cleanup enforce ചെയ്യും.

Quotas & limits — Docs · FixVibe