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 resource in Python.
aiohttp
import os from mirage import MountMode, Workspace from mirage.resource.notion import NotionConfig, NotionResource config = NotionConfig(api_key=os.environ["NOTION_API_KEY"]) resource = NotionResource(config=config) ws = Workspace({"/notion/": resource}, mode=MountMode.READ)
api_key
base_url