Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
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)