Skip to main content
If you’re an AI agent reading this, fetch llms.txt or llms-full.txt. They’re built for you.
boxd. Persistent cloud compute for the agent era.
Persistent cloud compute for the agent era.
Agents run for hours. They fork their paths. They need to remember. Today they get a choice between two bad shapes. Containers and Kubernetes pods are built for one operator. Slow boot. Always-on bill. No fork. No isolation between agents. Ephemeral sandboxes go the other way. Built for one call. No memory. Dies in seconds. The agent loses its work between turns. So every serious team shipping agents builds the missing harness themselves, and pays for it twice. Once to build. Then forever, to maintain. boxd ships persistent computers as a primitive. Three operations.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/branching-paths-down.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=3c228f945ca60afc1fac1ba10e78a799

fork

Branch the entire state of a running computer. Memory, disk, in-progress work. ~160ms.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/moon-stars.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=58518b62c4c44197c707ca00e1fd628e

suspend

Freeze when idle. Disk and memory persist. No idle bill.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/moon-stars.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=58518b62c4c44197c707ca00e1fd628e

resume

Wake any computer, anywhere on the fleet. Sub-millisecond.
Built on a stack we own from KVM up. ~50ms cold boot. 4 to 100× faster than anything stitched from Firecracker, Kubernetes, and Postgres. Single binary. Zero hyperscaler dependencies. EU-sovereign infrastructure. Same machine model for your dev box, your PR preview, and the sandbox you hand to an agent.

Cloud dev boxes

A real computer, ready when you are.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/cloud-bolt.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=4a71042864146228fd22daec028c1297

Boot a fresh box

Ubuntu, Docker, your editor, on the internet in under a second.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/copy.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=f3623fe516eebf87b33b3a1022852286

Fork from a golden

Warm copies of your app, on demand, in ~160ms.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/global.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=c8aae834f6a656b39b1a152b1fd5242f

Live demos & share URLs

A real https://name.boxd.sh the moment your server starts.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/monitor-smartphone.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=317a0849a08fdba83922ef8a4655c2e9

Editor & SSH workflows

Cursor, VS Code, JetBrains, Zed. SSH straight in.

Preview environments

A URL per branch. A URL per PR. A URL per anything.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/branching-paths-up.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=06ff61ff2b80a7adc15558368629f9bb

Per-PR preview URLs

Every PR gets its own boxd. Destroyed on merge.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/rocket-2.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=a1c1fe369620246bf94ebe0008da9032

Deploy on push

Push to main, see it live in seconds. One GitHub webhook.

Agents on boxd

The cloud computer agents actually want. Full root, persistent disk, a public IP, and fork to recover.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/robot.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=e91e744c2d3cd5da053167486b6834bf

Agent sandboxes

Give Claude its own VM. Fork before risky moves. Destroy after.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/bug.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=793936d309dacb75c015231f4754aa3e

Fix-on-issue loop

Label an issue boxd-fix. Get a PR with a live preview URL.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/claude.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=03286da259893b6993db73a8e038c20b

Claude Code on boxd

Pre-installed. Persistent auth. Reads your CLAUDE.md by default.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/openai.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=da28cad5c174168cae7dde6e50d2ca56

Codex on boxd

Pre-installed. Same auth model, same primitives, AGENTS.md aware.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/opencode.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=edcac96c27b2938110c79fe447bc7b61

OpenCode on boxd

Pre-installed. Open-source agent harness on a real Linux box.

Get started

https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/play-circle.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=a455a690b8d8e83d6b492b6ee9764fc6

Quickstart

From zero to a live machine in under a minute.
https://mintcdn.com/azin/Ax1V0serIwQf0x_2/images/icons/server-square.svg?fit=max&auto=format&n=Ax1V0serIwQf0x_2&q=85&s=1bbbc4c3c59a2e4c73bca3d24a58fb2c

How it works

The VM model, fork semantics, HTTPS proxying, suspend and resume.