FixVibe

// docs / quotas & limits

Quota ଓ limit

ତଳର ପ୍ରତ୍ୟେକ quota ଓ rate-limit value build time ରେ entitlements module ରୁ ଆସେ, ସେହିପରି ଏହି page server ଯାହା ପ୍ରକୃତରେ enforce କରେ ତାହାରୁ drift କରିପାରେ ନାହିଁ।

ପ୍ରତି-tier entitlement

ମାଗଣାଶଖପ୍ରୋUnlimited
ମାସକୁ scan350200Unlimited ଯୋଜନା¹
Project (verified domain)11520
API token01520
Webhook endpoints01520
Active probeନାହଁହଁହଁ
GitHub repo scanନାନାହଁହଁ
Scheduled re-scanନାନା≥3h cadence≥6h cadence
ସଜୀବ ବିପଦ ଚିହ୍ନଟନାନାନାହଁ
Sharable reportsନାନାହଁହଁ
Retention ଅବଧି7 ଦିନ30 ଦିନ90 ଦିନ365 ଦିନ
Team seat1115
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 limit

ପ୍ରତ୍ୟେକ /api/v1/* ଏବଂ /api/mcp request bearer token ର hash ଉପରେ keyed ଏବଂ ଦୁଇ window ମାଧ୍ୟମରେ ଚାଲେ:

  • Burst: ପ୍ରତି ସେକେଣ୍ଡ 10 request।
  • Steady: ପ୍ରତି ମିନିଟ୍ 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 ରେ, response ଏଗୁଡ଼ିକ include କରେ:

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 ରେ 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.

ସାଇନ୍‌ଅପ୍ ଥ୍ରଟଲ୍ (ପ୍ରତି IP/24)

Free ଯୋଜନାରେ ସ୍ୱୟଂଚାଳିତ ଖାତା ସୃଷ୍ଟି ରୋକିବା ପାଇଁ IP/24 ପ୍ରତି 24 ଘଣ୍ଟାରେ 5ଟି ସଫଳ ସାଇନ-ଅପ। ହାର-ସୀମିତ callbacks /sign-in?error=rate_limitedକୁ ରିଡାଇରେକ୍ଟ ହୁଏ।

Retention ଅବଧି

Scan + finding ଉପରର table ଅନୁଯାୟୀ auto-purge ହୁଏ। Anonymous one-shot scan creation ପରେ 24h ରେ expire ହୁଏ। Audit log 18 months retain କରେ। Monitor snapshot last 7 days ସହିତ latest baseline per (domain, signal) କୁ prune ହୁଏ। Dismissed alert 90 ଦିନ ପରେ purge ହୁଏ। ସମସ୍ତ retention /api/cron/retention-cleanup ଦ୍ୱାରା ଦୈନିକ enforce ହୁଏ।