Appearance
Examples
Every example below runs against Ovrin's cloud with an OVRIN_API_KEY and one of the templates. Nothing here needs a local runtime or a Kubernetes cluster.
bash
pip install ovrin
export OVRIN_API_KEY="ovrin_..."Coding agents
Hand a coding CLI a whole machine — repository checked out, tools installed, egress locked down.
| Example | Template | What it shows |
|---|---|---|
| Claude Code | claude-code | Anthropic's CLI editing a repository in a sandbox |
| Codex CLI | codex | OpenAI's CLI, including compatible endpoints |
| Gemini CLI | gemini-cli | Google's CLI against a checked-in project |
| DeepSeek Harness | deepseek-harness | dsh, plus the payments-enabled variant |
| Qwen Code | qwen-code | Any OpenAI-compatible endpoint |
| Kimi CLI | kimi-cli | Moonshot's CLI, installed from PyPI |
Browser automation
| Example | Template | What it shows |
|---|---|---|
| Playwright | playwright | Scripted navigation, scraping and screenshots |
| Chrome | chrome | Attaching to Chromium over the DevTools protocol |
Desktop environments
Graphical sessions for tools with no headless mode. Browser access to their UIs arrives with the ingress gateway; both pages say what works today.
| Example | Template | What it shows |
|---|---|---|
| VS Code | vscode | code-server and its toolchain |
| Desktop | desktop | XFCE with Xvfb, x11vnc and noVNC |
Code execution
| Example | Template | What it shows |
|---|---|---|
| Code Interpreter | code-interpreter | Stateful execution — variables survive between calls |
Agent frameworks
Use a sandbox as a tool, so model-generated code never runs in your process.
| Example | What it shows |
|---|---|
| LangGraph | A sandbox tool in a LangGraph ReAct agent |
| Google ADK | The same pattern with the Agent Development Kit |
Self-hosting the runtime
These pages cover Ovrin's cloud. The runtime underneath is the open-source OpenSandbox project, and its own documentation covers running it yourself — Kubernetes deployment, volume mounts, and alternative container runtimes. The Secure sandboxes guide explains the isolation model either way.