FixVibe

// docs / quotas & limits

Квоталар жана лимиттер

Төмендеги ар бир quota жана rate-limit мани build кезинде entitlements модулинен алынады, сондыктан бул бет сервер накты enforcing ететин мандерден ауыткымайды.

Tier боюнча entitlements

АкысызХоббиПроБез ограничений
Scans / month350200Unlimited планы¹
Projects (verified domains)11520
API tokens01520
Webhook endpoints01520
Active probesжокообаообаооба
GitHub repo scansжокжокообаооба
Scheduled re-scansжокжок≥3h cadence≥6h cadence
Live threat аныктоожокжокжокооба
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 болот жана еки 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 мыналарды камтиды:

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 ишинде аталады (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 сакталат. Monitor snapshots last 7 days + ар бир (domain, signal) үчүн latest baseline-га prune. Dismissed alerts 90 days кийин purge. Барлык retention daily /api/cron/retention-cleanup аркылуу enforced.