Build an agent with eve
Draft content in your voice from Slack with eve
Deploy the eve content agent template, a Slack bot that drafts blog posts, LinkedIn posts, release notes, and newsletters in your house voice from Notion, using Vercel Connect, Vercel Blob, and AI Gateway.
Build your first Slack agent with eve
Deploy the eve Slack agent template: a starter Slack bot built on the eve framework with an example tool and skill.
Build with a eve Template
Content Agent Template
A Slack bot that drafts blog posts, LinkedIn posts, release notes, and newsletters in your house voice with Notion.
Personal Agent Template
A durable AI assistant with long-term memory. Chat on the web or Slack, query Linear, and pick up where you left off.
GitHub PR Triage Agent Template
An eve agent that triages pull requests. When a PR is opened it reads the diff, applies labels, and posts one structured triage comment.
Slack Agent Template
A starter Slack bot built on Eve, with one example tool and one skill. Deploy it, @mention it, and start building.
Next.js Starter Template
A persisted Next.js chat template for Eve, built with shadcn/ui, Tailwind CSS, Streamdown, Better Auth, Drizzle, Neon, and Upstash Redis.
Using AI Gateway
Run AI prompts in your GitHub Actions with the Vercel AI Action
Use the vercel/ai-action@v2 GitHub Action to call the AI Gateway from a workflow. Generate text or structured JSON, set system messages, and handle untrusted input safely.
Build AI agents with AI Gateway and AI SDK
Build AI agents on Vercel with AI Gateway and AI SDK, then make them reliable, capable, and durable with Sandbox, Chat SDK, Vercel Connect, and Workflow.
How to build an AI agent for Slack with Chat SDK and AI SDK
Build a Slack AI agent using Chat SDK, AI SDK's ToolLoopAgent, and Vercel AI Gateway. Covers project setup, tool definitions, streaming responses, deployment to Vercel, and scaling tool selection with toolpick.
Cost-aware model routing through AI Gateway
Route easy requests to a cheap model and escalate only hard ones to a frontier model through one AI Gateway endpoint, with budgets and spend monitoring.
How I use OpenCode with Vercel AI Gateway to build features fast
How to route different AI models to different coding tasks automatically, cutting token costs by ~70% without losing quality on the work that matters.
How to build a durable AI code agent on Vercel
Build an AI agent that generates code, writes its own tests, and executes them in an isolated microVM with automatic retries.
Building agentic applications
Building AI apps on Vercel: an overview
Learn the key AI concepts and tools for building and scaling AI apps.
Streaming responses from LLMs
Learn how to use the AI SDK to stream LLM responses.
Course: Builder’s Guide to the AI SDK
Build production-ready AI features with the AI SDK and Next.js. Learn LLMs, prompting, extraction, streaming, and more.
All AI Guides
- Using xmcp with Next.js
- How to protect your AI endpoints with Vercel BotID
- Choosing between TanStack Intent and
skills - Building community moderation agents using AI SDK
- Building human-in-the-loop agents for community moderation with durable workflows
- Run AI prompts in your GitHub Actions with the Vercel AI Action
- What is WorkflowAgent?
- How to build an agent for Liveblocks with Chat SDK and AI SDK
- How to build a Slack bot that manages files in Vercel Blob
- Human-in-the-Loop with Chat SDK and Workflow SDK