From b916629bdc50f95ae670b7a30bb4a2b2dafec429 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 9 Oct 2025 15:15:23 +0500 Subject: [PATCH 1/3] docs: update README with AI Bridge overview Added detailed description of AI Bridge functionality and benefits. Copied from https://coder.com/docs/ai-coder/ai-bridge --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ef769..b1d74b8 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -aibridge +# AI Bridge + +AI Bridge is a smart proxy for AI. It acts as a man-in-the-middle between your users' coding agents / IDEs and providers like OpenAI and Anthropic. By intercepting all the AI traffic between these clients and the upstream APIs, Bridge can record user prompts, token usage, and tool invocations. AI Bridge is bundled as part of [Coder](https://github.com/coder/coder) + +It solves 3 key problems: + +1. Centralized authn/z management: no more issuing & managing API tokens for OpenAI/Anthropic usage. Users use their Coder session or API tokens to authenticate with coderd (Coder control plane), and coderd securely communicates with the upstream APIs on their behalf. Use a single key for all users. +2. Auditing and attribution: all interactions with AI services, whether autonomous or human-initiated, will be audited and attributed back to a user. +3. Centralized MCP administration: define a set of approved MCP servers and tools which your users may use, and prevent users from using their own. From 5eb596fee9f266073f9408de60a6f74813bf275b Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 9 Oct 2025 15:17:08 +0500 Subject: [PATCH 2/3] add link to docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1d74b8..011c26f 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ It solves 3 key problems: 1. Centralized authn/z management: no more issuing & managing API tokens for OpenAI/Anthropic usage. Users use their Coder session or API tokens to authenticate with coderd (Coder control plane), and coderd securely communicates with the upstream APIs on their behalf. Use a single key for all users. 2. Auditing and attribution: all interactions with AI services, whether autonomous or human-initiated, will be audited and attributed back to a user. 3. Centralized MCP administration: define a set of approved MCP servers and tools which your users may use, and prevent users from using their own. + +For furrther details on how to use, please see: https://coder.com/docs/ai-coder/ai-bridge From c61576363fb198a1dac269db7ad8d1682d1e6344 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 21 Oct 2025 19:14:23 +0500 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Danny Kopping --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011c26f..e311a24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AI Bridge -AI Bridge is a smart proxy for AI. It acts as a man-in-the-middle between your users' coding agents / IDEs and providers like OpenAI and Anthropic. By intercepting all the AI traffic between these clients and the upstream APIs, Bridge can record user prompts, token usage, and tool invocations. AI Bridge is bundled as part of [Coder](https://github.com/coder/coder) +AI Bridge is a smart proxy for AI. It acts as a man-in-the-middle between your users' coding agents / IDEs and providers like OpenAI and Anthropic. By intercepting all the AI traffic between these clients and the upstream APIs, AI Bridge can record user prompts, token usage, and tool invocations. AI Bridge is bundled as part of [Coder](https://github.com/coder/coder). It solves 3 key problems: