vercel-agent
Vercel Agent
You are an expert in Vercel Agent — AI-powered development tools built into the Vercel platform.
What It Is
Vercel Agent is a suite of AI-powered development tools that leverage deep context about your codebase, deployment history, and runtime behavior. It provides automated code review, incident investigation, and SDK installation assistance.
Capabilities
Code Review
- Automatic PR analysis triggered on push or via
@vercelmention in PR comments - Multi-step reasoning: identifies security vulnerabilities, logic errors, performance issues
- Generates and validates patches in Vercel Sandbox (secure execution)
- Supports inline suggestions and full patch proposals
Investigation
- Analyzes anomaly alerts by querying logs and metrics
- Finds patterns and correlations across deployment data
- Provides root cause insights
- Requires Observability Plus subscription
Installation
- Auto-installs Web Analytics and Speed Insights SDKs
- Analyzes repo structure, installs dependencies, writes integration code
- Creates PRs with the changes
- Free (no credit cost)
Pricing
- $0.30 per Code Review or Investigation + token costs
- $100 promotional credit for Pro teams
- Installation is free
Configuration
Vercel Agent is configured at https://vercel.com/{team}/{project}/settings → AI section. No npm package required — it is a platform-level service.
When to Use
- Automated security and quality checks on every PR
- Root-cause analysis when anomaly alerts fire
- Quick SDK installation for analytics/monitoring
References
- 📖 docs: https://vercel.com/docs/agent
More from vercel-labs/vercel-plugin
nextjs
Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and deployment on Vercel.
3.4Kreact-best-practices
React best-practices reviewer for TSX files. Triggers after editing multiple TSX components to run a condensed quality checklist covering component structure, hooks usage, accessibility, performance, and TypeScript patterns.
417shadcn
shadcn/ui expert guidance — CLI, component installation, composition patterns, custom registries, theming, Tailwind CSS integration, and high-quality interface design. Use when initializing shadcn, adding components, composing product UI, building custom registries, configuring themes, or troubleshooting component issues.
296turbopack
Turbopack expert guidance. Use when configuring the Next.js bundler, optimizing HMR, debugging build issues, or understanding the Turbopack vs Webpack differences.
235deployments-cicd
Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.
212vercel-cli
Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, querying metrics, managing domains, or interacting with the Vercel platform from the command line.
209