Desktop infrastructure for AI agents
prompt()
to let Claude control the computer:
prompt()
method uses Anthropic Claude by default, but you can also control the computer programmatically using methods such as leftClick()
, key()
, and scroll()
. This flexibility allows you to build custom AI agents that can interact with desktop environments. 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.