Deterministic control plane for autonomous workflows.
Run autonomous workflows without losing control. Policy decisions, approvals, and replay are built in. Source-available core. Domain logic ships as installable packs.
Workflows are explicit DAGs with schemas, retries, timeouts, approvals, and an append-only timeline. Execution stays inside bounded workers.
Platform teams need boundaries.
Autonomous workflows move fast. Without policy and approvals, they also move unsafely.
Ungoverned actions
Automation can write to prod with unclear boundaries. Security blocks the whole initiative.
No audit trail
When incidents hit, you cannot answer what ran, what changed, who approved. Response stalls.
Shadow automation
Every team ships its own scripts. Risk and compliance become unmanageable.
The control plane for autonomous operations
Safety Kernel evaluates every job. Approvals gate risk. Audit trail records decisions. Packs extend behavior.
Safety Kernel
Every job is evaluated before dispatch.
Approvals
Policy can require human approval for prod writes.
Audit trail
Append-only audit trail for every run and decision.
Packs
Extend behaviors without touching core.
From job to result — governed every step
Six steps. No hidden side effects.
steps:
- id: triage
uses: worker.incident.enricher
- id: approval
type: approval
reason: "Prod write detected"
- id: patch
uses: worker.patch.apply
requires: ["prod", "write"]
constraints:
max_lines_changed: 500Architecture you can audit
NATS bus, Redis state, reconciler loops, DLQ, Cordum Automation Protocol (CAP) v2.
JetStream durability, retry loops, and DLQ handling keep jobs moving.
Append-only audit trail for every run and decision. Exportable logs for compliance.
Policy bundles, simulations, and approvals tied to snapshots.
Built on known infrastructure
NATS, Redis, Go, and Kubernetes — no mystery dependencies.
Source-available. No black boxes.
Inspect what runs before it touches production. Policies are explicit, approvals are intentional, and every decision is recorded.
License details → /legal/licenseCordum only handles jobs, workflows, state, policy, scheduling, and audit trail. Domain logic lives in packs so the core stays stable and upgradeable.
Enterprise controls and support
SSO, RBAC, SIEM export, and SLA-backed support.
Ready to ship autonomous workflows safely?
Request source access or talk to our team about enterprise deployments.