Getting Started
1
Create your local project
Set up a new directory and environment for your project:
2
Set up your environment
3
Connect to a computer
Create a connection to a virtual computer:
4
Perform actions
Control the computer with simple commands:
Computers automatically stop during inactivity, so manual lifecycle management is optional. The
stop()
and start()
methods are provided for flexibility when you need explicit control.5
Use natural language with Claude
To use the Then set your Anthropic API key and use natural language to control the computer:
prompt()
method with Claude, first install the Anthropic SDK:The
prompt()
method handles all the agent loop interactions with Claude automatically. Make sure you have the anthropic
package installed and your ANTHROPIC_API_KEY
environment variable set.Complete Example
Here’s a full example of using Orgo with Anthropic Claude:Remember to call
destroy()
when finished to free up your project slot. The free tier allows 2 concurrent desktops.