GptGet Computers

Cloud computers for AI agents

Spin up a real Linux computer your agent can see and control — browser or full desktop. Drive it over an OpenAI-compatible API, or hand it to a computer-use model. Billed by the hour.

Browser or full desktop

Choose the environment per computer.

🌐 Chrome

A fast browser-only kiosk — ideal for web automation and scraping.

🖥️ Desktop

A full Ubuntu XFCE desktop with file manager, terminal and Firefox.

Everything an agent needs

Computer-use agent

Add a computer_id to chat completions — a Claude computer-use model (Sonnet / Opus) screenshots, clicks and types on its own.

OpenAI- & Anthropic-compatible

Drive the desktop over REST, the Python SDK or the CLI, and run agents with OpenAI- or Anthropic-format requests — one sk- key.

Persistent files

Upload, download and move files; they live in the workspace and survive restarts (R2-backed).

Live streaming

Push the desktop to any RTMP target, or watch it live in your browser (noVNC).

Multi-region

Launch in the US or Europe, close to your users.

Per-hour billing

Pay only for running hours, rounded up. Stop a computer and it stops charging.

Get started in one call

# 1. launch a cloud computer (chrome | desktop)
curl https://api.gptget.net/v1/computers \
  -H "Authorization: Bearer $GPTGET_API_KEY" \
  -d '{"workspace_id":"ws_...","name":"box-1","instance_type":"2c4g","environment":"desktop"}'

# 2. hand it to a computer-use model — it sees & controls the screen
curl https://api.gptget.net/v1/chat/completions \
  -H "Authorization: Bearer $GPTGET_API_KEY" \
  -d '{"model":"anthropic/claude-sonnet-4.5","computer_id":"...",
       "messages":[{"role":"user","content":"Open Firefox and search for hermes"}]}'

Simple hourly pricing

2c2g
$0.0139/hr
2 vCPU · 2 GB
2c4g
$0.0208/hr
2 vCPU · 4 GB
4c8g
$0.0403/hr
4 vCPU · 8 GB

Billed per running hour (partial hours rounded up); stopped computers don't accrue.

Give your agent a computer

Create your first cloud computer in seconds.

Get started →