ws. Commands: Python ·
TypeScript.
- Python
- TypeScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Notion CLI with Python or TypeScript.
ws. Commands: Python ·
TypeScript.
from mirage.commands.cli.builtin.ntn import NTN
from mirage.core.notion.config import NotionConfig
config = NotionConfig(api_key="secret_...")
ws.register_cli("ntn", NTN, config.model_dump())
import { NTN } from '@struktoai/mirage-core'
const config = { apiKey: 'secret_...' }
ws.registerCli('ntn', NTN, config)