
Overview
Orgo is desktop infrastructure for AI agents. Launch headless cloud VMs that AI models can control and interact with.What is computer use?
AI computer use enables AI models to directly control computers — viewing screens, clicking, typing, and running commands just like a human. Anthropic, OpenAI, and Google have all shipped computer use agents (CUAs) that can interact with desktop environments autonomously. Running these agents on your own machine works for experimentation but lacks security, scalability, and production-ready infrastructure. Orgo provides cloud desktops purpose-built for AI agents.How it works
Use the standard OpenAI SDK to control a cloud computer with AI:computer.left_click(), computer.type(), and computer.bash().
Agent loop
Computer use agents typically operate in a loop:- See - Capture a screenshot
- Decide - AI analyzes the screen and decides what to do
- Act - Perform mouse/keyboard actions
- Repeat - Continue until task is complete
Key features
Fast boot
Computers boot in under 500ms
Full control
Mouse, keyboard, and code execution
Templates
Pre-configure environments with installed software
Bring your own model
Claude, GPT-4, OpenAI-compatible API
