Chat SDK is now available, the universal chat layer for building bots and agents. Build your Slack agent with the Slack adapter now or follow the guide . 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: Creating an app in the Slack API console Configuring OAuth scopes and event subscriptions Writing webhook handlers and signature verification Deploying to infrastructure that can handle Slack's 3-second response window Each piece has its own docs, and they all need to work together. Coding agents like Claude Code, OpenCode, Cursor, and GitHub Copilot are well suited for exactly this kind of coordination because they can read docs, reason through dependencies, and generate code in seconds. We built the Slack agent skill to take advantage of that.…