Linear is one of the six sources with both an open-source ingest skill and a paid webhook receiver.Documentation Index
Fetch the complete documentation index at: https://docs.mycelium-ai.co/llms.txt
Use this file to discover all available pages before exploring further.
Open-source ingest skill
Pull issues and project status from a Linear team or project intoExternal Inputs/Linear/<team>/<YYYY-MM-DD>.md. Requires a Linear API key.
Webhook receiver (paid runtime)
Real-time push from Linear webhooks.X-Linear-Signature. The receiver validates the HMAC-SHA256 signature.
Setup
- In Linear, go to Settings > API > Webhooks > Create webhook.
- Set URL to
https://runtime.myceliumai.co/webhooks/linear/{your_tenant_id}. - Select resources: Issues, Projects, Cycles, Comments (recommended).
- Copy the signing key and add it to the runtime:
LINEAR_WEBHOOK_SECRET_{TENANT_ID}in your env.
Events ingested
| Linear event | Memory category | Notes |
|---|---|---|
| Issue created | exception | New issue = unresolved exception |
| Issue status change | exception | Completed = resolved; cancelled = closed |
| Project update | decision | Status changes, milestone moves |
| Cycle completed | decision | Sprint retrospective data |