Connect your AI to Notion
Notion is where an agent puts prose that a human will read later: a running log, a summary, an append to a page that already exists. An internal integration token held server-side authorizes it. The setup step people miss is that creating the integration is not enough, because a page stays invisible until it is explicitly shared with that integration from the page's own menu.
The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.
- Auth model
- static_header
- Suggested secret
NOTION_TOKEN- Scopes
- Internal integration token; share the target page/database with the integration.
- Provider docs
- https://developers.notion.com/
Recipes for Notion
flurryport:notion-appenddelivery
Let your AI append entries to a Notion database; the integration token stays server-side.