curl, requests, or fetch against https://www.orgo.ai/api and you’re done.
Prefer the terminal? The Orgo CLI wraps this same API with
orgo commands and a live orgo ssh shell.1. Get your API key
Create an account at orgo.ai/start, then copy your key from orgo.ai/workspaces.2. Create a workspace
Workspaces group related computers.id. You’ll pass it as workspace_id when creating a computer.
3. Create a computer
4. Take a screenshot
5. Click, type, and run shell commands
6. Let an AI drive it
Orgo exposes an OpenAI-compatible endpoint at/api/v1/chat/completions.
Point any OpenAI SDK at https://www.orgo.ai/api/v1, pass
computer_id, and the model will screenshot, click, and type on its own
until your instruction is done.
"stream": true. See Create chat completion for the full spec, including thread continuation, custom Anthropic key, and error handling.
7. Lifecycle
start - in-memory state is not preserved and they come back with a new IP.
Use the CLI
Prefer a terminal workflow? The Orgo CLI wraps this same API - create and manage computers, runbash and exec, open a live shell with orgo ssh, and drive agent runs, all from your shell.
Next steps
API Reference
Every endpoint, every field.
Use any model
Claude, GPT, Gemini, Hermes. Any OpenAI-compatible model.
Embed computers
Drop a live VM into your own app via VNC.