docs: present AI Governance as included with Premium - #27545
Merged
Conversation
AI Governance is now included with Premium licenses instead of sold as a separate per-user add-on. Update the docs to describe the new packaging: - Rewrite the licensing statements on the AI Governance page, and drop "Add-On" from page and nav titles. - Replace the repeated "requires the AI Governance Add-On / as of v2.32" admonition on AI Gateway and Agent Firewall pages with a note that the features are part of AI Governance and included with Premium. - Swap the "ai governance add-on" manifest state badge for "premium". References to the **AI add-on** column in the Users and Organization Members tables are unchanged because they name product UI that still uses that label.
Contributor
mattvollmer
commented
Jul 27, 2026
Update the single-region architecture diagram shown in the Community and Premium editions tab, and remove the unreferenced SVG copy.
mattvollmer
marked this pull request as ready for review
July 28, 2026 18:03
Contributor
Documentation CheckUpdates Needed
Verified as accurate and complete otherwise:
Automated review via Coder Agents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AI Governance is now included with Premium licenses instead of being sold as a separate per-user add-on. This updates
docs/to describe the new packaging, removes "Add-On" from AI Governance references, and refreshes the editions architecture diagram.Changes
docs/ai-coder/ai-governance.md: title is now "AI Governance"; rewrote the licensing statements (previously "a separate, per-user license... not included with a Premium subscription and must be purchased separately") to state it is included with Premium. The usage-pool section now attributes the shared Agent Workspace Build pool to Premium deployments.ai-coder/agent-firewall/andai-coder/ai-gateway/): replaced "requires the AI Governance Add-On / as of Coder v2.32, deployments without the add-on..." with "is part of AI Governance, which is included with a Premium license." The v2.32 add-on gate no longer applies; the gate is now Premium vs. Community.docs/ai-coder/index.md,security.md,tasks.md,usage-data-reporting.md,admin/licensing/index.md,install/releases/esr-2.29-2.34-upgrade.md,ai-gateway/ai-gateway-proxy/setup.md,ai-gateway/clients/claude-code.md: reworded add-on references to Premium inclusion.docs/manifest.json: nav title "AI Governance Add-On" → "AI Governance", updated two descriptions, and swapped the 25"state": ["ai governance add-on"]badges to["premium"]so the sidebar badge reads "Premium" instead of "AI Governance Add-On".docs/images/single-region-architecture.png: refreshed the diagram in the Community and Premium editions tab on Architecture. Also deleted the unreferencedsingle-region-architecture.svgcopy.Follow-ups outside this PR
"ai governance add-on"doc-state badge is defined incoder/coder.com(src/utils/docs/state.ts). After this merges, no manifest entry uses that key, so it becomes dead config and can be removed there.enterprise/coderd/license/license.go:564-572still warns admins that "The AI Governance add-on is required to use AI Gateway." That backend string will contradict these docs once shipped.Verification
pnpm run lint-docs: 0 errors across 504 filesmake lint/emdash: cleandocs/manifest.jsonvalidated as JSONPR generated with Coder Agents on behalf of @mattvollmer.