AgentsKitOS

CLI reference

Commands available in @agentskit/os-cli.

agentskit-os <command> [options]

Commands

CommandStatusPurpose
initM1Scaffold workspace + sane defaults
doctorM1Diagnose env, providers, sandbox
new <template>M1Scaffold from os-templates
run <flow>M1Execute flow with run-mode + estimate
lockM1Write agentskit-os.lock for reproducibility
publishM1Build marketplace bundle (manifest + assets + SHA)
deployM1Ship to docker / node target
syncM8Push/pull workspace via cloud sync

Common flags

  • --mode <real|preview|dry_run|replay|simulate|deterministic> — see run modes.
  • --estimate — pre-flight token/dollar projection before any LLM call.
  • --workspace <path> — point at a non-default workspace dir.
  • --unsigned — allow unsigned manifests on publish (dev/internal only).

Exit codes

  • 0 — ok
  • 1 — runtime / build error
  • 2 — usage / argument error
  • 3 — read / IO error

On this page