CyberCLI

Reference · engine by engine

Every engine.
Documented.

CyberCLI ships 27 deterministic subsystems behind the AI agents — the gate, the dispatcher, the audit chain, the substrate. This index is the entry point to a deep doc on each one. Every page follows the same five-section shape: what it does, why you care, how it works, how to configure and observe, and its v1 status.

Looking for what's slated next? The engine backlog flattens every "known limit" from the 27 docs into one view, sortable by release.

Engines shipping
27
In the binary today
Deep docs written
27
5-section reference, hand-written
Stubs pending
0
Card lists the engine; deep doc lands soon
Source of truth
src/cybercli/engine_components.py
Auto-dumped on every marketing build

Category · 5 engines

Pipeline

The 5 engines that turn a connector event into a decided action with a hash-chained audit row.

Category · 5 engines

AI

The 5 engines that route signals to the right Guild role + provider and persist the AI policy.

Category · 11 engines

Delivery

The dispatcher + routing-matrix + ack-loop + 8 adapters that ship the alert out.

Category · 3 engines

Storage

The 3 engines that persist signals, cases, manifests, and the audit chain.

Category · 1 engine

Security

The credential-vault engine that keeps every secret AES-GCM under a master key kept off the engine box.

Category · 2 engines

Substrate

The 2 engines that wire the Vector syslog substrate into the SOC pipeline.

Why we ship docs this way

Every engine deserves a page. Eventually every engine gets one.

Inventory is automatic. The list above is dumped from src/cybercli/engine_components.py on every marketing build, so drift between "what ships" and "what's listed" is impossible.

Deep docs are hand-written. Each five-section reference is written deliberately and reviewed alongside the code it documents. When the code drifts from the doc, that's a defect we fix on the engine — not a footnote we add to the page.

Stubs stay visible. Engines without a deep doc yet still appear as cards with a clearly-tagged stub badge. The card links to a placeholder page so a buyer always lands somewhere, never on a 404.