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.