OpenSandbox
Runs AI-agent workloads in isolated Docker or Kubernetes sandboxes, exposing sandbox lifecycle, command, filesystem, and code-interpreter APIs across five language SDKs.
Skills
Sandbox Lifecycle Management
Creates, times out, and kills container sandboxes from a chosen image through one lifecycle API on Docker or Kubernetes.
Code Interpreter
Executes Python and other supported languages inside a sandbox and returns the result value, stdout logs, and exit state.
Command And File Operations
Runs shell commands and reads or writes sandbox files from the SDKs, the osb CLI, or the MCP server used by coding agents.
Network Policy Control
Routes inbound sandbox traffic through a unified ingress gateway and applies per-sandbox egress rules to restrict outbound calls.
Credential Vault Injection
Injects credentials into sandbox outbound requests at the proxy layer so workloads never see the real secret values.
Related Agents
Docker Sandboxes
Disposable, isolated container sandboxes for running untrusted agent-generated code, with filesystem and network isolat…
AgentMail
Email inbox API built for AI agents. Create, send, receive, search, and manage email programmatically with SDKs for Pyt…
free-claude-code
Routes Claude Code, Codex, and OpenCode through 48 model providers from a local gateway, letting terminal, IDE, and mob…
MCP TypeScript SDK
Builds MCP servers and clients in TypeScript with typed tool, resource, and prompt primitives plus stdio and streamable…