Deploy
axon deploy. Public URL. API key. Durable storage. No Dockerfile, no infra config, no
deployment branch. The same folder that ran in your terminal is now a live cloud service.
A deployed agent is the same folder you run locally, hosted as a cloud service. The
source doesn't change. The interface does — no TUI, just the HTTP routes you defined in
server/api/.
Three paths
Axon Cloud — one command. We manage the infrastructure. Your agent gets a public URL, an API key, and durable storage. No Dockerfile, no infra config.
axon deploy
Self-host — axon build produces a Docker image. Deploy it anywhere that runs
containers: Railway, Fly.io, Render, your own server. You manage the runtime.
axon build
# → .agent/image.tar
Workspace agents — agent source committed to a repo under .agents/. No server, no
deployment — shared with teammates via version control and accessed from the TUI.