Launch
Vercel adds an agent builder to its dashboard
Vercel shipped in-dashboard agent creation on August 28, 2026. The builder scaffolds the agent's code, pushes it to a connected Git repository, and creates a Vercel project wired to AI Gateway models, a web chat or Slack front end, and MCP connections, so a deployed agent exists before any local setup.
- Why it matters
- Standing up an agent has meant assembling a model provider, a hosting target, a chat surface, and MCP wiring by hand. Doing it from the dashboard collapses that into one step, and because it leaves a normal Git repo behind, the scaffold is a starting point rather than a closed platform you cannot edit.
- Who should care
- Developers prototyping agents, and teams that want one in production without building the plumbing
- What you can do
- Create one from the Vercel dashboard. It provisions the project and the repo, and you carry on editing the code in Git as normal.

