Skip to content

OpenSandbox Enhancement Proposals

OpenSandbox Enhancement Proposals (OSEPs) are the mechanism for proposing major features, architectural changes, or modifications to the core API and security model. Small bug fixes and minor improvements do not require an OSEP.

See the OSEP contributing guide for information on how to create and merge proposals.

Proposal Index

OSEPTitleStatusLast Updated
OSEP-0001FQDN-based Egress Controlimplemented2026-01-22
OSEP-0002kubernetes-sigs/agent-sandbox Supportimplemented2026-01-23
OSEP-0003Volume Supportimplementing2026-02-11
OSEP-0004Pluggable Secure Container Runtime Supportimplemented2026-02-09
OSEP-0005Client-Side Sandbox Poolimplementing2026-03-09
OSEP-0006Developer Console for Sandbox Operationsimplementable2026-03-06
OSEP-0007Fast Sandbox Runtime Supportprovisional2026-02-08
OSEP-0008Pause and Resume via Rootfs Snapshotimplementing2026-03-13
OSEP-0009Auto-Renew Sandbox on Ingress Accessimplemented2026-03-23
OSEP-0010OpenTelemetry Metrics and Logs (execd, egress, and ingress)implementing2026-04-12
OSEP-0011Secure Access on GetEndpoint and Signed Endpointimplemented2026-04-25
OSEP-0012Credential Vault and Credential Proxyimplemented2026-06-23
OSEP-0013Isolated Execution APIimplementing2026-06-23
OSEP-0014Multi-Tenancy Support for Kubernetes Runtimedraft2026-04-29

Status Definitions

StatusMeaning
draftProposal is under initial development, not yet accepted
provisionalProposal accepted in principle, design may still evolve
implementableDesign is final and ready for implementation
implementingImplementation is in progress
implementedFully implemented and available

Submitting a Proposal

TIP

Before writing a full OSEP, consider opening a GitHub Issue or Discussion to gauge community interest and get early feedback on your idea.

To submit a new OSEP:

  1. Fork the repository
  2. Copy the OSEP template
  3. Fill in the proposal details
  4. Submit a pull request

See the OSEP contributing guide for the full process.

Released under the Apache 2.0 License.