Vercel Agent Usage
The Agent tab in your Vercel dashboard provides custom configuration options and detailed usage metrics that help you monitor reviews, spending, and performance across your repositories.
When Vercel Agent is enabled for your team, it will automatically review pull requests in repositories connected to Vercel projects in that team. You can also configure the following options:
- Repositories: Choose which repositories to review (All, Public only, Private only).
- Review draft PRs: Choose whether to review draft PRs.
Vercel Agent exposes the following observability details for each pull request:
- Repository: The repo where the review was performed
- Suggestions: Number of suggestions generated by the Vercel Agent
- Review time: Duration of the review process
- Files read: Number of files analyzed during the review
- Spend: Cost associated with the review
- PR: The pull request identifier
- Time: When the review occurred
You can also export this data to CSV for deeper analysis or reporting.
Was this helpful?