From e96e7cfec23ca55d6700b684474b82df97cfd22b Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Tue, 28 Jul 2026 11:05:18 +0100 Subject: [PATCH] docs(docs): add AI Gateway cost controls placeholder page (#27570) ## Summary Adds a placeholder "Cost Controls" page under AI Gateway in the docs, plus its `manifest.json` navigation entry. This is a stub with a title only; the full content will be written in a follow-up. Relates to [AIGOV-476](https://linear.app/codercom/issue/AIGOV-476/add-documentation-for-ai-bridge-cost-controls). Related to [internal slack thread](https://codercom.slack.com/archives/C096PFVBZKN/p1785150528587409). ## Changes - Add `docs/ai-coder/ai-gateway/cost-controls.md` placeholder page - Register the page in `docs/manifest.json` under AI Gateway (after Monitoring) --- > [!NOTE] > This PR was generated with Coder Agents. --- docs/ai-coder/ai-gateway/cost-controls.md | 8 ++++++++ docs/manifest.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/ai-coder/ai-gateway/cost-controls.md diff --git a/docs/ai-coder/ai-gateway/cost-controls.md b/docs/ai-coder/ai-gateway/cost-controls.md new file mode 100644 index 0000000000..2af87b1edf --- /dev/null +++ b/docs/ai-coder/ai-gateway/cost-controls.md @@ -0,0 +1,8 @@ +# Cost Controls + +> [!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. + + diff --git a/docs/manifest.json b/docs/manifest.json index 7473185491..cb71529fb9 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1317,6 +1317,12 @@ "path": "./ai-coder/ai-gateway/monitoring.md", "state": ["ai governance add-on"] }, + { + "title": "Cost Controls", + "description": "Manage AI Gateway spend with budgets, spend limits, and budget notifications.", + "path": "./ai-coder/ai-gateway/cost-controls.md", + "state": ["ai governance add-on"] + }, { "title": "Reference", "description": "Technical reference for AI Gateway, including the aibridged component that runs inside coderd.",