v0.1.0
kubernetes-sigs/agent-sandboxv0.1.0Nov 7, 2025by janetkuo
AI Summary
First official release of Agent Sandbox, providing a powerful and flexible platform for managing isolated, stateful, singleton workloads in Kubernetes, ideal for AI agent runtimes.
Key Highlights
- Declarative management using Sandbox, SandboxTemplate, and SandboxClaim APIs
- Ability to run various workloads in isolated environments
- SandboxWarmPool for improved performance and faster sandbox creation
New Features
- Sandbox API for declarative sandbox management
- SandboxTemplate API for reusable sandbox configurations
- SandboxClaim API for requesting sandbox resources
- Isolation support for stateful, singleton workloads
- SandboxWarmPool for pre-warming and faster sandbox creation
- Example workloads demonstrating various use cases
Full Release Notes
## 🚀 Announcing Agent Sandbox v0.1.0! We are thrilled to announce the first official release of Agent Sandbox, `v0.1.0`! This release marks a major milestone, providing a powerful and flexible platform for managing isolated, stateful, singleton workloads in Kubernetes, ideal for use cases like AI agent runtimes. With `v0.1.0`, you can: * **Define and manage sandboxes declaratively** using the new `Sandbox`, `SandboxTemplate`, and `SandboxClaim` APIs. * **Run a variety of workloads in isolated environments**, as demonstrated by our [examples](https://github.com/kubernetes-sigs/agent-sandbox/tree/v0.1.0/examples). * **Improve performance** with `SandboxWarmPool`, allowing for faster sandbox creation. This release is the culmination of the hard work of our contributors, and we're excited to see what you build with it! ## Installation ```sh # To install only the core components: kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.1.0/manifest.yaml # To install the extensions components: kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.1.0/extensions.yaml ``` ## Contributors A huge thank you to all the contributors who made this release possible! @janetkuo, @barney-s, @justinsb, @ameukam, @sdowell, @vicentefb, @tomergee, @flpanbin, @peterzhongyi, @YaoZengzeng, and @volatilemolotov. **Full Changelog**: https://github.com/kubernetes-sigs/agent-sandbox/commits/v0.1.0