Skip to main content

actp CLI reference

TypeScript SDK CLI (actp): 28 commands · Python SDK CLI (actp): 39 commands · Manifest generated: 2026-05-26 12:27:57 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
actp autopublish
actp balance
actp batch
actp claim
actp claim-code
actp config
actp deploy:check
actp deploy:env
actp diff
actp find
actp health
actp init
actp mint
actp negotiate
actp pay
actp publish
actp pull
actp register
actp repair
actp request
actp serve
actp simulate
actp test
actp time
actp tx
actp verify
actp watch

Python CLI commands

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

Cross-SDK divergences

TypeScript-only (3): agent, deploy:check, deploy:env

Python-only (14): config get, config set, config show, deploy, deploy check, deploy env, simulate fee, simulate pay, time advance, time set, time show, tx list, tx status, tx transition

See also