AgentsAugust 28, 2026via Vercel Blog
Build and deploy eve agents from the Vercel dashboard
Why it matters
Agent infrastructure is moving into mainstream cloud platforms. Vercel's no-code agent builder with integrated deployment, model selection, and tool connectors lowers the barrier for practitioners to ship agentic products without managing infrastructure.
Key signals
- Vercel adds no-code agent builder to dashboard
- Scaffolds agent code, auto-creates private Git repo, deploys as Vercel project
- Support for Next.js web chat and Slack channel deployment
- Built-in integrations: Linear, Notion, custom MCP servers
- Model selection via AI Gateway
- Published August 28, 2026
The hook
Vercel just turned agent-building into a dashboard feature. No CLI, no config — scaffold, customize, deploy in clicks.
You can now create agents directly from the Vercel dashboard, giving you a deployed agent that you can chat with right away. The builder scaffolds the agent, creates a private Git repository with its files, and deploys it as a new Vercel project on your team. In a few clicks, you get a working agen…