ToolsThe story, in brief

Chat SDK now includes AI SDK tools

Vercel just made it one API call to wire agent tooling into production chat apps.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel's Chat SDK now ships built-in AI agent tools with approval gating and lazy loading—lowering friction for developers deploying agentic features without custom integrations.

The key facts

12 to know
  1. Chat SDK ships new ai subpath with createChatTools() method

  2. Write tools gated by requireApproval option (default: on)

  3. Three presets available: reader, messenger, moderator

  4. Lazy loading reduces overhead—only constructs tools preset allows

  5. Previous chat/ai exports flagged deprecated; migration to chat/ai required

  6. Chat SDK ships built-in AI toolset via chat/ai subpath

  7. Single createChatTools() call integrates read/write actions into agents

  8. Write tools require approval gate (requireApproval option, enabled by default)

  9. Three presets available: reader, messenger, moderator—each scope allowed tools

  10. Lazy loading: only preset-allowed tools are constructed

  11. Previous toAiMessages from chat/ai re-exports now deprecated

  12. Templates and documentation provided for quick start

Go to the source

Vercel Blogvercel.com

Publisher excerpt: Chat SDK now ships a built-in toolset through the new subpath. One call wires Chat SDK's read and write actions into your agent.AI SDKchat/aicreateChatTools(chat) and its supporting types have moved to . The previous re-exports are flagged .toAiMessageschat/aichat@deprecated Read the to get…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools