notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup 1. Create an integration at https://notion.so/my-integrations 2. Copy the API key (starts with or ) 3. Store it: 4. Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: Note: The header is required. This skill uses (latest). In this version, databases are called "data sources" in the API. Common Operations Search for pages and data sources: Get page: Get page content (blocks): Create page in a data source: Query a d…