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 Linear resource in Python.
aiohttp
import os from mirage import MountMode, Workspace from mirage.resource.linear import LinearConfig, LinearResource config = LinearConfig(api_key=os.environ["LINEAR_API_KEY"]) resource = LinearResource(config=config) ws = Workspace({"/linear/": resource}, mode=MountMode.READ)
api_key
workspace
team_ids
base_url