Cordum documentation.
Run Cordum locally, understand the Agent Control Plane architecture, and ship autonomous AI agent systems with policy enforcement. Core is source-available under BUSL-1.1 for self-hosted/internal use, with enterprise add-ons in a separate enterprise repo.
API gateway, scheduler, Safety Kernel, workflow engine, CLI, CAP SDK/runtime, and docs are available in the core repository.
Enterprise auth/licensing features (for example SSO/SAML, advanced RBAC, audit export) are delivered from a separate enterprise repository.
Clone the repo and start the platform with Docker Compose.
Run the platform smoke script to verify.
Open the dashboard at http://localhost:8082.
git clone https://github.com/cordum-io/cordum cd cordum docker compose up -d ./tools/scripts/platform_smoke.sh
A single unit of work dispatched to a worker via NATS.
A DAG of steps that produces a run timeline.
A workflow execution with state, approvals, and results.
Policy decision point that evaluates every job.
Human gate bound to a policy snapshot and job hash.
Installable overlays for workflows, schemas, and policy.
Run Cordum locally with Docker Compose.
Operate runs, approvals, and policy bundles.
Understand the control plane and bus.
Policy decisions, constraints, and approvals.
Use stdio or gateway HTTP/SSE MCP modes.
Post-execution scanning, redaction, and quarantine.
Define runs, steps, retries, and approvals.
Install workflows, schemas, and policy overlays.
Metrics, config, and reset procedures.
Browse the OpenAPI spec and auth details.
