diff --git a/content/manuals/ai/sandboxes/_index.md b/content/manuals/ai/sandboxes/_index.md index 75e419dc99..ac9019c99a 100644 --- a/content/manuals/ai/sandboxes/_index.md +++ b/content/manuals/ai/sandboxes/_index.md @@ -13,6 +13,10 @@ sandbox gets its own Docker daemon, filesystem, and network — the agent can build containers, install packages, and modify files without touching your host system. +> [!NOTE] +> The `sbx` CLI is free to use, including for commercial work. Only +> [organization governance](governance/) requires a separate paid subscription. + Organization admins can [centrally manage sandbox network and filesystem policies](governance/org.md) from the Docker Admin Console, so the same rules apply uniformly across every diff --git a/content/manuals/ai/sandboxes/faq.md b/content/manuals/ai/sandboxes/faq.md index 572a66c66f..a8b7a908d3 100644 --- a/content/manuals/ai/sandboxes/faq.md +++ b/content/manuals/ai/sandboxes/faq.md @@ -2,9 +2,24 @@ title: FAQ weight: 70 description: Frequently asked questions about Docker Sandboxes. -keywords: docker sandboxes, sbx, faq, sign in, telemetry, clipboard, image paste +keywords: docker sandboxes, sbx, faq, sign in, telemetry, clipboard, image paste, pricing, commercial use --- +## Is Docker Sandboxes free? Can I use it commercially? + +Yes to both. The `sbx` CLI is free to use, including for commercial and +professional work, with no per-seat fee. Install it, sign in with a free +Docker account, and run sandboxes at no cost. + +The only paid component is organization governance: centrally managed network +and filesystem policies, [sign-in enforcement](governance/sign-in-enforcement.md), +and [audit logs](governance/audit.md). These +[organization governance features](governance/) require a separate paid +subscription — +[contact Docker Sales](https://www.docker.com/products/ai-governance/#contact-sales) +to get started. Everything else, including running agents in isolated +sandboxes, is free. + ## Why do I need to sign in? Docker Sandboxes is built around the idea that you and your agents are a team.