Getting Started
How do I get started with Paragon?
How do I get started with Paragon?
- Install the GitHub App from the dashboard
- Select which repositories to monitor
- Enable automatic PR reviews in Settings
- Paragon will automatically review new pull requests
npm i -g @polarityinc/paragon and authenticate with paragon auth login.Where can I find my API key?
Where can I find my API key?
Your API key is located in the dashboard Settings page at the bottom. Click the copy button to copy it to your clipboard.Use your API key to:
- Authenticate with the Paragon CLI (
paragon auth login) - Integrate with CI/CD pipelines
- Access the Paragon API directly
Which repositories can Paragon access?
Which repositories can Paragon access?
Paragon can only access repositories where:
- The GitHub App is installed
- You’ve explicitly enabled them in Settings → Automatic PR Reviews
PR Reviews
Why didn't Paragon review my PR?
Why didn't Paragon review my PR?
Check the following:
- Repository not enabled - Ensure the repo is added in Settings → Automatic PR Reviews
- Draft PR - Draft PRs are only reviewed if “Draft PRs” is enabled in Review Options
- GitHub App permissions - The app needs read access to pull requests and code
- Credit balance - Check your remaining credits in the dashboard
How do I re-run a review?
How do I re-run a review?
To trigger a new review on an existing PR:
- Push a new commit to the branch
- Or close and reopen the PR
- Or use the Paragon CLI:
paragon run -q "Review this PR"
Can I customize what Paragon looks for?
Can I customize what Paragon looks for?
Yes, you can customize reviews in several ways:
- Severity Filters - Choose which severity levels to report (Critical, High, Medium, Low)
- Custom Rules - Add your own coding standards and guidelines
- Review Options - Enable/disable features like PR summaries, system diagrams, and commit suggestions
Why are there issues outside my changed lines?
Why are there issues outside my changed lines?
If “Out of Diff” is enabled, Paragon analyzes surrounding code context to find issues that may be affected by your changes but aren’t directly in the diff.To disable this, turn off “Out of Diff” in Settings → Review Options.
Paragon CLI
How do I install the Paragon CLI?
How do I install the Paragon CLI?
Install globally via npm:Then authenticate:Verify installation:
What's the difference between paragon run and the interactive mode?
What's the difference between paragon run and the interactive mode?
paragon run- Non-interactive, single prompt execution. Great for scripts and piping.paragon(no args) - Interactive terminal session with conversation history, slash commands, and model switching.
paragon run for automation and paragon for exploratory coding sessions.How do I pipe code to Paragon?
How do I pipe code to Paragon?
Use stdin with The
paragon run:-q flag hides the spinner for cleaner output.Billing & Credits
How do credits work?
How do credits work?
Credits are consumed when Paragon analyzes code:
- Automatic PR reviews - Credits based on PR size and complexity
- CLI usage - Credits based on tokens processed
- Context queries - Credits for semantic search and analysis
What happens when I run out of credits?
What happens when I run out of credits?
When credits are exhausted:
- Automatic PR reviews pause until credits are replenished
- CLI commands return an error with instructions to add credits
- Free plan credits reset monthly
- Paid plans can purchase additional credits anytime
Troubleshooting
Paragon isn't finding issues it should catch
Paragon isn't finding issues it should catch
Try the following:
- Enable more severity levels - Lower severities may be filtered out
- Check custom rules - Conflicting rules may suppress findings
- Enable Out of Diff - Issues may be outside the changed lines
- Increase context - For CLI, provide more surrounding code
GitHub App connection issues
GitHub App connection issues
If you’re having trouble with the GitHub connection:
- Go to Settings → GitHub Connection
- Click “Reconnect” to re-authorize
- Ensure you grant access to the required repositories
- Check that the GitHub App has the necessary permissions
CLI authentication errors
CLI authentication errors
If
paragon auth login fails:- Ensure you have a valid API key from the dashboard
- Check your internet connection
- Try logging out first:
paragon auth logout - Re-authenticate:
paragon auth login
paragon auth status to verify your authentication state.Contact Support
Still have questions? Reach out to us:- Email: support@paragon.dev
- GitHub Issues: Report bugs or request features



