Governance Reference
Triggered workflows
Design webhook and workflow triggers to be authenticated, idempotent, bounded, observable, and reviewable.
Triggered workflows
Required envelope
A trigger records a unique event identifier, source, timestamp, requested template, business context reference, and requesting identity.
Processing rules
- Verify authenticity before reading the payload.
- Reject replayed event identifiers.
- Validate the template and action against an allowlist.
- Apply per-run cost and credit limits.
- Record the evidence and resulting changes.
- Produce a preview before creating external Linear work or deploying.
Response behavior
Acknowledge accepted work quickly and process longer work asynchronously. Retries must not duplicate projects, deployments, or content captures.