notion-api
https://api.notion.com
1.0.0
6/29/2026
Discovery
curl https://developers.notion.com/openapi.json/.well-known/agent-configurationRegister 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"
}'