diff --git a/content/manuals/admin/organization/manage/manage-licenses.md b/content/manuals/admin/organization/manage/manage-licenses.md index 295e00f9c51e..aab4a0e776e0 100644 --- a/content/manuals/admin/organization/manage/manage-licenses.md +++ b/content/manuals/admin/organization/manage/manage-licenses.md @@ -44,5 +44,5 @@ See these docs to explore Docker Core add-ons, or products that need licenses: - [Docker plans](/manuals/subscription/plans/_index.md) to learn about different add-ons - [Manage seats](/manuals/admin/organization/manage/manage-seats.md) to add more seats to your Docker Core subscription -- [AI Governance](/manuals/ai/sandboxes/governance/org.md) to set up organization policies for your organization members +- [AI Governance plan](/manuals/subscription/plans/ai-governance.md) to learn about AI Governance license usage and billing - [Docker Offload](/manuals/offload/about.md) to let your developers offload building and running containers to the cloud diff --git a/content/manuals/ai/sandboxes/_index.md b/content/manuals/ai/sandboxes/_index.md index 1a05b57821e4..5035dd768ad3 100644 --- a/content/manuals/ai/sandboxes/_index.md +++ b/content/manuals/ai/sandboxes/_index.md @@ -18,9 +18,9 @@ system. > [organization governance](governance/) requires a separate paid subscription. Organization admins can -[centrally manage sandbox network and filesystem policies](governance/org.md), -so the same rules apply uniformly across every developer's machine. Available -on a separate paid subscription. +[centrally manage sandbox network, filesystem, and MCP policies](governance/access-controls/organization.md), +so the same controls apply uniformly across every developer's machine. +Available on a separate paid subscription. ## Get started @@ -73,6 +73,8 @@ the [usage guide](usage.md) for basic commands. ## Learn more - [Agents](agents/) — supported agents and per-agent configuration +- [MCP gateway](mcp-gateway.md) — register MCP servers and connect them to + sandboxed agents - [Customize](customize/) — reusable templates and declarative kits for extending or tailoring sandboxes - [Architecture](architecture.md) — microVM isolation, workspace mounting, diff --git a/content/manuals/ai/sandboxes/agents/_index.md b/content/manuals/ai/sandboxes/agents/_index.md index ad8fecf38657..56c6627a2ca5 100644 --- a/content/manuals/ai/sandboxes/agents/_index.md +++ b/content/manuals/ai/sandboxes/agents/_index.md @@ -1,7 +1,7 @@ --- title: Supported agents linkTitle: Agents -weight: 30 +weight: 40 description: AI coding agents supported by Docker Sandboxes. keywords: docker sandboxes, ai agents, claude code, codex, cursor, gemini --- diff --git a/content/manuals/ai/sandboxes/architecture.md b/content/manuals/ai/sandboxes/architecture.md index ef44743e1111..a04f801b4cf4 100644 --- a/content/manuals/ai/sandboxes/architecture.md +++ b/content/manuals/ai/sandboxes/architecture.md @@ -1,6 +1,6 @@ --- title: Architecture -weight: 40 +weight: 70 description: Technical architecture of Docker Sandboxes; workspace mounting, storage, networking, and sandbox lifecycle. keywords: docker sandboxes, architecture, microVM, workspace mounting, sandbox lifecycle --- @@ -52,7 +52,7 @@ $ DOCKER_SANDBOXES_ENABLE_VIRTIOFS_CACHE=0 sbx run