Daytona
Secure elastic infrastructure for running AI-generated code in isolated sandboxes for AI agents and apps
Daytona adds warm pools and spot GPU support, targeting production-grade AI agent sandbox execution.
◆Recent moves
- 8d ago
Streamed context uploads and CLI SSH format fixes
v0.211.2 hardens the platform with streamed context uploads, stale-connection retry in the TypeScript SDK, and a fix that stops SDKs from silently pulling API URLs from .env files — an important correctness fix for teams running multiple environments from the same working directory.
- 13d ago
MI355X GPU type and Python SDK S3 upload reliability
v0.210.0 adds the MI355X GPU type to the API client, expanding the GPU tier available for sandbox creation, and hardens S3 uploads in the Python SDK. Incremental capacity expansion on a product that is clearly racing to cover the GPU compute space.
- 23d ago
Sandbox class and warm pool fields on Sandbox
v0.207.0 exposes sandbox class, warm pool membership, GPU type, state, daemon config, and OTel override fields directly on the Sandbox object — making the metadata readable via SDK without additional API calls, which matters for orchestration code that needs to inspect sandbox state before acting.
- 29d ago
Warm pool management and spot GPUs
⚡ SPARKv0.205.0 ships warm pool management and spot GPU support — the two mechanisms that make AI agent execution economically viable at scale: warm pools eliminate cold-start latency, spot GPUs cut compute cost for workloads that can tolerate preemption. Together they shift Daytona from 'developer sandbox' to 'AI workload runtime.'
- 1mo ago
Snapshot operations by name and outbound proxy
v0.204.0 adds snapshot operations by name (not just ID), outbound proxy configuration at sandbox creation, and typed git transport error codes — making snapshot management more ergonomic and opening sandboxes to controlled external network access, which is required for agent workflows that call APIs or pull dependencies.
- 1mo ago
Org members command and client-side HTTP timeout
v0.203.0 adds org member listing to the CLI and configurable HTTP timeouts in the TypeScript SDK, alongside consistent daemon error codes across SDKs. Operational tooling improvements that matter when teams are managing sandboxes at org scale.