Skip to content

cloud plan#25574

Draft
akristen wants to merge 2 commits into
docker:mainfrom
akristen:cloud-plan
Draft

cloud plan#25574
akristen wants to merge 2 commits into
docker:mainfrom
akristen:cloud-plan

Conversation

@akristen

Copy link
Copy Markdown
Contributor

Summary

Add a new plans page including usage entitlements, pay-as-you-go billing behaviors, and cancellation. Adds plan entry to the plans grid and renumbers sibling plan pages' weight values to keep sidebar ordering consistent with the grid.

  • Add content/manuals/subscription/plans/ai-cloud.md
  • Add entry to the grid in content/manuals/subscription/plans/_index.md
  • Renumber weight in gordon.md (20→30), dhi.md (30→40), ai-governance.md (40→50) to make room for AI Cloud at weight 20

To do

  • Confirm with SME: ai-cloud.md links "Cloud Sandboxes" to /manuals/ai/sandboxes/_index.md ("Docker Sandboxes"), which documents a free, local sbx CLI tool (microVM sandboxes run on your own machine, no metered billing).
    • This contradicts the pay-as-you-go, metered vCPU/memory/network billing model described on the AI Cloud page.
    • Need to confirm whether "Cloud Sandboxes" is the same product (and the billing description or the linked page needs correcting) or a distinct, not-yet-documented cloud-hosted offering that needs its own page.
  • Clarify what exactly Agentic Platform refers to (and unspool that)

Documents AI Cloud Basic and Personal plans, including usage
entitlements, pay-as-you-go billing behaviors, and cancellation.
Adds the AI Cloud entry to the plans grid and renumbers sibling
plan page weights to keep sidebar ordering consistent.

Co-authored-by: Cursor <cursoragent@cursor.com>
@akristen akristen requested review from dvdksn and kylebartz July 15, 2026 18:00
@akristen akristen self-assigned this Jul 15, 2026
@akristen akristen added the area/subscription Relates to Docker pricing and subscription label Jul 15, 2026
@netlify

netlify Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit cee5a97
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a57d1b97f22f40008541134
😎 Deploy Preview https://deploy-preview-25574--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

The new ai-cloud.md page and the sibling weight renumbering look clean. Front matter is complete (the multi-line YAML description block is valid), no AI-isms or hedge words, no vendored files touched, no redirects needed (new page only, nothing removed or moved), and the weight sequence is consistent.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

New ai-cloud.md page is clean: valid front matter, no broken links, no hedge words or AI-isms, no vendored files touched, no missing redirects (brand-new page). Weight renumbering in sibling pages is consistent and correct. One minor suggestion about callout placement below.

weight: 20
---

> [!TIP]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LOW] TIP callout appears before the introductory paragraph

The > [!TIP] callout about the promotional credit fires as the first thing a reader sees, before the page establishes what AI Cloud is or why it matters. Per the Docker style guide, every page should answer "What will I learn?" and "Why does this matter?" in the first paragraph. Readers landing here cold may find the tip confusing without that context.

Consider moving the callout after the opening paragraph (after line 21), so users know what AI Cloud is before seeing the promotional note.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🔴 CRITICAL

Two confirmed issues in the new ai-cloud.md page require resolution before merging. The weight renumbering on sibling pages is correct and clean.

Docker AI Cloud plans are a Docker Personal and Docker Pro exclusive. Docker AI
Cloud combines the Agentic Platform,
[MCP Gateway](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md), and
[Cloud Sandboxes](/manuals/ai/sandboxes/_index.md) together in a single

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Contradictory link: "Cloud Sandboxes" points to the free local sandboxes page

The linked page (/manuals/ai/sandboxes/_index.md) explicitly states: "The sbx CLI is free to use, including for commercial work." That page documents a local microVM tool with no metered billing — directly contradicting the pay-as-you-go vCPU/memory/network charges described on this page.

Users clicking this link will land on documentation for a free local tool, leaving them unable to understand what they are actually being billed for. The PR description flags this as an open SME question: whether "Cloud Sandboxes" here is the same product (in which case the billing description or the linked page needs correcting) or a distinct, not-yet-documented cloud-hosted offering that needs its own page.

Recommended action: resolve with the SME before merging — either fix the billing description, correct the link to the right page, or create a new page for the cloud-hosted variant.

> promotional credit toward cloud compute usage.

Docker AI Cloud plans are a Docker Personal and Docker Pro exclusive. Docker AI
Cloud combines the Agentic Platform,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MEDIUM] "Agentic Platform" has no link or explanation

The paragraph introduces "Agentic Platform" as a core component of Docker AI Cloud, but unlike MCP Gateway and Cloud Sandboxes (both of which get hyperlinks), the Agentic Platform has no link and no parenthetical definition. Readers unfamiliar with the term have no way to discover what it is or navigate to its documentation.

The PR description lists "Clarify what exactly Agentic Platform refers to" as an open to-do item. Consider adding a link once the destination page exists, or a brief inline description (e.g., "the Agentic Platform (Docker's hosted AI agent runtime)") until a dedicated page is available.

Those docs pages aren't live yet, so drop the cross-links until they
publish. Also fix a Vale spelling flag on "signup".

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/subscription Relates to Docker pricing and subscription

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants