Install
Initialize a Workspace
~/.chainbot:
CHAINBOT_CONFIG_DIR to initialize somewhere else:
Check Workspace Status
status command is non-executing. It shows root, daemon health, workflow summaries, and trigger state without triggering runs.
Run a Workflow
run executes it directly. When multiple workflows exist, run infers the top-level workflow if exactly one is reachable without being referenced as a subflow.
For structured output, use:
Validate Configuration
Before running, validate the workspace layout and all manifest contracts:Run the Daemon
To start long-running trigger evaluation:Observe Runtime History
observe command provides read-only access to persisted run summaries, workflow logs, and trigger events. It does not modify active or archived history.
List Run History
Manage Triggers
status, validate, serve, or run.
Stop the Daemon
Help
help <command> returns structured information including usage, reads/writes, contract examples, failure navigation, and related commands.