# Notion AI Workspace

> Integrates with the Notion API using the official JavaScript SDK to build and manage Notion workspaces.

- Skill: `agentskillexchange/notion-ai-workspace` (Agent Skill)
- Install (CLI): `npx skillmds add agentskillexchange/notion-ai-workspace`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/notion-ai-workspace/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs, SaaS Connectors
- Tags: Javascript Sdk, Notion, Notion Api, Workspace
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/agentskillexchange/notion-ai-workspace

---


# Notion AI Workspace



## Installation

Use the upstream install or setup path that matches your environment:
- npm install @notionhq/client
- Make a request to any Notion API endpoint.

Requirements and caveats from upstream:
- const { Client } = require("@notionhq/client")
- const { Client, APIErrorCode } = require("@notionhq/client")
- const { Client, LogLevel } = require("@notionhq/client")

Basic usage or getting-started notes:
- bash
- [![Open Val Town Template](https://stevekrouse-badge.web.val.run/?3)](https://www.val.town/v/charmaine/NotionJsSDK)
- [!NOTE]

- Source: https://github.com/makenotion/notion-sdk-js
- Extracted from upstream docs: https://raw.githubusercontent.com/makenotion/notion-sdk-js/HEAD/README.md

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/notion-ai-workspace/)

