Skip to content
Documentation

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.

Source-available core (BUSL-1.1)

API gateway, scheduler, Safety Kernel, workflow engine, CLI, CAP SDK/runtime, and docs are available in the core repository.

Enterprise add-ons

Enterprise auth/licensing features (for example SSO/SAML, advanced RBAC, audit export) are delivered from a separate enterprise repository.

Start here
1

Clone the repo and start the platform with Docker Compose.

2

Run the platform smoke script to verify.

3

Open the dashboard at http://localhost:8082.

terminal
git clone https://github.com/cordum-io/cordum
cd cordum
docker compose up -d
./tools/scripts/platform_smoke.sh
Core Concepts
Job

A single unit of work dispatched to a worker via NATS.

Workflow

A DAG of steps that produces a run timeline.

Run

A workflow execution with state, approvals, and results.

Safety Kernel

Policy decision point that evaluates every job.

Approval

Human gate bound to a policy snapshot and job hash.

Pack

Installable overlays for workflows, schemas, and policy.