
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 is a new capability that enables AI to directly control computers by viewing screens and manipulating interfaces. Companies like Anthropic recently released their first generation of computer use agents (CUAs) that can observe and interact with digital environments like humans do. Here’s a few random X posts that talk about computer use agents:How to start
Here’s a quick video of your first computer actions on Orgo. It shows the basic steps or essentially the ‘Hello world’ of computer use. You use your Orgo API key and Anthropic API key to spin up a new computer instance and then prompt it to open up Firefox.
The video walks through a basic computer use agent, but you could make modifications and integrate your own code to make it better or more specialized for your use case.
prompt() method uses Orgo’s hosted AI agent by default. You can also control the computer programmatically using methods like left_click(), type(), and scroll() to build custom AI agents. Orgo uses a bring-your-own-model approach, so you can integrate AI models from providers like Anthropic, OpenAI, or others to control the virtual environments.
Computer use agents typically operate in a loop:
Orgo provides virtual computer environments that AI agents can control to automate tasks. These environments boot in under 500ms, eliminating infrastructure management overhead so you can focus on building.