Available instances
| Instance | vCPU | RAM | API identifier |
|---|---|---|---|
| Small | 1 | 4 GB | orgo-computer-small |
| Medium | 2 | 8 GB | orgo-computer-medium |
| Large | 4 | 16 GB | orgo-computer-large |
| XL | 4 | 32 GB | orgo-computer-xl |
Instance details
orgo-computer-small
orgo-computer-small
1 vCPU / 4 GB RAMThe default instance. Great for lightweight browser automation, simple web scraping, and single-task agents.
| Resource | Value |
|---|---|
| vCPU | 1 |
| RAM | 4 GB |
| Default resolution | 1280x720 |
| OS | Linux |
orgo-computer-medium
orgo-computer-medium
2 vCPU / 8 GB RAMHandles heavier browser workloads, multi-tab sessions, and agents that run multiple tools concurrently.
| Resource | Value |
|---|---|
| vCPU | 2 |
| RAM | 8 GB |
| Default resolution | 1280x720 |
| OS | Linux |
orgo-computer-large
orgo-computer-large
4 vCPU / 16 GB RAMBuilt for development environments, data processing, and agents running resource-intensive applications.
| Resource | Value |
|---|---|
| vCPU | 4 |
| RAM | 16 GB |
| Default resolution | 1280x720 |
| OS | Linux |
orgo-computer-xl
orgo-computer-xl
4 vCPU / 32 GB RAMMaximum memory for large-scale processing, memory-heavy applications, and enterprise workloads.
| Resource | Value |
|---|---|
| vCPU | 4 |
| RAM | 32 GB |
| Default resolution | 1280x720 |
| OS | Linux |
Choosing an instance
Web scraping & simple tasks
Small — 1 vCPU / 4 GB
Multi-tab browsing & automation
Medium — 2 vCPU / 8 GB
Dev environments & data processing
Large — 4 vCPU / 16 GB
Enterprise & memory-intensive work
XL — 4 vCPU / 32 GB
Usage
Passram and cpu when creating a computer to select your instance type:
Accepted values
The API validatesram, cpu, and os on every computer creation request. Passing an invalid value returns an error.
RAM
| Value | Description |
|---|---|
4 | 4 GB (default) |
8 | 8 GB |
16 | 16 GB |
32 | 32 GB |
64 | 64 GB |
Maximum RAM per computer depends on your plan. Free: 4 GB. Developer: 8 GB. Startup: 16 GB. Max: 32 GB. Enterprise: 64 GB.
CPU
| Value | Description |
|---|---|
1 | 1 vCPU (default) |
2 | 2 vCPU |
4 | 4 vCPU |
8 | 8 vCPU |
16 | 16 vCPU |
All plans support up to 8 vCPU per computer.
OS
| Value | Description |
|---|---|
linux | Linux (default, only supported OS) |
Resolution
Resolution is passed as a string inWIDTHxHEIGHTxDEPTH format. Default is 1280x720x24.
Auto-stop duration
Auto-stop controls how long a computer can sit idle before it suspends. Accepted formats:| Value | Description |
|---|---|
"0" | Disable auto-stop (computer runs continuously) |
"5m" | 5 minutes |
"15m" | 15 minutes (free-tier default, enforced) |
"1h" | 1 hour |
"1h30m" | 1 hour 30 minutes |
"1d" | 1 day |
"7d" | 7 days |
"30d" | 30 days (maximum) |
Must be between 10 seconds and 30 days. Accepts Go duration format (
5m, 1h30m) or day shorthand (1d, 7d). Free-tier computers are locked to 15 minutes. Paid plans default to no auto-stop.Persistence & auto-stop
Computer behavior depends on your plan:| Free | Paid (Developer, Startup, Max, Enterprise) | |
|---|---|---|
| Persistence | State preserved across auto-stop | Full state and disk persistence |
| Auto-stop | 15 minutes of inactivity (enforced) | Disabled by default, configurable per-computer |
Free-tier computers auto-stop after 15 minutes of inactivity. Paid plans can configure auto-stop per-computer or disable it entirely. All plans preserve state across stops — restarting a computer restores it to where it left off. See the Auto-stop guide for details.
Included with every instance
All instance types share these capabilities:- Full REST API and SDK access
- Template support for pre-configured environments
- Screenshot, mouse, keyboard, and bash execution
- File upload and download
- VNC access
Instance type determines the compute resources per agent. The number of agents, storage, bandwidth, and other limits depend on your plan.