pull/701/head
Travis Fischer 2025-03-25 20:04:54 +08:00
rodzic 9edec3a8a4
commit 6e03cf975e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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.