# Run Claude Managed Agents with Chat SDK

DevFeed: [Run Claude Managed Agents with Chat SDK](<https://devfeed.tech/articles/run-claude-managed-agents-with-chat-sdk-867.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/claude-managed-agents-with-chat-sdk>)

Author: Ben Sabic

Published: 2026-08-28T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [claude](<https://devfeed.tech/tags/claude.md>), [database](<https://devfeed.tech/tags/database.md>), [slack](<https://devfeed.tech/tags/slack.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel announces support for running Claude Managed Agents with Chat SDK. The managed service runs the agent loop, model, tools, session state, and sandboxed web research server-side, with streaming replies and activity feeds for chat integrations.

## Source excerpt

You can now run Claude Managed Agents with Chat SDK. Claude Managed Agents handles the agent loop server-side, including the model, tools, session state, and sandboxed web research. That means you can ship a Slack research bot built on Claude Managed Agents and Chat SDK, with one persistent session per thread and streamed briefs with sources. What you get Token-by-token streaming: Replies render as the model writes them, over a single streamed response. Live activity feed: Tool calls and model requests are available during the turn, so you can surface a trace in the chat. No database to run: The Managed Agents session stores the conversation, so the sidebar, transcript, and replay read from it, no server-side state of your own. Portability by design: Swapping a few lines in the handler moves your agent to Teams, Google Chat, Discord, WhatsApp, and 30+ other platforms. Get started To try Claude Managed Agents with Chat SDK: Deploy a Slack research agent on Vercel in one click Follow the step-by-step guide or view the template source Read more