Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Dedalus Machines are the fastest persistent sandboxes for AI agents. Spin up long-running, stateful agents that never sleep in <50ms.
Dedalus Labs provides Dedalus Machines, which are described as the fastest persistent sandboxes for AI agents. These machines allow users to spin up long-running, stateful agents that can operate continuously, with boot times under 50 milliseconds.
brew install dedalus-labs/tap/dedalus.export DEDALUS_API_KEY=<YOUR_API_KEY>.dedalus machines create --vcpu 1 --memory-mib 1024 --storage-gib 10 to create a machine.dedalus run <machine-id> -- <command>.