Fair use
Fair beta access with clear limits.
ReviewRouter does not run model workloads in the SaaS by default, but the control plane still needs quotas for repository sync, workflow setup, OIDC exchange, health reports, and dashboard writes.
Repository sync has a worker-level cap.
The worker applies a deterministic repository sync limit before persistence. If a GitHub installation returns more repositories than the cap, ReviewRouter keeps the first repositories by full name and reports how many were skipped.
# Default local beta repository sync cap
REVIEW_ROUTER_MAX_REPOSITORIES_PER_SYNC=250Current public-facing defaults
| Limit | Default |
|---|---|
| Workspaces per GitHub user | 3 |
| Repositories per workspace sync | 250 |
| Setup PR attempts | 5 per repository per hour |
| Manual installation sync | 10 per installation per 15 minutes |
| Review config saves | 60 per workspace per hour |
| Action OIDC exchange and health reports | DB-backed per repository/run limits |
