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
| Command | Subcommands |
|---|---|
actp agent | (none) |
actp autopublish | (none) |
actp balance | (none) |
actp batch | (none) |
actp claim | (none) |
actp claim-code | (none) |
actp config | config 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 simulate | simulate pay, simulate fee |
actp test | (none) |
actp time | time show, time advance, time set |
actp tx | tx create, tx status, tx list, tx deliver, tx settle, tx cancel |
actp verify | (none) |
actp watch | (none) |
Python CLI commands
| Command | Subcommands |
|---|---|
actp autopublish | (none) |
actp balance | (none) |
actp batch | (none) |
actp claim | (none) |
actp claim-code | (none) |
actp config | config show, config set, config get |
actp deploy | deploy 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 simulate | simulate pay, simulate fee |
actp test | (none) |
actp time | time show, time advance, time set |
actp tx | tx 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