Available instances
| Instance | CPU | RAM | API identifier |
|---|---|---|---|
| Standard | Standard | 4GB | orgo-computer-small |
| Medium | 2x | 8GB | orgo-computer-medium |
| Large | 4x | 16GB | orgo-computer-large |
| XL | 4x | 32GB | orgo-computer-xl |
Instance details
orgo-computer-small
orgo-computer-small
Standard CPU / 4GB RAMThe default instance. Great for lightweight browser automation, simple web scraping, and single-task agents.
| Resource | Value |
|---|---|
| CPU | Standard |
| RAM | 4GB |
| Default resolution | 1280x720 |
| OS | Linux |
orgo-computer-medium
orgo-computer-medium
2x CPU / 8GB RAMHandles heavier browser workloads, multi-tab sessions, and agents that run multiple tools concurrently.
| Resource | Value |
|---|---|
| CPU | 2x |
| RAM | 8GB |
| Default resolution | 1280x720 |
| OS | Linux |
orgo-computer-large
orgo-computer-large
4x CPU / 16GB RAMBuilt for development environments, data processing, and agents running resource-intensive applications.
| Resource | Value |
|---|---|
| CPU | 4x |
| RAM | 16GB |
| Default resolution | 1280x720 |
| OS | Linux |
orgo-computer-xl
orgo-computer-xl
4x CPU / 32GB RAMMaximum memory for large-scale processing, memory-heavy applications, and enterprise workloads.
| Resource | Value |
|---|---|
| CPU | 4x |
| RAM | 32GB |
| Default resolution | 1280x720 |
| OS | Linux |
Choosing an instance
Web scraping & simple tasks
Standard — Standard CPU / 4GB
Multi-tab browsing & automation
Medium — 2x CPU / 8GB
Dev environments & data processing
Large — 4x CPU / 16GB
Enterprise & memory-intensive work
XL — 4x CPU / 32GB
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 | 4GB (default) |
8 | 8GB |
16 | 16GB |
32 | 32GB |
64 | 64GB |
Maximum RAM per computer depends on your plan. Hacker: 4GB. Team: 8GB. Scale: 16GB.
CPU
| Value | Description |
|---|---|
1 | Standard CPU (default) |
2 | 2x CPU |
4 | 4x CPU |
8 | 8x CPU |
16 | 16x CPU |
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 (Hacker, Team, Scale) | |
|---|---|---|
| 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.