FixVibe

// docs / quotas & limits

Quotas او limits

لاندې هر quota او rate-limit value د build time پر مهال له entitlements module څخه derived ده، نو دا page د server له actual enforcement څخه drift نشي کولای.

Per-tier entitlements

وړیاګټور وختپروUnlimited
Scans / month350200د Unlimited پلان¹
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نهنههوهو
Retention7 ورځې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: په ثانیه کې 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
}

هغه window چې tripped شوی په message کې named وي (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 لپاره په ۲۴ ساعتونو کې ۵ بریالي ثبت نومونه. د کچې محدودشوي 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 plus latest baseline per (domain، signal) ته prune کېږي. Dismissed alerts له 90 days وروسته purge کېږي. ټول retention هره ورځ د /api/cron/retention-cleanup له خوا enforced.

Quotas او limits — Docs · FixVibe