zwrm CLI is pre-installed and authenticated inside every VM. Your agent can build, deploy, scale, and manage applications directly.
Quick start
gh is authenticated automatically.
The model
There is no built-in repo concept: a repo is whatever the prompt (or a skill) clones onto the workspace volume.
gh is pre-authenticated, so “clone acme/api and open a PR” just works — and the clone persists on the volume for the next run with the same session key.
Agent types
Agent names are unique per organization, across types:
default can name a claude agent or a codex agent in an org, not both. Connecting with the wrong type for an existing name is rejected. Connecting to a name that doesn’t exist creates it.
Configuring an agent
Everything an agent is can be changed with a single command — only the flags you pass change:What agents can do
From inside any agent VM, the agent (or you, over SSH) 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
Where to go next
Runs
Dispatch autonomous tasks and iterate on them.
Workspaces
Session continuity, files, and retention.
Messaging
How agents wait, ask, and get answered.
Interactive sessions
SSH sessions, dashboard chat, and managing agents.
OpenAI-compatible API
Chat with any agent from any OpenAI client.
Connectors
Attach MCP tools from the gateway — credentials never enter the VM.
Skills
Reusable instruction bundles synced to the workspace.
Memory
Durable knowledge that survives sessions and workspaces.
Capabilities
Scope what an agent may do on the platform.
Budgets
Cap spend and run counts per day.
Automations
Trigger runs from webhooks and schedules.