FixVibe

// docs / quotas & limits

Kuota dhe kufij

Çdo quota dhe vlerë rate-limit më poshtë nxirret nga entitlements module në build time, kështu që kjo faqe nuk mund të largohet nga ajo që serveri realisht enforce.

Të drejtat sipas paketës

FalasHobiProUnlimited
Scans / month350200Plani Unlimited¹
Projects (verified domains)11520
API tokens01520
Webhook endpoints01520
Active probesjopopopo
GitHub repo scansjojopopo
Scheduled re-scansjojo≥3h cadence≥6h cadence
Live threat detectionjojojopo
Sharable reportsjojopopo
Retention7 ditë30 ditë90 ditë365 ditë
Team seats1115
Supportstandardstandardprioritari dedikuar

¹ 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

Çdo request /api/v1/* dhe /api/mcp keyed on hash të bearer token dhe kalon nëpër dy 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.

Në 429, response përfshin:

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 që tripped emërtohet në message (burst (10/s) vs steady (60/min)) që client backoff të përshtatet.

Limiti i shpejtësisë së skanimeve të planit Free (për 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)

5 regjistrime të suksesshme për IP/24 çdo 24 orë, për të parandaluar krijimin e automatizuar të llogarive të planit Free. Callback-et e limituara ridrejtojnë në /sign-in?error=rate_limited.

Ruajtja

Scans + findings auto-purge sipas tabelës më lart. Anonymous one-shot scans expire 24h after creation. Audit logs retain for 18 months. Monitor snapshots prune to last 7 days plus latest baseline per (domain, signal). Dismissed alerts purge after 90 days. All retention enforced daily by /api/cron/retention-cleanup.

Kuota dhe kufij — Docs · FixVibe