Devboxes & Your Stack
Your AI agent will need to do more than just chat. Very likely, you are building an agents that will:- Query external APIs
- Pull, build, and execute code from git repositories
- Run a headless browser to scrape or interact with websites
- Read and write files on a filesystem
- Run proprietary code or binaries
Key Devbox Features
- Isolated, ephemeral virtual machines: Devboxes are created on demand, and deleted when they are no longer needed.
- Super fast boot times: Our base devbox images are optimized to boot in less than
200ms
. - Stateful or stateless: By default, devboxes are stateless and are destroyed after each run. But devboxes also support snapshot, suspend, and result, each with one simple API call.
- Customizable sizes and images: You can choose machine size and resources from a range of options, and you can create and customize team-shared images with blueprints.