ToolsMarch 3, 2026via Vercel Blog
Building Slack agents can be easy
Why it matters
Vercel's new Slack Agent Skill automates the entire workflow for building and deploying Slack bots—from planning to production—by leveraging coding agents like Claude Code to handle coordination across fragmented systems. This lowers the barrier for teams to build agent-powered workflows without AI expertise.
Key signals
- Vercel Slack Agent Skill ships with template, wizard, and one-session deployment to production
- Works with Claude Code, OpenCode, Cursor, GitHub Copilot and other coding agents
- Built-in human-in-the-loop approval gates for sensitive actions; billing only on active CPU time during human wait periods
- Includes Workflow DevKit for multi-turn conversations with suspension/resumption across messages and threads
- AI Gateway provides model switching across providers with automatic failover
- Pre-configured OAuth scopes, event subscriptions, slash commands in manifest template
- Includes Vercel Academy course covering full Slack agent lifecycle and Vercel Sandboxes for isolated code execution
- Published March 3, 2026
The hook
Not a pilot. Vercel just cut Slack agent deployment from weeks to a single session with Claude Code.
Slack is already where teams work. It provides a natural interface for agents, with messages, threads, buttons, and events, so you don't need to invent a new UI or onboarding flow. Getting from "I want a Slack agent" to a running deployment, though, means coordinating across a lot of systems:
Each p…