
Run Claude Managed Agents with Chat SDK
Quick Answer
Vercel AI introduces Claude Managed Agents with Chat SDK, enabling seamless chat interfaces across platforms like Slack and WhatsApp.
Quick Take
The solution features token-by-token streaming, a live activity feed, and eliminates the need for a separate database, making it easy to deploy and manage conversations.
Key Points
- Claude Managed Agents handle server-side agent loops, including model and session state.
- Chat SDK provides a type-safe handler for integrating with multiple messaging platforms.
- Token-by-token streaming allows real-time response rendering during conversations.
- No database is required; sessions are stored directly within Managed Agents.
- Portability allows easy migration of agents across over 10 messaging platforms.
Source Excerpt
Run Claude Managed Agents with Chat SDK. Anthropic's quickstart pairs a persistent agent session with a streaming browser chat, portable to Slack and beyond.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

