Skip to main content

Build and deploy eve agents from the Vercel dashboard

By Steven Van ·

You can now create eve agents directly from the Vercel dashboard, giving you a deployed agent that you can chat with right away.

Vercel's dashboard can now create eve agents directly, producing a deployed agent 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 the team, so the result is a working agent backed by a repo you can customize.

From the builder you can:

  • Write the instructions that define the agent's identity
  • Pick any model available through AI Gateway
  • Add a Next.js web chat or Slack channel where people can talk to the agent
  • Give the agent tools and data from other services through built-in connections like Linear and Notion, or a custom MCP server

To create an agent, select Add New → Agent in the dashboard.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Build and deploy eve agents from the Vercel dashboard on Creators Toolbox