notion-install-auth
Installation
SKILL.md
Notion Install & Auth
Overview
Set up the official Notion SDK and configure authentication for internal integrations. The Node.js SDK is @notionhq/client (npm) and the Python SDK is notion-client (pip). Both wrap the Notion API at https://api.notion.com/v1 using API version 2022-06-28.
Prerequisites
- Node.js 18+ or Python 3.8+
- Package manager (npm, pnpm, yarn, or pip)
- A Notion account (free or paid)
- Access to My Integrations dashboard
Instructions
Step 1: Create Integration and Install SDK
Create an internal integration at https://www.notion.so/my-integrations:
Related skills