Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/ai-coder/ai-gateway/standalone.md
Original file line number Diff line number Diff line change
@@ -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`).

Expand All @@ -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.

Expand Down
14 changes: 0 additions & 14 deletions docs/ai-coder/ai-governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,33 @@
Organizations adopting AI coding tools at scale often encounter operational and
security challenges that traditional developer tooling doesn't address.

### Auditing AI activity across teams

Check warning on line 45 in docs/ai-coder/ai-governance.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Auditing'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

Without centralized monitoring, teams have no way to understand how AI tools are
being used across the organization. AI Gateway provides audit trails of prompts,
token usage, and tool invocations, giving administrators insight into AI
adoption patterns and potential issues.

### Restricting agent network access

Check warning on line 52 in docs/ai-coder/ai-governance.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Restricting'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

AI agents can make arbitrary network requests, potentially accessing unauthorized services or exfiltrating data.
Agent Firewall enforces process-level policies that restrict which domains agents can reach and what actions they can perform,
preventing unintended data exposure and destructive operations like `rm -rf`.

### Centralizing API key management

Check warning on line 58 in docs/ai-coder/ai-governance.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Centralizing'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

Managing individual API keys for AI providers across hundreds of developers
creates security risks and administrative overhead. AI Gateway centralizes
authentication so users authenticate through Coder, eliminating the need to
distribute and rotate provider API keys.

### Standardizing MCP tools and servers

Check warning on line 65 in docs/ai-coder/ai-governance.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Standardizing'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

Different teams may use different MCP servers and tools with varying security
postures. AI Gateway enables centralized MCP administration, allowing
organizations to define approved tools and servers that all users can access.

### Measuring AI adoption and spend

Check warning on line 71 in docs/ai-coder/ai-governance.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Measuring'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

Without usage data, it's hard to justify AI tooling investments or identify
high-leverage use cases. AI Gateway captures metrics on token spend, adoption
Expand Down Expand Up @@ -133,7 +133,7 @@
will receive a warning to [contact their account team](https://coder.com/contact)
to remediate.

### Tracking Agent Workspace Builds

Check warning on line 136 in docs/ai-coder/ai-governance.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Tracking'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

Admins can monitor Agent Workspace Build usage from the Coder dashboard.
Navigate to **Deployment** > **Licenses** to view current usage against your
Expand All @@ -143,17 +143,3 @@

<small>Agent Workspace Build usage showing current consumption against
entitlement limits in the Licenses page.</small>

## Identifying AI seat consumers

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@tracyjohnsonux et all: I'm removing this section because we're removing the associated in-product UI.


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.
2 changes: 1 addition & 1 deletion docs/install/airgap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@

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
Expand Down Expand Up @@ -163,7 +163,7 @@
The Go SDK that the CLI and dashboard use and that you can use for automation.
Refer to the [`codersdk` package](https://pkg.go.dev/github.com/coder/coder/v2/codersdk).

### Coding agent

Check warning on line 166 in docs/reference/glossary.md

View workflow job for this annotation

GitHub Actions / lint-docs

Coder.GerundHeading

Heading starts with an -ing word ('Coding'); prefer the imperative ('Install') or the noun ('Installation'). See capitalization-and-punctuation.md#no-gerund-leading-headings.

An AI agent that reads and writes code on a developer's behalf, such as Claude Code, run through Coder Tasks or Coder Agents.
Refer to [AI in Coder](../ai-coder/index.md).
Expand Down
Loading