Looking for the raw HTTP API? Check out the API Reference for direct REST endpoints.
Installation
Get your API key
- Create an account at orgo.ai
- Get your API key from orgo.ai/workspaces
- Create a
.envfile in your project:
.env
Organize with Workspaces
Manual Control
Mouse & Keyboard
Execute Code
These methods give you full control to implement your own custom computer-use agent. See the API reference for all available methods.
AI Control
Orgo uses the standard OpenAIchat/completions format. The AI agent handles screenshots, clicking, typing, and bash commands automatically.
Streaming
Multi-turn
Passthread_id to continue where the AI left off:
Bring your own key
Use your own Anthropic API key — no Orgo credits consumed:Use Claude Opus for complex tasks
Complete Example
example.py
Templates
Pre-configure computers with installed software:See the Templates guide for more details on creating and using templates.
Computer Specs
linux, 4GB RAM, Standard CPU, no GPU
Valid RAM/CPU pairs:
| RAM | CPU | Best for |
|---|---|---|
| 4GB | Standard | Standard workflows (default) |
| 8GB | 2x | Heavy automation |
| 16GB | 4x | Development |
| 32GB | 4x | Large-scale processing |
| 64GB | 16x | Enterprise workloads |
Computer Lifecycle
Free-tier computers auto-stop after 15 minutes of inactivity. Paid plans can configure auto-stop or disable it entirely.
Environment Variables
Tips
Use workspaces to organize computers
Use workspaces to organize computers
Clean up when done
Clean up when done
Take screenshots for debugging
Take screenshots for debugging
Stream progress
Stream progress
Next Steps
API Reference
Explore all available endpoints
Use Any Model
Claude, GPT, Gemini, and more