Skip to main content

Loom · Workflow orchestration

Workflows that survive restarts and respect your budget.

Loom is the workflow engine. Triggers (cron, webhook, file-watcher, MCP signal) fan out into durable multi-step jobs. Each step is metered, audited, and resumable. Per-step cost gates refuse to run if the job would blow past your cap.

What it does

Declarative workflows

YAML or visual editor. Conditional branches, retries with backoff, dead-letter queues — the things you actually need.

Durable execution

Crash mid-job? Loom resumes from the last completed step. No re-running the whole thing because of a network blip.

Per-step cost gates

Each step declares a cost ceiling. Loom refuses to start the step if it would exceed your tier balance.

Audit + replay

Every step writes to the audit chain with inputs, outputs, gate decisions. Replay deterministically.

When to reach for it

  • You have repetitive multi-step workflows you want to retire from human attention.
  • You're wiring Midcore into external systems (Slack, GitHub, ticketing) and need durable handlers.
  • You need a budget-aware automation layer that won't accidentally burn your monthly compute.
  • You want signed receipts on every step of a long-running automation.

Pricing

This product is included starting from the Pro tier ($49 CAD/mo). Every higher tier includes it automatically. See the tier & product mapping for the full picture.

Read more