diff --git a/legacy/docs/tools/notion.mdx b/legacy/docs/tools/notion.mdx index 8f0ffd5d..7d0b043f 100644 --- a/legacy/docs/tools/notion.mdx +++ b/legacy/docs/tools/notion.mdx @@ -36,3 +36,5 @@ import { NotionClient } from '@agentic/notion' const notion = new NotionClient() const authenticatedUser = await notion.getSelf() ``` + +You'll need to set up a [Notion Integration](https://developers.notion.com/docs/authorization), give it access to some pages in your Notion workspace, and then set the `NOTION_API_KEY` environment variable to the integration's token.