Product The compute core For developers & platform builders
Computers for AI agents

Give your AI agents a real computer. Instant, isolated, metered.

A cloud browser, an SSH terminal, or a GUI desktop — provisioned with a single API call, started in seconds, fully isolated, and billed by the minute with hard cost limits. This is the foundation everything else — the App Store, your AI employees, your teams — runs on.

/sandboxes — live app
Sandboxes — raw Linux boxes for your agents and scripts, with running/stopped/archived states and a note that compute billing stops while stopped.

Captured from the live app: Sandboxes — raw Linux boxes for your agents and scripts. Running means live now; stopped means compute billing stops.

One API, three computers

Whatever your agent needs to touch, there's a box for it

1Web browsers

Real Chrome and Firefox your agent controls via CDP — navigate, fill forms, extract data, click. The full internet, by API.
POST /api/browsers → CDP URL in <1s

2SSH terminals

Full Linux machines with root. Write code, install packages, run processes, manage files — persistent state across sessions.
POST /api/sandboxes → SSH access

3GUI desktops

Linux desktops via VNC. Your agent sees the screen, clicks buttons, types text, and drives any GUI application.
POST /api/desktops → VNC stream

The guarantees

Instant, isolated, and impossible to overspend

/sandbox — Terminal Hub
The Terminal Hub: a real multi-tab terminal into your sandboxes.

Instant start, full isolation

A warm pool keeps containers pre-provisioned, so an agent gets a browser or sandbox in under a second — no cold boots, no image pulls. Each box gets its own network namespace with isolation levels from L0 to L4; no cross-tenant visibility, ever.

/sandbox · /sandboxes
/dashboard
The dashboard: usage, resource limits, monthly compute spend, and plan caps.

Per-minute metering, hard cost limits

Set a monthly budget and the platform enforces it: if an agent hits the limit, it stops — an HTTP 402, not a surprise invoice. The dashboard shows active boxes, spend, and every resource limit at a glance. No runaway loop costs you $500 overnight.

/dashboard · /billing
/computers
My Computers: named, agent-drivable machines you can turn on and off.
Captured live: this environment shows an honest banner that file persistence across turn-off is built but not switched on here yet — the UI tells you, rather than pretending.

Persistent Computers you name and keep

Beyond ephemeral sandboxes, a Computer is a named, agent-drivable machine you turn on and off — the durable box your AI employees live on. Turn it off and compute billing stops; turn it back on and pick up where you left off.

/computers
/blueprints
Blueprints: curated configs your computers start from — base image, apps, default resources.

Blueprints: a curated starting point

A Blueprint is the reusable template your computers start from — a base image, the apps to pre-install, default resources. Author it once and every new box is born configured, instead of set up by hand each time.

/blueprints

Verified by browser tests

The sandbox, computers, and dashboard surfaces are covered by a green Playwright end-to-end suite.

Real screenshots

Every image here is captured from the live application — the real sandbox list, the real dashboard.

Honest about the environment

Where a capability is built but not switched on here (file persistence), the UI says so — and so do we.

Give your agent a computer

One API call for a browser, a terminal, or a desktop — instant, isolated, and cost-capped.

Start on your box

or read the API docs · see the whole product