# Bring your agent to Notion with Chat SDK

DevFeed: [Bring your agent to Notion with Chat SDK](<https://devfeed.tech/articles/bring-your-agent-to-notion-with-chat-sdk-1032.md>)

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

Author: Ben Sabic

Published: 2026-08-25T00:00:00Z

Content type: release

Language: en

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

Topics: [Notion](<https://devfeed.tech/topics/notion.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [discord](<https://devfeed.tech/tags/discord.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

## AI overview

The Notion adapter for Chat SDK lets an existing agent join comment discussions on Notion pages without a separate codebase. Pages map to channels and comment threads map to threads, with support for mentions, message editing, conversation history, and up to three file attachments.

## Source excerpt

Your team already works in Notion. Now your agent can too. With the new Notion adapter 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. Each Notion page maps to a channel and each comment thread to a thread, so replies stay threaded automatically. The adapter supports mentions, message editing, conversation history, and up to three file attachments. By default, your bot replies when @-mentioned and where mentions aren't available in a workspace, it can trigger on a keyword or on all comments instead. Notion doesn't support buttons, modals, or reactions, and cards render as markdown. Discussions can start at the page or block level, but not on inline text ranges. History fetches return only open comments. Read the documentation to get started, browse the directory, or build your own. Read more