Notion
Where to issue a Notion internal-integration token and connect it to Nora.Notion integrations let your agents create pages, query and edit databases, and walk page hierarchies. Nora authenticates with an internal-integration token (Bearer auth) plus the standard
Notion-Version: 2022-06-28 header.
Where to apply for credentials
Notion — My integrations
1
Create an internal integration
Click + New integration. Pick the workspace, name it (e.g. “Nora agent”), choose Internal as the type.
2
Copy the token
The Internal Integration Token starts with
secret_....3
Share pages with the integration
Notion integrations don’t auto-have access to pages. From any Notion page or database you want the agent to read/write, click Share → Add connection and pick your integration.
Connect in Nora
Paste the token, optionally set a workspace ID, and click Connect. Nora callsGET /v1/users/me to verify the token and reports the bot user’s name.
MCP server
Notion ships an official MCP server:- Package:
@notionhq/notion-mcp-server - Docs: github.com/makenotion/notion-mcp-server
- Env:
NOTION_TOKEN(which Nora injects automatically).

