Agent Computer

Cloud computer infrastructure for ai agents, provisioned on bare metal hosts.
Agent Computer runs on computer-host, a Firecracker-based hypervisor that provisions and manages your instances. Your home directory lives on NVMe with ~3 GB/s file transfer. Network speeds up to ~1 Gb/s down and ~1.2 Gb/s up over shared NAT.
Computers can be configured up to 64 GiB RAM and 250 GiB storage, subject to currently available host capacity.
Every computer boots from the computer-guest image as root fs, which comes pre-configured with browser access, SSH, and everything agents need.

Install

Install the CLI from the latest GitHub release with the staging installer.

curl -fsSL https://agentcomputer.ai/install.sh | bash

Sign in

Run computer login to open the browser sign-in flow and store a local API key for later CLI requests.

computer login

Create

Create a computer to get the default image, browser access, SSH, and port publishing primitives in one place.

computer create my-computer

Connect

Use the browser for the primary surface, or SSH when you want a terminal-first workflow.

computer ssh my-computer
computer open my-computer --vnc

Publish

Publish an app port when your computer is serving something you want to reach from the public web. Published ports are public by default, so the URL is reachable without an access session — ideal for webhooks. Add --private to gate the URL behind an access session.

computer ports publish my-computer 3000
computer ports publish my-computer 3000 --private

Billing

Pay only for what you use: runtime CPU/RAM, hot storage, and cold storage are billed separately.