Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
LinearResource exposes a Linear workspace as a tree of teams, projects, and issues. Reads route through the Linear GraphQL API.
Setup steps for the API key live at Linear Credentials.
Node
Browser
Config
| Field | Default | Notes |
|---|---|---|
apiKey | required | Personal API key. Redacted in snapshots. |
workspace | (auto) | Workspace identifier; auto-detected from the key. |
teamIds | none | Optional allowlist of team IDs to expose. |
baseUrl | https://api.linear.app/graphql | Override for self-hosted instances. |
Mount mode
read.
For the mounted layout (teams/, projects/, issues/) see the Python Linear docs.