Quick Start
PR Hunt is a managed PR reviewer. No customer API keys required.
1. Subscribe
Choose a tier on the pricing page.
2. Connect GitHub
After checkout, open your dashboard and click Connect GitHub. One subscription links to exactly one GitHub login.
3. Install the GitHub App
Install the PR Hunt GitHub App on the repos/orgs you want PR Hunt to access. The dashboard will show the install link if configured.
Triggering Runs
On any pull request where the GitHub App is installed, comment:
Only the linked GitHub login can trigger runs.
Billing + Quotas
Runs are metered per Stripe subscription period (not calendar month). Included runs and top-ups expire at current_period_end.
- ✓ Starter: $39/month, 15 runs included
- ✓ Pro: $99/month, 40 runs included
- ✓ Top-ups: 10 runs ($30) or 25 runs ($70)
Buy top-ups from the dashboard.
Security + Guardrails
PR Hunt runs in an ephemeral sandboxed environment. The runtime is disposed after each run.
PR Hunt uses a fixed model and enforces hard budgets per run (diff size limit, max calls/run, max output tokens). This bounds worst-case spend by construction.
We also reconcile internal metering against OpenAI’s Costs API daily and automatically disable runs if drift exceeds thresholds.
Troubleshooting
- ✓ No response? Confirm the GitHub App is installed on the repo and your GitHub login is connected.
- ✓ Out of runs? Open the dashboard and buy a top-up.
- ✓ Very large PRs may be rejected by diff-size limits.