Use Cases
September 4, 2026 ยท View on GitHub
::: warning Bilingual PR Required
Every contribution in this section must include both an English file under docs/guide/usecases/ and a Chinese file under docs/zh/guide/usecases/. PRs that update only one language will not be merged.
:::
This section collects real-world Cube Sandbox adoption stories, production patterns, and solution write-ups. Good submissions explain the business context, why Cube Sandbox was chosen, and the outcome it enabled.
What belongs here
- Real business scenarios powered by Cube Sandbox
- Architecture notes for production deployments
- Migration stories from other sandbox or code execution platforms
- Internal tools, agent workflows, and engineering enablement cases
How to contribute
- Copy
_template.mdin the current directory and rename it to an English kebab-case slug such asbrowser-agent-in-production.md. - Create both files at the same time:
docs/guide/usecases/<slug>.mddocs/zh/guide/usecases/<slug>.md
- Keep the filename identical in both languages to keep the URLs aligned.
- Fill in the required frontmatter fields and describe the scenario with concrete details.
- Add your article to the table below in both the English and Chinese index pages.
- Open a PR and mention any related example repo, architecture diagram, or demo if available.
Naming and frontmatter
- Filenames must use English kebab-case.
- Chinese filenames are not allowed.
- Use the same slug in both language directories.
- Keep frontmatter keys aligned across both files.
---
title: Browser Agent for Internal QA Workflows
author: your-github-id
date: 2026-05-14
tags:
- browser
- qa
- production
lang: en-US
---
Published articles
| Title | Author | Date | Tags |
|---|---|---|---|
| trpc-agent-go: A Secure Code Execution Backend Powered by Cube Sandbox | joeyczheng | 2026-06-03 | agent, code-execution, e2b, golang |
| Lexmount AI: Putting the Browser Runtime Inside the Agent Sandbox | Xiong Xiuzhang | 2026-08-13 | agent, browser, browser-runtime, production |
| Hermes Agent: Running a Resident Agent Platform in CubeSandbox | Chen Jinbo | 2026-08-20 | agent, persistence, skills, host-mount |
| Lenovo Cloud Agent: Sandbox Migration from Daytona to CubeSandbox | Li Jian | 2026-08-20 | agent, migration, daytona, e2b-compat |
| Horizon Insights: Sandboxing Financial Research Agents | Wang Zhengkai | 2026-08-26 | agent, financial, host-mount, cubeegress |
| unisound: Stress-Testing Density Limits for RL Rollout | Unisound Atlas Intelligent Computing Team | 2026-09-01 | agent, rl, rollout, density |
| Guangdong Rising: Building a Multi-Tenant Sandbox Platform | Feng Jiaqi | 2026-09-03 | agent, multi-tenant, sandbox-platform, lifecycle |