Use Cases
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.
md
---
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 |
|---|---|---|---|
| Add your article here | - | - | - |