Build an agent with eve
Run a marketing team from Slack with eve
Team of five marketing agents built on eve. The lead routes work to specialists that write long-form into Notion, queue social posts in Typefully, run email in Resend, and audit for SEO, with approvals for anything irreversible.
How to build a GitHub agent with eve and GitHub Tools
Build a GitHub agent with eve, GitHub Tools, and Vercel Connect. Register AI-callable GitHub tools, gate writes behind durable approval, and reply to @mentions in issues and pull requests with no stored GitHub credentials.
Give your eve agent an email inbox with Resend
Connect an eve agent to email using the Chat SDK channel and the Resend adapter. Handle inbound email, threaded replies, attachments, and proactive sends.
Manage your Sanity project from Slack with eve
A Slack-based Sanity copilot built on eve. It queries and edits content with GROQ, shapes schemas, manages releases, and drafts long-form pieces into Notion.
Ship social posts from Slack with eve and Typefully
A Slack-based social media agent built on eve. It drafts posts and threads for X, LinkedIn, Threads, Bluesky, and Mastodon through Typefully, manages the publishing queue, reads analytics, and drafts long-form pieces into Notion.
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 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
- Choosing between TanStack Intent and
skills - Building community moderation agents using AI SDK
- How to protect your AI endpoints with Vercel BotID
- Building human-in-the-loop agents for community moderation with durable workflows
- Run AI prompts in your GitHub Actions with the Vercel AI Action
- How to build an agent for Liveblocks with Chat SDK and AI SDK
- What is WorkflowAgent?
- Human-in-the-Loop with Chat SDK and Workflow SDK
- How to build a durable AI code agent on Vercel