Cloud-hosted virtual desktops (Ubuntu, Windows, browser) that give AI computer-use agents a sandbox to act in.
What it does
Scrapybara hosts remote desktop instances that AI computer-use agents can control through a unified API. It provides Ubuntu, Windows, and lightweight Chromium browser instances that can be spun up in milliseconds and support authenticated sessions, pausing/resuming, and real-time interactive streaming.
How to use: Developers can use Scrapybara by installing its Python or TypeScript SDK. After initializing a client, they can start an Ubuntu instance and then use the `client.act()` method with various tools (like ComputerTool, BashTool, EditTool) and a specified AI model (e.g., OpenAI) to execute prompts for automated tasks, such as web scraping.