Every command in @aarmos/cli (v0.43.0). Run aarmos <command> --help for flags. Not installed yet? Install the CLI.
Set up
Get a workspace, keys, and device identity in place.
aarmos initScaffold a policy, config, and demo agent.
aarmos doctorDiagnose environment, config, and connectivity.
aarmos keysGenerate and inspect signing keys.
aarmos identityShow and manage the workspace identity.
aarmos deviceRegister and list trusted devices.
aarmos inviteCreate and redeem workspace invites.
Run under policy
Put real agent traffic through the gate.
aarmos run <target>Run a command with the policy gate attached.
aarmos proxyStart the hostname-scoped egress proxy.
aarmos daemonRun the local runtime as a background service.
aarmos demoRun the bundled demo agent end to end.
aarmos resumeResume a suspended governed session.
Author policy
Record what your agent does, then turn it into enforceable rules.
aarmos record -- <cmd>Observe a run in shadow mode.
aarmos synth --from <file>Synthesize a candidate policy from a recording.
aarmos policy promoteSign and promote a reviewed candidate.
aarmos lintValidate ASP policy YAML.
aarmos testRun policy test cases.
aarmos evalEvaluate a request against the active policy.
Prove
Verification, replay, and attestation — all offline-capable.
aarmos verify <path>Verify a receipt or .avar.zip bundle.
aarmos replayDeterministically replay a recorded decision.
aarmos anchorAnchor evidence to an external transparency log.
aarmos attestProduce a signed attestation for CI.
aarmos trustInspect trust roots and their lifecycle.
aarmos preflightPre-merge governance checks.
Operate
Continuity, incidents, and day-two operations.
aarmos grpCreate and inspect Governance Recovery Points.
aarmos backupReplicate evidence to your own storage sink.
aarmos restoreRestore governance state from a recovery point.
aarmos governanceInspect change sets and authority state.
aarmos authorityManage authority succession and forks.
aarmos boundaryInspect trust boundaries and credential custody.
aarmos incidentAssemble an incident evidence package.
aarmos contractsShow operational contracts and current posture.
aarmos soakLong-running load and stability check.
aarmos telemetryInspect or disable local telemetry settings.
Related
- Quickstart — first governed call in 60 seconds.
- AVAR specification — the receipt wire format.
- ASP specification — the policy language.
- Error codes — what each refusal means.