Skip to main content

actp CLI reference

TypeScript SDK CLI (actp): 42 commands · Python SDK CLI (actp): 39 commands · Manifest generated: 2026-05-29 17:33:29 UTC

Both SDKs expose the same actp binary, with the command tree extracted directly from each runtime's Commander/Typer registration.

TS CLI commands

CommandSubcommands
actp agent(none)
actp autopublish(none)
actp balance(none)
actp batch(none)
actp claim(none)
actp claim-code(none)
actp configconfig show, config set, config get
actp deploy:check(none)
actp deploy:env(none)
actp diff(none)
actp find(none)
actp health(none)
actp init(none)
actp mint(none)
actp negotiate(none)
actp pay(none)
actp publish(none)
actp pull(none)
actp register(none)
actp repair(none)
actp request(none)
actp serve(none)
actp simulatesimulate pay, simulate fee
actp test(none)
actp timetime show, time advance, time set
actp txtx create, tx status, tx list, tx deliver, tx settle, tx cancel
actp verify(none)
actp watch(none)

Python CLI commands

CommandSubcommands
actp autopublish(none)
actp balance(none)
actp batch(none)
actp claim(none)
actp claim-code(none)
actp configconfig show, config set, config get
actp deploydeploy env, deploy check
actp diff(none)
actp find(none)
actp health(none)
actp init(none)
actp mint(none)
actp negotiate(none)
actp pay(none)
actp publish(none)
actp pull(none)
actp register(none)
actp repair(none)
actp request(none)
actp serve(none)
actp simulatesimulate pay, simulate fee
actp test(none)
actp timetime show, time advance, time set
actp txtx status, tx list, tx transition
actp verify(none)
actp watch(none)

Cross-SDK divergences

TypeScript-only (7): agent, deploy:check, deploy:env, tx cancel, tx create, tx deliver, tx settle

Python-only (4): deploy, deploy check, deploy env, tx transition

See also