Agent sandboxes
Small instances are cheap ($0.013/hr) and boot instantly. Snapshot your setup once, then spin up identical sandboxes on demand:https://<name>.mac0.io.
OpenClaw
Launch an OpenClaw instance with one command:medium or larger VM with OpenClaw pre-installed and SSHes you in. The VM name is auto-generated with an openclaw- prefix.
Dev environments
Thebase-24-04 image ships with a full development toolchain:
- Languages: Node.js, Python, Go, Rust, Bun
- Tools: Docker, Git, tmux, modern shell tooling (zoxide, fzf, ripgrep, bat)
- AI agents: Claude Code, Codex, OpenCode
Hosting
Every VM has dedicated resources, a fixed IP, and an HTTPS endpoint. Host APIs, bots, databases — anything that needs to stay up.Ansible provisioning
Write playbooks to automate VM setup. Use coding agents to author playbooks and disposable VMs to test them:base-24-04 image is built this way. See the Ansible playbook for a working example.