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 the 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, deployed to Vercel with Vercel Connect and no API keys.
Vercel Connect
Give your agents secure access to third-party APIs
Use Vercel Connect to call provider APIs like Slack, GitHub, and Snowflake from your agents and services with short-lived, user-authorized tokens instead of long-lived secrets.
Build your own Slackbot with Vercel Connect
Learn how to build your very own Slackbot with Chat SDK and AI SDK. Vercel Connect supplies runtime Slack tokens and forwards triggers, so you never store a long-lived bot token.
Build an integrations hub with Nuxt and Vercel Connect
Build an Integrations Hub with Nuxt and Vercel Connect. Connect GitHub and Linear over OAuth and mint short-lived tokens at runtime with @vercel/connect, with no provider secrets in your environment.
AI SDK
How to build a Slack bot that manages files in Vercel Blob
Build a Slack bot using Chat SDK, AI SDK, and Files SDK that can list, read, upload, and delete files in Vercel Blob through tool calls.
How to build an agent for Liveblocks with Chat SDK and AI SDK
Build an AI agent that replies to @-mentions in Liveblocks comment threads with streamed responses and tool calling, using Chat SDK, AI SDK, and Redis.
Build a durable web research agent with Workflow SDK
Build a durable web research agent using the Workflow SDK and AI SDK. Learn to use the search tools and collect references from the web. Each search, read, and finding becomes a journaled step that resumes after a crash or mid-run deploy.
Chat SDK
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.
Triage form submissions with Chat SDK
Build a Slack bot that triages form submissions with interactive cards. Forward, edit, or mark as spam without leaving Slack. Built with Chat SDK, Hono, and Resend.
Run and track deploys from Slack
Build a Slack deploy bot with Chat SDK and Vercel Workflow. Dispatch GitHub Actions from a slash command, gate production behind approval, poll for completion, and notify Linear and GitHub when the run finishes.
Workflow SDK
Build a daily digest bot with Chat SDK and Workflow SDK
Build a daily digest bot that posts a daily digest of GitHub stats to Slack. Learn to use Vercel Connect to set up Slack and GitHub app securely in your project.
Build a Claude Managed Agent with Vercel Workflow
Learn how to build a Claude Managed Agent on Vercel with auth, credential vaults, durable polling, and a chat UI.
Building stateful Slack bots with Vercel Workflow
Learn how to build Slack bots that maintain state and handle long-running processes without managing queues, databases, or background job infra.
Vercel Sandbox
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.
Build a Claude Managed Agent with Vercel Sandbox
Build a Claude Managed Agent with Vercel Sandbox: each session runs in a fresh microVM with credential brokering and a webhook-driven control plane on Vercel.
Building an agent with OpenAI Agents SDK and Vercel Sandbox
Learn how to build an agent with with OpenAI Agents SDK and Vercel Sandbox
AI Gateway
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.
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.