Skip to content

CLI Reference

--profile string Profile to use (overrides APS_PROFILE env)
--debug Enable debug logging
--help Show help

Manage agent profiles.

Terminal window
aps profile new <name> [--display-name <s>] [--email <s>] [--isolation-level <l>]
aps profile list
aps profile show <name>
aps profile delete <name>
aps profile cap add <name> <capability>

Run a command under a profile.

Terminal window
aps <profile> -- <command> [args...]
aps <profile> # interactive shell

Manage non-custodial wallets attached to profiles (requires cap:payment).

Terminal window
aps wallet create --network base
aps wallet show
aps wallet balance

Generate documentation to ~/.agents/docs/.

Terminal window
aps docs

Print version information.

Terminal window
aps version