← Back to all sparks
D

Daytona

INFRA · APIS
Velocity0.0

Secure elastic infrastructure for running AI-generated code in isolated sandboxes for AI agents and apps

Very high-cadence sandbox infra building the primitives agents need to run code

agent-sandboxescode-executiondeveloper-sdksnapshotsinfrastructure
Current state
Daytona is shipping roughly every few days (v0.161 through v0.170 in this window), iterating fast on its code-execution sandbox platform. Recent releases add sandbox forking and snapshots, per-sandbox and per-region resource limits, runtime network controls, a BuildKit build path, and multi-language SDKs.
Where it's heading
The work clusters around making sandboxes a controllable, forkable primitive for AI agents: snapshot/fork to branch execution state, resource and network limits to contain it, and SDK simplification (moving execution to the daemon) to make it programmable. Daytona is building toward a fuller sandbox-orchestration layer.
Prediction
Expect the forking/snapshot capability to graduate from experimental toward stable, with continued SDK and resource-control depth — the consistent themes across this release run.

Recent moves

  1. 1mo ago

    Docs Search, Git Clone & API 400s

    v0.170.0 adds docs search and OSS deploy guides, optional git CLI clones for large repos, and proper HTTP 400s for quota and limit errors. Practical polish across docs, repo handling, and API error semantics.

  2. 2mo ago

    Runtime Network Controls

    v0.169.0 introduces runtime network controls for sandboxes plus safer declarative builds and a Java SDK docs pass. Network controls are a meaningful containment lever for running untrusted agent code, building on the resource-limit work.

  3. 2mo ago

    Sandbox Activity & Resource Limits

    v0.168.0 adds a last-activity timestamp, per-region resource limits, and faster dashboard pagination. Visibility and control refinements that make fleets of sandboxes easier to operate.

  4. 2mo ago

    SDK Simplification & Per-Sandbox Resource Limits

    v0.167.0 moves code execution into the daemon and adds per-sandbox resource limits at the region level. An architectural simplification of the SDK that should make execution more uniform and easier to reason about.

  5. 2mo ago

    Sandbox Forking SDK & Org Metrics

    ⚡ SPARK

    v0.166.0 brings experimental sandbox forking and snapshot methods to the SDK, plus org-level OTEL metrics. Forking running sandbox state is a directional capability for the agent-execution category, surfaced here as developer-facing SDK methods.

  6. 2mo ago

    Sandbox Fork & Snapshot Endpoints

    v0.165.0 lands the fork and snapshot API endpoints that the next release's SDK methods build on, plus daemon log rotation and a major dependency security update. The API groundwork for the forking capability.