Get computer
Retrieve a computer by ID.
Path parameters
Response
creating, starting, running, stopping, stopped, restarting, suspended, deleting, error.hostname.instance_id. Returned for backwards compatibility.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}.Example
Response
Errors
401- Invalid or missing API key403- You don’t have access to this computer404- Computer not found
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Response
Computer details
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"