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.
TrelloResource exposes a Trello workspace as a tree of boards, lists, and cards.
Setup steps for the API key/token live at Trello Credentials.
Node
Browser
Config
| Field | Default | Notes |
|---|---|---|
apiKey | required | Trello API key. Redacted in snapshots. |
apiToken | required | Trello API token. Redacted in snapshots. |
workspaceId | none | Restrict to a single workspace. |
boardIds | none | Optional allowlist of board IDs. |
baseUrl | https://api.trello.com/1 | Override for Enterprise instances. |
Mount mode
read.
For board/list/card layout see the Python Trello docs.