FixVibe

// docs / quotas & limits

Quotas ۽ limits

هيٺ ڏنل هر quota ۽ rate-limit value build time تي entitlements module مان نڪتل آهي، تنهنڪري هي page server جي actual enforcement کان drift نٿو ڪري سگهي.

Per-tier entitlements

مفتشوقپروUnlimited
Scans / month350200Unlimited پلان¹
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 per second.
  • Steady: 60 requests per minute.
  • 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
}

Message ۾ اهو window named آهي جيڪو tripped ٿيو (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