Create computer
Provision a new virtual computer in a workspace.
Request
linux is supported.4, 8, 16, 32, or 64. Capped by your plan’s per-computer limit.1, 2, 4, 8, or 16. Capped by your plan’s per-computer limit.WIDTHxHEIGHTxDEPTH format (e.g., 1024x768x24, 1920x1080x24).0 to explicitly keep the computer always-on.Common configurations
| RAM | CPU | Best for |
|---|---|---|
| 4 GB | 1 core | Standard workflows (default) |
| 8 GB | 2 cores | Heavier automation |
| 16 GB | 4 cores | Development, memory-intensive tasks |
| 32 GB | 8 cores | Large-scale processing |
| 64 GB | 16 cores | Enterprise workloads |
Response
Returns the created computer object.WIDTHxHEIGHTxDEPTH format.creating, starting, running, stopping, stopped, restarting, suspended, deleting, error.null if auto-stop is disabled.hostname and to reference the VM across restarts.instance_id. Returned for backwards compatibility - new clients should read instance_id.www.orgo.ai.https://www.orgo.ai/desktops/{instance_id}). Append /ws/websockify, /ws/terminal, or /ws/audio for the WebSocket endpoints; HTTP Desktop API calls go to https://www.orgo.ai/api/desktops/{instance_id}/proxy/{endpoint}.POST /computers or GET /computers/{id}.Example
Response
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Body
ID of the workspace to create the computer in
"550e8400-e29b-41d4-a716-446655440000"
Computer name
1"agent-1"
Operating system
linux CPU cores. Capped by plan.
1, 2, 4, 8, 16 RAM in GB. Capped by plan.
4, 8, 16, 32, 64 Disk size in GB. Capped by plan.
Display resolution in WIDTHxHEIGHTxDEPTH format
"1280x720x24"
Auto-stop after this many minutes of inactivity. Defaults to disabled. Set to 0 to explicitly keep the computer always-on.
x >= 030
Response
Computer created
Unique computer identifier
"a3bb189e-8bf9-3888-9912-ace4e6543002"
Computer name
"agent-1"
Name of the parent workspace
"production"
Operating system
linux "linux"
RAM in GB
4, 8, 16, 32, 64 4
CPU cores
1, 2, 4, 8, 16 1
Disk size in GB
8
Current status
creating, starting, running, stopping, stopped, restarting, suspended, deleting, error "running"
Dashboard URL for the computer
"https://orgo.ai/workspaces/a3bb189e-8bf9-3888-9912-ace4e6543002"
Stable identifier for the underlying compute instance. Use this for proxy hostnames and for any client that needs to reference the VM across restarts.
"a3881618"
Deprecated alias for instance_id. Returned for backwards compatibility - new clients should read instance_id.
"a3881618"
Same-origin host for the computer's connection endpoints (always www.orgo.ai).
"www.orgo.ai"
Same-origin connection base (https://www.orgo.ai/desktops/{instance_id}). Append /ws/websockify, /ws/terminal, or /ws/audio for WebSocket endpoints; HTTP Desktop API calls go to https://www.orgo.ai/api/desktops/{instance_id}/proxy/{endpoint}.
"https://www.orgo.ai/desktops/a3881618"
VNC / WebSocket Bearer token. Rotates on every restart - do not persist across restarts.
"a06db12a8683df96"