Demos
See the API run on a real computer.
Every demo below is live — it talks to an actual cloud computer through the same public Orgo API you'd call. Open one, watch it work, then copy the code.
Live desktop
VNC embedA real cloud computer streamed into the page over VNC — same-origin, fully interactive. This is the embed flow developers drop into their own apps.
wss /desktops/{id}/ws/websockifyOpen →Screenshot
VisionCapture the computer's display as an image and get a URL back. The simplest way for an agent to see what's on screen.
GET /computers/{id}/screenshotOpen →Run a command
ShellExecute a shell command on the computer and stream back the combined output and exit code. A full Linux machine, one request away.
POST /computers/{id}/bashOpen →Run Python
CodeRun a Python snippet inside the computer and capture its stdout. Great for quick scripting, data work, or driving the desktop from code.
POST /computers/{id}/execOpen →
Want to build your own? Read the API reference.
