Vercel Agent: An agent you can let near production
Vercel just shipped an agent that can fix your production bugs in under 3 minutes—and actually made it safe to let it.

Why it matters
Vercel Agent represents a shift in how AI agents integrate into developer workflows: moving beyond read-only assistants to autonomous action-takers, but with a novel permissions model (plan-to-permission + sandboxing) that keeps blast radius contained. This is product-layer maturation of agent deployment patterns that investors and founders are betting on.
The key facts
8 to knowVercel Agent reduces alert-to-mitigation time to under 3 minutes (real production example: 11pm bad deploy → rollback approved in <3 min)
Agent operates under separate principal identity with read-only default + plan-approval-scoped permissions (least-privilege by design)
Generated code runs in ephemeral Firecracker microVM sandbox before any production touch
Plan-to-permission model: agent proposes specific action, gets short-lived capability scoped only to that plan, drops back to read-only after
Rolling out gradually to Pro and Enterprise teams
Integrations: Vercel Dashboard, GitHub, CLI
Capabilities in phase 1: investigate anomalies, open PRs, answer questions; phase 2 will include delegated specialists (security review, UX review)
Three-check enforcement: capability token, scope, team permissions—all enforced at platform layer
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Today we're expanding . It started by triaging alerts and reviewing your pull requests. Now it has a home in your dashboard, where it can investigate production, answer questions about your projects, and take action once you approve it.Vercel Agent Because Vercel Agent is built into the platform…