Vercel Agent Overview
Vercel Agent is available in Beta on Enterprise and Pro plans
Vercel Agent is an AI code reviewer for speeding up your development process. It sits in your repository and for every PR it analyzes your PR diff, reproduces issues in secure sandboxes, generates and validates proposed fixes, and lets you apply them. Key features include:
- Agentic analysis: Vercel Agent performs multi-step reasoning over your code changes to identify security vulnerabilities, logic errors, and performance issues
- Secure sandboxing: Vercel Agent reproduces issues in secure sandboxes with up-to-date docs using tools like web search to identify problems that standard code checks miss
- Suggested code changes: Vercel Agent provides code fixes directly in your pull request
To enable code reviews for your repositories, navigate to the Agent tab of the dashboard.
- Click Enable
- Under Repositories, choose one of the following:
- All repositories (default)
- Public only
- Private only
- Under Review Draft PRs, select whether to:
- Skip draft PRs (default)
- Review draft PRs
- (Optional) Configure Auto-Recharge to keep your balance topped up automatically:
- Set the threshold for When Balance Falls Below.
- Set the amount for Recharge To Target Balance.
- Optionally, add a Monthly Spending Limit.
- Click Save to confirm your settings.
Vercel Agent is now enabled for your team and will automatically review pull requests in repositories connected to your Vercel projects.
Vercel Agent is charged on a credit basis. You can purchase Vercel Agent credit in the Agent tab of your Vercel dashboard. This pricing is usage based and composed of two components:
- Fixed cost: $0.30 per review
- Pass-through token costs: Billed at the underlying AI provider’s rate, with no additional markup
The token cost is based on the number of tokens the model uses to generate each review, which varies based on the code complexity, file types, and depth of analysis required. You can track your realtime spending in the Agent tab of your Vercel dashboard or read more about usage.
Vercel Agent does not store or train on any of your data. It only uses LLMs from providers on our subprocessor list, and we have agreements in place that do not allow them to train on your data.
Check out the Usage page for more details on how to configure and monitor your Vercel Agent reviews along with detailed usage metrics and analytics.
Was this helpful?