Build and Deploy eve Agents From the Vercel Dashboard
You can now create eve agents directly from the Vercel dashboard. Select Add New → Agent, write the instructions, pick a model through AI Gateway, and the builder scaffolds the agent, creates a private Git repository, and deploys it as a new Vercel project on your team.
A few clicks and you get a working agent you can chat with immediately, backed by a repo with code you can customize. From the builder you can:
- Write the instructions that define the agent's identity
- Pick any model available through AI Gateway (including the just-added Hy4 Preview)
- Add a Next.js web chat or Slack channel for talking to the agent
- Connect tools and data from Linear, Notion, or a custom MCP server
This is the path of least resistance for shipping a custom agent: zero local setup, no infrastructure to manage, and the code is yours in a repo the moment it's created. The agent runs on your own Vercel project with AI Gateway handling model routing, failover, and spend tracking.
For builders who want a quick eval loop or a team-facing agent without fighting CI/CD, this skips the entire "deploy my agent" workflow.