For developers
A real computer under every agent
No sandbox that evaporates, no tool allowlist pretending to be a computer. Your agent gets a machine; you get every door into it — including the one marked SSH.
terminal
$ssh hoshi.computer -p 2222
key accepted — vlad
connected to vlad's machine
session: fix the flaky checkout test
The mental model
One person, one machine
Your account maps to a dedicated cloud computer — real disk, real shell, real browser. Sessions are long-lived processes on it, not stateless calls.
Two planes
A control plane owns accounts and provisioning; your machine IS the data plane. It authorizes every client itself — there is nothing behind it to reach past it.
Every client, one wire
Web, desktop, mobile, the terminal, and your own scripts all speak the same machine API — sessions, events over SSE, schedules, approvals.