// docs / quotas & limits
Квоталар және лимиттер
Төмендегі әр quota және rate-limit мәні build кезінде entitlements модулінен алынады, сондықтан бұл бет сервер нақты enforcing ететін мәндерден ауытқымайды.
Tier бойынша entitlements
| Тегін | Хобби | Про | Без ограничений | |
|---|---|---|---|---|
| Scans / month | 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 анықтау | жоқ | жоқ | жоқ | иә |
| 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 болады және екі 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/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.
