Cordum documentation.
Code-checked docs for the Cordum Agent Control Plane. These pages track the current repos: the core control plane in cordum and the canonical wire protocol in cap.
API gateway, scheduler, Safety Kernel, workflow engine, context engine, dashboard, MCP bridge, andcordumctl.
Enterprise auth, licensing, SSO/SAML, and advanced RBAC live in separate repos. CAP protobufs and SDKs live in cap.
Run ./tools/scripts/quickstart.sh for the fastest local bring-up.
Use the generated CA certificate when calling the HTTPS gateway locally.
Open the dashboard at http://localhost:8082 and inspect status, approvals, jobs, and workflows.
git clone https://github.com/cordum-io/cordum cd cordum ./tools/scripts/quickstart.sh curl --cacert ./certs/ca/ca.crt -H "X-API-Key: $CORDUM_API_KEY" -H "X-Tenant-ID: default" https://localhost:8081/api/v1/status
Core concepts
A schedulable unit of work submitted to the gateway and dispatched over CAP.
A DAG of steps stored in Redis and advanced by the workflow engine.
A single workflow execution with status, step state, and timeline.
The policy decision point for input policy, approvals, and constraints.
A post-execution policy layer that can allow, redact, or quarantine output.
An installable bundle of workflows, schemas, config overlays, and policy fragments.
Explore
Run the local stack with quickstart.sh or cordumctl up.
See how gateway, scheduler, Safety Kernel, workflows, and workers fit together.
Review the canonical protobuf wire contract and SDK surface.
Input policy, constraints, approvals, and snapshot management.
Post-execution allow, redact, and quarantine decisions.
DAG execution, inline step types, retries, reruns, and dry-run mode.
Routes, real-time views, settings tabs, and control-plane operations.
Current REST, WebSocket, and MCP HTTP endpoints.
Config files, Redis overlays, env vars, and hot reload behavior.
Installable overlays for workflows, schemas, routing, and policy bundles.
Implementation Guides
Pair documentation with practical governance rollouts using these production guides.