Vercel
Chat SDK by Vercel is the open-source toolkit for building chat interfaces — it powers conversational UIs across Slack, Teams, Discord, WhatsApp, Telegram, and more. AgentPhone is an official vendor adapter, bringing SMS, MMS, iMessage, and voice to the Chat SDK ecosystem through one interface.
Four channels, one adapter
Inbound SMS, MMS, and iMessage arrive as standard Chat SDK message events. Voice calls land as messages containing the full transcript and summary when the call ends — your bot logic handles everything through the same handler pipeline.
Get started in 30 seconds
Point your AgentPhone webhook at your server and you’re live. The adapter verifies HMAC-SHA256 signatures with replay protection out of the box.
iMessage reactions
AgentPhone is the only Chat SDK adapter with iMessage tapback support — send and receive love, like, dislike, laugh, emphasize, and question:
Inbound reactions fire the standard onReaction handler — no special handling required.
Voice call transcripts
When a call ends, the transcript arrives as a Chat SDK message with the full text, a summary, and call metadata:
A customer calls in, the transcript arrives, and your bot follows up via SMS — all through one handler.

