Chat SDK now ships a built-in @aisdk toolset. One ๐๐๐๐๐๐๐ฒ๐๐๐๐๐๐๐๐(๐๐๐๐) call adds the full set of chat tools into your agent. Presets scope the surface, and writes are approval-gated. https://t.co/JLF9N8fAYm
Vercel Simplifies Agentic Bots With Built-in Toolsets for Chat SDK
Vercelยท Updated
Vercel launched a built-in toolset for its Chat SDK that automatically converts platform actions into standardized tools for AI agents. By using a single function call, developers can now give agents the ability to read and write across messaging platforms with native safety controls.
createChatTools call exposes the SDK's actions as tools for any agent. This follows the Chat SDK's initial release as a multi-platform bot framework.- Core function
- createChatTools
- Available presets
- reader, messenger, moderator
- Safety control
- Approval-gated write actions
- Performance feature
- Lazy loading of tools
- Implementation path
- chat/ai subpath
Building agents for Slack or WhatsApp previously required manual glue code to define platform-specific actions. This update standardizes those interactions, allowing teams to bring agents into the browser with consistent behavior. It bridges the gap between model reasoning and practical execution in production messaging environments.
You can now use presets like reader or messenger to scope permissions and enable requireApproval to gate write actions. This builds on the Chat SDK's Workflow SDK integration for human-in-the-loop approvals. These tools are lazy-loaded for performance and compatible with Vercel's GPT-5.5 integration via the AI Gateway.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards โ



