diff --git a/docs/ai-coder/ai-gateway/clients/index.md b/docs/ai-coder/ai-gateway/clients/index.md
index d00ddb073c..d17742d4bf 100644
--- a/docs/ai-coder/ai-gateway/clients/index.md
+++ b/docs/ai-coder/ai-gateway/clients/index.md
@@ -45,7 +45,6 @@ The table below shows tested AI clients and their compatibility with AI Gateway.
| [Factory](./factory.md) | ✅ | ✅ | ✅ | |
| [Cline](./cline.md) | ✅ | ✅ | ✅ | |
| [Kilo Code](./kilo-code.md) | ✅ | ✅ | ❌ | |
-| [Roo Code](./roo-code.md) | ✅ | ✅ | ✅ | |
| [VS Code](./vscode.md) | ✅ | ❌ | ❌ | Only supports Custom Base URL for OpenAI. |
| [JetBrains IDEs](./jetbrains.md) | ✅ | ❌ | ❌ | Works in Chat mode via [third-party model configuration](https://www.jetbrains.com/help/ai-assistant/use-custom-models.html#provide-your-own-api-key). |
| [Zed](./zed.md) | ✅ | ✅ | ❌ | |
diff --git a/docs/ai-coder/ai-gateway/clients/roo-code.md b/docs/ai-coder/ai-gateway/clients/roo-code.md
deleted file mode 100644
index 730adec0fe..0000000000
--- a/docs/ai-coder/ai-gateway/clients/roo-code.md
+++ /dev/null
@@ -1,64 +0,0 @@
-# Roo Code
-
-> [!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.
-
-Roo Code allows you to configure providers via the UI and can be set up to use AI Gateway.
-
-## Configuration
-
-Roo Code allows you to configure providers via the UI.
-
-## Centralized API Key
-
-
-
-### OpenAI Compatible
-
-1. Open Roo Code in VS Code.
-1. Go to **Settings**.
-1. **Provider**: Select **OpenAI**.
-1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/openai/v1`.
-1. **API Key**: Enter your **[Coder API token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself)**.
-1. **Model ID**: Enter the model you wish to use (e.g., `gpt-5.2-codex`).
-
-
-### Anthropic
-
-1. Open Roo Code in VS Code.
-1. Go to **Settings**.
-1. **Provider**: Select **Anthropic**.
-1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/anthropic`.
-1. **API Key**: Enter your **Coder API token**.
-1. **Model ID**: Select your desired Claude model.
-
-
-
-
-
-### Notes
-
-* If you encounter issues with the **OpenAI** provider type, use **OpenAI Compatible** to ensure correct endpoint routing.
-* Ensure your Coder deployment URL is reachable from your VS Code environment.
-
-## BYOK (Personal API Key)
-
-
-
-### OpenAI Compatible
-
-1. Open Roo Code in VS Code.
-1. Go to **Settings**.
-1. **Provider**: Select **OpenAI Compatible**.
-1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/openai/v1`.
-1. **API Key**: Enter your personal OpenAI API key.
-1. **Model ID**: Enter the model you wish to use (e.g., `gpt-4o`).
-1. **Custom Headers**: Add `X-Coder-AI-Governance-Token` with your **[Coder API token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself)**.
-
-
-
-
-
-**References:** [Roo Code Configuration Profiles](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles)
diff --git a/docs/ai-coder/ai-gateway/monitoring.md b/docs/ai-coder/ai-gateway/monitoring.md
index 8bd648a443..703938a891 100644
--- a/docs/ai-coder/ai-gateway/monitoring.md
+++ b/docs/ai-coder/ai-gateway/monitoring.md
@@ -53,7 +53,6 @@ Available query filters:
- `Kilo Code`
- `Coder Agents`
- `Mux`
- - `Roo Code`
- `Cursor`
- `Unknown`
diff --git a/docs/ai-coder/index.md b/docs/ai-coder/index.md
index 1b2f0b96a2..8cab0a27c2 100644
--- a/docs/ai-coder/index.md
+++ b/docs/ai-coder/index.md
@@ -9,7 +9,7 @@ Coder [integrates with IDEs](../user-guides/workspace-access/index.md) such as
Cursor, Windsurf, and Zed that include built-in coding agents to work alongside
developers. Additionally, template admins can
[pre-install extensions](https://registry.coder.com/modules/coder/vscode-web)
-for agents such as GitHub Copilot and Roo Code.
+for agents such as GitHub Copilot.
These agents work well inside existing Coder workspaces as they can simply be
enabled via an extension or are built-into the editor.
diff --git a/docs/images/aibridge/clients/roo-code-anthropic.png b/docs/images/aibridge/clients/roo-code-anthropic.png
deleted file mode 100644
index db3829acb8..0000000000
Binary files a/docs/images/aibridge/clients/roo-code-anthropic.png and /dev/null differ
diff --git a/docs/images/aibridge/clients/roo-code-byok-openai.png b/docs/images/aibridge/clients/roo-code-byok-openai.png
deleted file mode 100644
index b4d2d3f0c2..0000000000
Binary files a/docs/images/aibridge/clients/roo-code-byok-openai.png and /dev/null differ
diff --git a/docs/images/aibridge/clients/roo-code-openai.png b/docs/images/aibridge/clients/roo-code-openai.png
deleted file mode 100644
index 1f6ef0e57f..0000000000
Binary files a/docs/images/aibridge/clients/roo-code-openai.png and /dev/null differ
diff --git a/docs/manifest.json b/docs/manifest.json
index db72900b9e..2fcc912791 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -1190,11 +1190,6 @@
"description": "Configure Kilo Code to use AI Gateway",
"path": "./ai-coder/ai-gateway/clients/kilo-code.md"
},
- {
- "title": "Roo Code",
- "description": "Configure Roo Code to use AI Gateway",
- "path": "./ai-coder/ai-gateway/clients/roo-code.md"
- },
{
"title": "VS Code",
"description": "Configure VS Code to use AI Gateway",