All Providers

Notion API

notion-api

Visit

Issuer

https://api.notion.com

Protocol

1.0.0

Algorithms

Last Verified

6/29/2026

Modes

Approval Methods

Endpoints

Quick Start

Discovery

curl https://developers.notion.com/openapi.json/.well-known/agent-configuration

Register an Agent

curl -X POST https://developers.notion.com/openapi.jsonundefined \ -H "Content-Type: application/json" \ -d '{ "name": "my-agent", "public_key": "<your-ed25519-public-key>", "mode": "delegated" }'