Run Claude Managed Agents with Chat SDK
Chat SDK can put Claude Managed Agents behind browser and messaging interfaces while Anthropic retains the loop, tools, session state, and research sandbox.
Claude Managed Agents now connects to **Chat SDK** through one type-safe handler. The managed service owns the model loop, tools, session state, and sandboxed web research; the SDK adds streaming replies and a live activity feed.
Use the managed session as the conversation source for transcripts, replay, and sidebars instead of operating a separate state database. Adapters can move the same handler to Slack, Teams, Discord, WhatsApp, and **30+ platforms**.
Claude Managed Agents now connects to **Chat SDK** through one type-safe handler. The managed service owns the model loop, tools, session state, and sandboxed web research; the SDK adds streaming replies and a live activity feed. Use the managed session as the conversation source for transcripts, replay, and sidebars instead of operating a separate state database. Adapters can move the same handler to Slack, Teams, Discord, WhatsApp, and **30+ platforms**. This is a hosted architecture rather than a portable agent runtime: key execution and state responsibilities remain with Claude Managed Agents. The browser quickstart still requires **Anthropic credentials**.
This adds a concise integration path for putting a hosted Claude agent behind streaming chat and many messaging surfaces, while consolidating transcript and replay state in the managed session. It narrows the portability claim: the handler can move across channels, but execution, tools, research, and state remain tied to Claude Managed Agents and Anthropic credentials.