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:

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.