|
2 | 2 | name: sandboxes |
3 | 3 | description: | |
4 | 4 | Sandboxes — hardware-isolated microVMs on Azure Container Apps for |
5 | | - running AI-generated code, coding agents, MCP servers, web apps, and |
| 5 | + AI-generated code, coding agents, MCP servers, web apps, and |
6 | 6 | ephemeral workloads. Snapshot/resume, scale-to-zero, sub-second |
7 | | - startup, deny-default egress. Driven by the `aca` CLI (auth delegates |
8 | | - to `az login`). |
| 7 | + startup, deny-default egress. Driven by the `aca` CLI (auth via |
| 8 | + `az login`). |
9 | 9 |
|
10 | | - Use when the user wants to: create or manage sandbox groups and |
11 | | - sandboxes; exec commands or open an interactive shell; read/write |
12 | | - files; expose ports; snapshot, stop, resume, commit to a disk, or |
13 | | - mount volumes; tighten egress; manage secrets, managed identity, |
14 | | - labels; apply YAML specs; or run scenarios like web apps, coding |
15 | | - agents, code interpreter, swarms, sandbox inception, computer-use, |
16 | | - MCP hosting, data processing, or developer workflows. |
| 10 | + Use when the user wants to: create/manage sandbox groups and |
| 11 | + sandboxes; exec or open a shell; read/write files; expose ports; |
| 12 | + snapshot, stop, resume, commit to disk; mount volumes; tighten |
| 13 | + egress; manage secrets, identity, labels; apply YAML; or run |
| 14 | + scenarios like web apps, coding agents, code interpreter, swarms, |
| 15 | + computer-use, or MCP hosting. |
17 | 16 |
|
18 | 17 | Triggers: "create sandbox", "sandbox group", "aca cli", "aca |
19 | | - sandbox", "azure container apps sandbox", "ACA sandbox", "microVM", |
20 | | - "isolated VM", "run untrusted code", "exec in sandbox", "sandbox |
21 | | - shell", "copy files to sandbox", "sandbox port", "sandbox snapshot", |
22 | | - "commit sandbox to disk", "sandbox volume", "mount volume sandbox", |
23 | | - "suspend sandbox", "resume sandbox", "sandbox lifecycle", |
24 | | - "auto-suspend sandbox", "sandbox secret", "sandbox managed identity", |
25 | | - "sandbox labels", "sandbox apply yaml", "egress deny", "egress |
26 | | - allow-list", "code interpreter", "agent swarm", "sandbox inception", |
27 | | - "coding agent sandbox", "computer use sandbox", "host mcp". |
| 18 | + sandbox", "microVM", "run untrusted code", "exec in sandbox", |
| 19 | + "sandbox shell", "sandbox port", "sandbox snapshot", "commit sandbox |
| 20 | + to disk", "mount volume sandbox", "suspend/resume sandbox", "sandbox |
| 21 | + secret", "sandbox managed identity", "egress allow-list", "code |
| 22 | + interpreter", "agent swarm", "coding agent sandbox", "host mcp". |
28 | 23 | --- |
29 | 24 |
|
30 | 25 | # Sandboxes |
|
0 commit comments