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.
| Command | What 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 prepare | Regenerate types and manifest |
Cloud
Commands for building artifacts and managing deployments.
| Command | What it does |
|---|---|
axon build | Build a Docker image from the agent folder |
axon deploy | Deploy to Axon Cloud |
axon agent | Manage deployed agents — status, logs, secrets, keys |
axon module | Author 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.