Overview
The Orgo API lets you create projects, provision virtual computers, and control them programmatically. Build AI agent fleets, automation workflows, or browser testing at scale.Authentication
All requests require a Bearer token:Base URL
Quick Start
1. Create a Project
Projects are containers for computers.2. Create a Computer
Add a computer to your project:3. Control the Computer
Resource Hierarchy
Computer Specs
- OS: Linux or Windows
- RAM: 2GB, 4GB, or 8GB
- CPU: 2, 4, or 8 cores
- GPU: None, T4, or A10 (coming soon)
Control Operations
Mouse
- Click (left, right, double)
- Drag
- Scroll
Keyboard
- Type text
- Press keys (Enter, Tab, ctrl+c, etc.)
Execution
- Bash commands
- Python code
Other
- Screenshots
- Wait/delays
- Streaming (RTMP)
Error Responses
200
- Success400
- Invalid request401
- Invalid API key404
- Resource not found500
- Server error