// docs / quotas & limits
Quotas र limits
तलका हरेक quota र rate-limit value build time मा entitlements module बाट derived हुन्छन्, त्यसैले यो page server ले वास्तवमै enforce गर्ने कुराबाट drift हुन सक्दैन।
प्रति-tier entitlements
| निःशुल्क | शौक | प्रो | Unlimited | |
|---|---|---|---|---|
| Scans / महिना | 3 | 50 | 200 | Unlimited योजना¹ |
| Projects (verified domains) | 1 | 1 | 5 | 20 |
| API tokens | 0 | 1 | 5 | 20 |
| Webhook endpoints | 0 | 1 | 5 | 20 |
| Active probes | छैन | छ | छ | छ |
| GitHub repo scans | छैन | छैन | छ | छ |
| Scheduled re-scans | छैन | छैन | ≥3h cadence | ≥6h cadence |
| Live threat detection | छैन | छैन | छैन | छ |
| Sharable reports | छैन | छैन | छ | छ |
| Retention | 7 दिन | 30 दिन | 90 दिन | 365 दिन |
| Team seats | 1 | 1 | 1 | 5 |
| 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 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/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
}Trip भएको window 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 24 घण्टामा 5 सफल साइन-अप। दर-सीमित कलब्याकहरू /sign-in?error=rate_limited मा रिडाइरेक्ट हुन्छन्।
Retention
Scans + findings माथिको table अनुसार auto-purge हुन्छन्। Anonymous one-shot scans creation पछि 24h मा expire हुन्छन्। Audit logs 18 महिना retain हुन्छन्। Monitor snapshots last 7 days plus latest baseline per (domain, signal) मा prune हुन्छन्। Dismissed alerts 90 दिनपछि purge हुन्छन्। सबै retention /api/cron/retention-cleanup ले daily enforce गर्छ।
