From 637855e276d468c093f1fa44f83fb542ea752414 Mon Sep 17 00:00:00 2001 From: Nick Vigilante Date: Thu, 28 May 2026 08:46:06 -0400 Subject: [PATCH] docs(docs/ai-coder): clarify Add-On is separate from Premium, add v2.32 requirement callout (#25463) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes DOCS-54. Updates `docs/ai-coder/ai-governance.md` to address two known points of confusion: 1. **Add-On is not included in Premium.** The intro previously said the Add-On "can be added to Premium seats", which readers interpreted as bundled. Rewritten to say it is a separate per-user license that must be purchased in addition to Premium. 2. **v2.32 requirement is now prominent.** This was buried in a `## GA status and availability` section at the bottom. A `[!NOTE]` callout is added directly after the feature list so it is visible immediately. The duplicate paragraph in the GA section is removed. Also fixes "extend that platform" → "extend the Coder platform" (the original phrase had no clear antecedent). > [!NOTE] > This is a docs-only change. No product code was modified. --- *Generated by Coder Agents on behalf of @nickvigilante.* Co-authored-by: Mathias Fredriksson --- docs/ai-coder/ai-governance.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/ai-coder/ai-governance.md b/docs/ai-coder/ai-governance.md index 0c8f7b609a..1581a972c8 100644 --- a/docs/ai-coder/ai-governance.md +++ b/docs/ai-coder/ai-governance.md @@ -7,7 +7,9 @@ development environments. As adoption grows, many enterprises also need observability, management, and policy controls to support secure and auditable AI rollouts. -The AI Governance Add-On is a per-user license that can be added to Premium seats. Each user with the add-on gets access to a set of features +The AI Governance Add-On is a separate, per-user license for Premium customers. +It is not included with a Premium subscription and must be purchased separately. +Each user with the add-on gets access to a set of features that help organizations safely roll out AI tooling at scale: - [AI Gateway](./ai-gateway/index.md): LLM gateway to audit AI sessions, central @@ -15,9 +17,13 @@ that help organizations safely roll out AI tooling at scale: - [Agent Firewall](./agent-firewall/index.md): Process-level firewalls for agents, restricting which domains can be accessed by AI agents +> [!NOTE] +> As of Coder v2.32, the AI Governance Add-On is required to use AI Gateway and Agent Firewall. +> Deployments without the add-on cannot access these features. + ## Who should use the AI Governance Add-On -The AI Governance Add-On is for teams that want to extend that platform to +The AI Governance Add-On is for teams that want to extend the Coder platform to support AI-powered IDEs and coding agents in a controlled, observable way. It's a good fit if you're: @@ -77,10 +83,6 @@ rates, and usage patterns to inform decisions about AI strategy. Starting with Coder v2.30 (February 2026), AI Gateway and Agent Firewall are generally available as part of the AI Governance Add-On. -As of Coder v2.32, the AI Governance Add-On is required to use AI Gateway and -Agent Firewall. Deployments without the add-on will not be able to access -these features. - To learn more about enabling the AI Governance Add-On, pricing, or trial options, reach out to your [Coder account team](https://coder.com/contact/sales).