You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,23 @@ The `linear` extension provides a tool for interacting with the Linear issue tra
84
84
|----------|-------------|---------------|
85
85
|`LINEAR_API_KEY`| Linear API key (personal or OAuth token) | Go to [Linear Settings → API](https://linear.app/settings/api), create a **Personal API key**. For workspace-wide access, create an OAuth application instead. The key needs read/write access to issues and comments. |
86
86
87
+
### Notion Integration
88
+
89
+
The `notion` extension provides a read-only tool for accessing your Notion workspace. The agent can search for pages and databases, retrieve full page content (including nested blocks), query database entries, and inspect database schemas.
90
+
91
+
| Variable | Description | How to get it |
92
+
|----------|-------------|---------------|
93
+
|`NOTION_API_KEY`| Notion integration secret (internal integration token) | Go to [Notion → My integrations](https://www.notion.so/my-integrations), create a new **Internal Integration**. Copy the **Internal Integration Token** (starts with `secret_`). After creating the integration, share the pages/databases you want the agent to access by clicking **"•••"** → **Add connections** → select your integration. The integration can only read content explicitly shared with it. |
94
+
95
+
**Capabilities:**
96
+
-`search` — Find pages and databases by text query or type filter
97
+
-`get` — Read full page content with all blocks (paragraphs, headings, lists, code, callouts, etc.)
98
+
-`list` — Query database entries with filters and sorting
99
+
-`database` — Inspect database schema and property types
100
+
101
+
**Permissions:**
102
+
The integration token only provides read access to pages/databases explicitly shared with the integration. It cannot create, update, or delete content.
0 commit comments