Use any Chat SDK adapter with eve
Vercel just eliminated the integration tax. One eve agent now connects to Facebook Messenger, WhatsApp, Slack, and 20+ surfaces—no custom code per channel.

Why it matters
Vercel's new Chat SDK channel reduces friction for AI agent deployment across multiple platforms. This is a significant productivity multiplier for teams building multi-channel conversational AI products, lowering the engineering cost of distribution.
The key facts
11 to knoweve now supports Chat SDK adapters natively
Single integration connects to Facebook Messenger, WhatsApp, Resend, Liveblocks, and other surfaces
Webhook route auto-mounts for each adapter (e.g., /eve/v1/chat/slack)
Built-in features: typing indicators, human-in-the-loop cards, thread persistence, proactive sends, failure reporting
Handlers written once, work across all connected channels
Published July 8, 2026
New .eveChat SDK channel supports Facebook Messenger, WhatsApp, Resend, Liveblocks, and any Chat SDK adapter
Single handler code routes to multiple surfaces via webhook mounts (e.g., /eve/v1/chat/slack)
Built-in features: typing indicators, human-in-the-loop card UI, thread persistence, proactive sends, failure reporting
Developers write standard Chat SDK handler code; calling send() inside a handler passes message to agent
Published July 8, 2026 on Vercel changelog
Go to the source
Vercel Blogvercel.com
Publisher excerpt: now supports Chat SDK adapters with the new .eveChat SDK channel One channel connects your eve agent to Facebook Messenger, WhatsApp, Resend, Liveblocks, and any other surface with an . You write normal Chat SDK handler code, and calling inside a handler hands the message to your agent.adaptersend…
