# Build and deploy eve agents from the Vercel dashboard

DevFeed: [Build and deploy eve agents from the Vercel dashboard](<https://devfeed.tech/articles/build-and-deploy-eve-agents-from-the-vercel-dashboard-822.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/build-and-deploy-eve-agents-from-the-vercel-dashboard>)

Author: Shar Dara

Published: 2026-08-28T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [MSP MCP](<https://devfeed.tech/topics/msp-mcp.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [git](<https://devfeed.tech/tags/git.md>), [identity](<https://devfeed.tech/tags/identity.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model](<https://devfeed.tech/tags/model.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [slack](<https://devfeed.tech/tags/slack.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

Vercel's dashboard can now scaffold, repository-back, and deploy eve agents, with model selection, chat channels, and service integrations.

## Source excerpt

You can now create eve 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 agent, backed by a repo with code you can use to customize it. 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 Select Add New -> Agent in your dashboard to create your first agent. Read more