Instant Linux VMs over plain SSH. No signup, nothing to install — your key is your identity. For humans and AIs.
ssh hello@box.hopbox.dev
Any name you connect to becomes a Firecracker microVM. Root, isolated, ready in seconds. Leave and it suspends; come back and your files are still there.
~ $ ssh myproject@box.hopbox.dev # a microVM spins up the moment you connect… root@myproject:~# uname -a Linux myproject 6.1.0 #1 SMP x86_64 GNU/Linux root@myproject:~# whoami root # disconnect → it suspends. reconnect → right where you left off. root@myproject:~# _
SSH to a name, get a VM. Auto-suspends when idle, resumes with your files. scp, sftp and rsync work as-is.
What you drive over SSH, an AI drives over MCP. Hand a task to an agent box: it works in isolation and asks you when unsure.
SSH is the client. A browser terminal and a live web console are built in — no agent to deploy, nothing to set up.
Delegate tasks. Each agent gets its own VM, works in parallel, and asks when it needs you. Watch it live in your browser.
ssh dev@box.hopbox.dev. A fresh VM, root, in seconds.
Persistent home. A shared /wrk drive across your boxes. Suspend and resume.
Give a task to an agent box. It works, asks if unsure, returns the result, cleans up.