Run Claude Managed Agents with Chat SDK
You can now run Claude Managed Agents with Chat SDK, which provides a server-side agent loop including model, tools, and session state management. Chat SDK offers a type-safe chat interface with adapters for Slack, WhatsApp, Discord, Teams, and other platforms, enabling you to deploy agents across multiple channels with minimal setup.
You can now run with .Claude Managed AgentsChat SDK
Claude Managed Agents handles the agent loop server-side, including the model, tools, session state, and sandboxed web research.
Chat SDK gives that agent a chat interface through a single type-safe handler, with adapters that carry it to Slack, WhatsApp, and more.
To see it work, a new builds a working research analyst you chat with in the browser. It runs on Chat SDK's web adapter, so there's no platform registration, webhook verification, or tunnel, just your Anthropic credentials.Anthropic quickstart
Follow the or learn more in the .step-by-step guideChat SDK documentation
What you get
: Replies render as the model writes them, over a single streamed response.Token-by-token streaming
: Tool calls and model requests are available as the turn runs, so you can surface a trace in the chat.Live activity feed
The Managed Agents session stores the conversation, so the sidebar, transcript, and replay read straight from it, with no server-side state of your own.No database to run:
: Swapping a few lines in the handler moves your agent to Slack, Teams, Discord, Telegram, WhatsApp, and 10+ other platforms.Portability by design
Source: original entry ↗