APIs out of the box
Transitions, sessions, memory, knowledge, and traces are available the moment you connect an agent. Meter only verified outcomes, then improve the path with coding agents.
Patterns production systems actually use
Stateless runtime, per-session isolation, JWT-based RBAC, and structured tracing. These are not abstractions you want to debug at 2am when an agent loop goes sideways.
Axioms: the logic that can break
Every workflow declares the invariants that must hold for a transition to count. If an axiom fails: wrong state, missing approval, failed guardrail, or invalid ledger write, the step does not bill and the system stops before bad logic compounds.
Governance as a first-class concept
Guardrails, human-in-the-loop, and admin approval flows sit inside the runtime. Audit logs and post-execution hooks watch sensitive actions so business logic stays accountable.