diff --git a/content/manuals/admin/organization/manage/manage-licenses.md b/content/manuals/admin/organization/manage/manage-licenses.md index b9906c01abae..b176642d81c4 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 39932491cddd..455fffa2e1b4 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 @@ -75,6 +75,8 @@ the [usage guide](usage.md) for basic commands. - [Agents](agents/) — supported agents and per-agent configuration - [Integrations](integrations/) — connect editors and apps like VS Code and Cursor to a sandbox over SSH +- [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 7d0c8332f950..f5b73139de81 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 --- @@ -54,7 +54,7 @@ $ DOCKER_SANDBOXES_ENABLE_VIRTIOFS_CACHE=0 sbx run