zwrm CLI is pre-installed and authenticated. Your agent can build, deploy, scale, and manage applications directly from within its VM. Ship code from ideation to production without leaving the agent session.
Quick start
How it works
- VM creation — A Firecracker VM is provisioned with your chosen agent type.
- Persistent home — A volume is attached to the VM’s home directory, so your files, config, and history persist across sessions.
- Platform access — The
zwrmCLI is available inside the VM with your credentials, so the agent can deploy apps, manage secrets, create databases, and more. - SSH session — You’re connected via SSH with the agent’s default command running.
What agents can do
From inside a coding agent VM, you (or the agent) can:- Deploy apps —
zwrm deployto build and ship directly from the agent - Manage secrets —
zwrm secrets setto configure environment variables - Create databases —
zwrm postgres createto spin up Postgres instances - Scale services —
zwrm scaleto adjust replicas - View logs —
zwrm logs -fto stream application output - SSH into apps —
zwrm sshto debug running VMs
Supported agent types
| Type | Description |
|---|---|
claude | Claude Code agent |
codex | Codex agent |