From 3ed8e2b736b40d321420898a3743dd20c564b1f3 Mon Sep 17 00:00:00 2001 From: Matt Vollmer Date: Wed, 12 Aug 2026 14:32:27 +0000 Subject: [PATCH] docs: remove AI Governance Add-On references Replace all remaining 'AI Governance Add-On' references with language consistent with AI Governance being included with a Premium license. - standalone.md: admonition and requirements list updated - airgap.md: table row link text updated - glossary.md: four feature entries and the AI Governance heading updated - ai-governance.md: remove 'Identifying AI seat consumers' section References to Agent Workspace Builds will be eliminated in a separate PR that removes Coder Tasks from the docs. --- docs/ai-coder/ai-gateway/standalone.md | 7 +++---- docs/ai-coder/ai-governance.md | 14 -------------- docs/install/airgap.md | 2 +- docs/manifest.json | 2 +- docs/reference/glossary.md | 12 ++++++------ 5 files changed, 11 insertions(+), 26 deletions(-) diff --git a/docs/ai-coder/ai-gateway/standalone.md b/docs/ai-coder/ai-gateway/standalone.md index 08fe70c4e60bc..d238b7cdd782e 100644 --- a/docs/ai-coder/ai-gateway/standalone.md +++ b/docs/ai-coder/ai-gateway/standalone.md @@ -1,9 +1,8 @@ # Deploy AI Gateway as a standalone service > [!NOTE] -> AI Gateway requires the [AI Governance Add-On](../ai-governance.md). -> As of Coder v2.32, deployments without the add-on will not be able to -> access AI Gateway. +> AI Gateway requires a [Premium](../ai-governance.md) license. +> Community deployments cannot access AI Gateway. When AI traffic needs dedicated compute, independent scaling, or a separate network endpoint, you can deploy AI Gateway separately from the Coder control plane (`coderd`). @@ -15,7 +14,7 @@ A standalone AI Gateway serves client traffic on its own listener and maintains Standalone AI Gateway requires: - Coder v2.36.0 or later. -- A Coder license with the [AI Governance Add-On](../ai-governance.md). +- A [Premium license with AI Governance](../ai-governance.md). - AI Gateway enabled on the Coder control plane with `CODER_AI_GATEWAY_ENABLED=true` or `--ai-gateway-enabled=true`. - The full Coder image or a Coder binary that includes the `coder ai-gateway start` command. diff --git a/docs/ai-coder/ai-governance.md b/docs/ai-coder/ai-governance.md index 5a954fc8b4605..9ffd01d95e2d2 100644 --- a/docs/ai-coder/ai-governance.md +++ b/docs/ai-coder/ai-governance.md @@ -143,17 +143,3 @@ entitlement limits. Agent Workspace Build usage showing current consumption against entitlement limits in the Licenses page. - -## Identifying AI seat consumers - -When AI Governance is licensed, the **Users** table and -**Organization Members** table display an **AI add-on** column that shows -whether each user is consuming an AI seat: - -- A green check icon indicates the user is actively consuming an AI seat. -- A gray X icon indicates the user is not consuming an AI seat. - -A user consumes an AI seat when they use AI features such as AI Gateway or -Tasks. The column helps administrators identify which users contribute to -the organization's AI seat count, making it easier to manage seat -allocations and stay within license limits. diff --git a/docs/install/airgap.md b/docs/install/airgap.md index 06e99571c3706..1b42de3202b92 100644 --- a/docs/install/airgap.md +++ b/docs/install/airgap.md @@ -14,7 +14,7 @@ air-gapped with Kubernetes or Docker. | Telemetry | Telemetry is on by default, and [can be disabled](../reference/cli/server.md#--telemetry) | Telemetry [can be disabled](../reference/cli/server.md#--telemetry) | | Update check | By default, Coder checks for updates from [GitHub releases](https://github.com/coder/coder/releases) | Update checks [can be disabled](../reference/cli/server.md#--update-check) | | License validation | License keys are validated locally using cryptographic signatures. No outbound connection to Coder is required | No changes needed. See [offline license validation](../admin/licensing/index.md#offline-license-validation) | -| AI Governance Usage Count | By default, deployments with the [AI Governance Add On](../ai-coder/ai-governance.md) report usage data | [Contact us](https://coder.com/contact) to request a license with usage reporting off. | +| AI Governance Usage Count | By default, deployments with [AI Governance](../ai-coder/ai-governance.md) report usage data | [Contact us](https://coder.com/contact) to request a license with usage reporting off. | ## Air-gapped container images diff --git a/docs/manifest.json b/docs/manifest.json index d9ae6fa5447d2..32a67a041cbf4 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1199,7 +1199,7 @@ "title": "Standalone Deployment", "description": "Deploy and operate AI Gateway as a standalone service", "path": "./ai-coder/ai-gateway/standalone.md", - "state": ["ai governance add-on"] + "state": ["premium"] }, { "title": "Authentication", diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 6f0320c551f53..a172d2dd9610d 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -21,31 +21,31 @@ Refer to the [Agent API reference](./agent-api/index.md). A process-level firewall that enforces domain and verb allowlists on AI agent processes inside a workspace and streams audit logs to `coderd`. It was previously named Agent Boundaries and uses a sandbox backend, `nsjail` by default or `landjail`. -This feature requires the AI Governance Add-On. +This feature requires a Premium license. Refer to [Agent Firewall](../ai-coder/agent-firewall/index.md). ### Agent Workspace Build A metered workspace build performed on behalf of an AI agent. -Community and Premium deployments include 1,000 for proof-of-concept use, and the AI Governance Add-On expands the allowance. +Community and Premium deployments include 1,000 for proof-of-concept use, and a Premium license expands the allowance. Refer to [AI Governance](../ai-coder/ai-governance.md). ### AI Gateway An LLM gateway in `coderd` that authenticates users, forwards traffic to providers such as OpenAI and Anthropic, audits prompts and tool invocations, and centralizes MCP administration. It was previously named AI Bridge and runs the `aibridged` component in memory inside `coderd`. -This feature requires the AI Governance Add-On. +This feature requires a Premium license. Refer to [AI Gateway](../ai-coder/ai-gateway/index.md). ### AI Gateway Proxy An HTTP proxy component, `aibridgeproxyd`, for AI clients that cannot override their base URL, such as GitHub Copilot. -This feature requires the AI Governance Add-On. +This feature requires a Premium license. Refer to [AI Gateway Proxy](../ai-coder/ai-gateway/ai-gateway-proxy/index.md). -### AI Governance Add-On +### AI Governance -A separate per-user license for Premium customers, purchased on top of a Premium subscription, that unlocks AI Gateway and Agent Firewall and expands Agent Workspace Build allowances. +Included with a Premium license, AI Governance unlocks AI Gateway and Agent Firewall and expands Agent Workspace Build allowances. Refer to [AI Governance](../ai-coder/ai-governance.md). ### Air-gapped deployment