Depot
Depot is growing from a build accelerator into a full CI and agent-sandbox platform.
◆Recent moves
- 7d ago
Snapshot enhancements for Depot CI
Snapshot improvements let Depot CI persist non-sensitive env vars into reusable images and push snapshots faster. Incremental, but it cuts repeated setup work in pipelines.
- 14d ago
SOCI v2 support for Depot container builds
SOCI v2 support lets containers start after pulling only the files they need, cutting cold-start time for large images like CUDA and PyTorch, with the index generated at build time. A real performance gain for heavy container workloads.
- 15d ago
Sandbox SDK is now available in private beta
⚡ SPARKThe Sandbox SDK (private beta) lets developers run untrusted or agent-generated code in isolated, ephemeral sandboxes from a Node SDK. It pushes Depot beyond builds and CI into the code-execution layer that AI agents need.
- 21d ago
Native step retries in Depot CI
Native step retries add a retry: key to CI run steps with configurable backoff, replacing vendored marketplace retry actions. A small but frequently-needed reliability primitive.
View source ↗ - 23d ago
Durable cache disks for Depot CI jobs are now available in beta
Durable cache disks (beta) provide a POSIX-compatible, multi-write disk that persists between runs and can fan out across runners. Useful, with the caveat that mounts aren't scoped to a single repository.
- 29d ago
Depot CI API and CLI are now generally available
Depot's CI API and CLI reached general availability, exposing trigger, inspect, retry, and cancel plus log access from the terminal or an agent, all from one OpenAPI contract. Marks CI moving from dashboard-first to programmable.
View source ↗