CLI

axon                        # open the TUI with the default agent
axon --agent <name>         # open a specific agent
axon --version              # print installed version

Local

Commands for building and running agents on your machine.

CommandWhat it does
axon init <name>Scaffold a new agent folder
axon run <script>Run a script headlessly
axon install <id>Install a module into an agent
axon prepareRegenerate types and manifest

Cloud

Commands for building artifacts and managing deployments.

CommandWhat it does
axon buildBuild a Docker image from the agent folder
axon deployDeploy to Axon Cloud
axon agentManage deployed agents — status, logs, secrets, keys
axon moduleAuthor and publish modules to the registry

Authentication

axon login      # authenticate — required before deploy or publish
axon logout     # clear stored credentials
axon whoami     # print the authenticated account

Credentials are stored in ~/.axon/auth.json after login.