A private, sandboxed Claude Code or Codex agent for you and your team — launch it in your own AWS account with one click.
A ready-to-use coding agent you open right in your browser. Set it up once with a single click; it keeps running on its own.
Each agent runs in its own restricted account and can't touch the rest of the machine — it only gets the specific extra powers you choose to grant. The agent's own approval prompts are off by default: the sandbox, not the agent, is the containment. Read the security model →
A full terminal, right in your browser over a secure connection. Open your link and you're in — nothing to install.
Pick Claude Code or Codex when you launch. The same NixOS module, terminal, and sandboxing model support both.
API keys and tokens live in a root-only file on your box — out of shared settings, never baked into saved images. The agent can use whatever you hand it, so grant tokens scoped to what it should do.
Runs on a Spot instance with no network fees by default: a small box is ~$7–10/month all-in, the default size ~$16–20/month, on-demand a bit more. Terminate anytime to stop charges.
Sets up one ready-to-go box in your own AWS account with the browser terminal already running. It creates everything it needs, so there's nothing to configure beforehand — just pick a region and go.
WebPassword — that's what you'll use to log into the browser terminal. AWS masks it with dots after you type it and never shows it again, so save it somewhere before you launch. Choose Claude Code or Codex, pick a size, rename the stack if you want a friendlier Claude app label, and launch. The box takes about 2–3 minutes to start; your browser link then appears under Outputs in the AWS console — open it, enter the password, finish the selected agent's one-time sign-in, and you're in. (Claude Code stacks can drive the box from the Claude desktop / mobile app via Remote Control after the first browser login — the session name is <UserName>@<stack name>, agent@agent-box by default.)
PublicIpv4 on the AWS form adds a stable IPv4 for ~$3.60/month. Your current network can't reach IPv6-only servers, so the Launch buttons above have been adjusted to include PublicIpv4. Uncheck it on the CloudFormation form only if you'll connect from a network with IPv6. The box itself reaches IPv4-only sites either way: in IPv6-only mode, traffic to them — notably github.com — goes through a free public NAT64 relay (nat64.net). TLS and SSH stay end-to-end encrypted, but if you'd rather not route through a third party, launch with Nat64 unchecked or pay for the IPv4.
If your team already has its own server, or prefers a downloadable virtual-machine image, the same setup is available for your IT team to install.
Setup instructions live in the project repository.