# Chat SDK adds X adapter support

DevFeed: [Chat SDK adds X adapter support](<https://devfeed.tech/articles/chat-sdk-adds-x-adapter-support-849.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-x-adapter-support>)

Author: Ben Sabic

Published: 2026-07-14T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [API](<https://devfeed.tech/topics/api.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [automation](<https://devfeed.tech/tags/automation.md>), [bots](<https://devfeed.tech/tags/bots.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

## AI overview

Chat SDK adds an X adapter, extending its single-codebase support for building bots across multiple messaging and collaboration platforms. The adapter uses the X API v2 and X Activity API, supports public mentions and direct messages, and manages verification, webhook signatures, and OAuth token refresh.

## Source excerpt

Chat SDK now supports X, extending its single-codebase approach to Slack, Discord, GitHub, Teams, Telegram, and WhatsApp with the new X adapter. Teams can build bots that reply to public mentions and hold direct message conversations through the X API v2 and the X Activity API. The adapter handles CRC verification and webhook signature checks automatically and can manage OAuth token refresh for long-running bots. Likes are the only supported reaction, and responses post once on completion since X has no native streaming. X's automation rules apply to automated messages. Read the documentation to get started or browse the adapter directory. Read more