ToolsAugust 25, 2026via Vercel Blog
Bring your agent to Notion with Chat SDK
Why it matters
Vercel's Chat SDK adapter expands where agents can run without code duplication. Practitioners building multi-platform bots now have Notion as a standard deployment target alongside Slack, Discord, and Teams—lowering friction for workplace agent adoption.
Key signals
- Notion adapter for Vercel Chat SDK launched
- Agents can join Notion page comments and discussions natively
- Single codebase runs across Slack, Discord, GitHub, Teams, WhatsApp, and now Notion
- Supports @mentions, message editing, conversation history, up to 3 file attachments
- Notion pages map to channels; comment threads auto-thread replies
- No support for buttons, modals, reactions; cards render as markdown
- Conversation history fetches return only open comments
- Notion Chat SDK adapter enables cross-platform agent deployment
- Same codebase runs on Slack, Discord, GitHub, Teams, WhatsApp, and Notion
- Supports @-mentions, message editing, conversation history, up to 3 file attachments
- Notion limitations: no buttons, modals, reactions; cards render as markdown
- Triggered on @-mention, keyword, or all comments (configurable)
- Published August 25, 2026 (Vercel/Notion)
The hook
Notion just became a native agent platform. Your bots can now join comment threads—same codebase, no rewrites.
Your team already works in Notion. Now your agent can too.
With the new for Chat SDK, the same agent you run on Slack, Discord, GitHub, Teams, or WhatsApp can join comment discussions on your Notion pages, no separate codebase required.Notion adapter
Each Notion page maps to a channel and each comm…