You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-coder/ai-bridge/client-config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Users can generate a Coder API key using either the CLI or the web UI. Follow th
61
61
62
62
###Tested clients
63
63
64
-
Thecombinations belowreflect what we have exercised so far. Use the upstream links for vendor-specificsteps to point each client at Bridge. Share additional findingsin the[`aibridge`](https://github.com/coder/aibridge) issue tracker so we can keep this table current.
64
+
Thetable belowshows tested AI clients and their compatibility with AI Bridge. Click each client name for vendor-specificconfiguration instructions. Report issues or share compatibility updatesin the[aibridge](https://github.com/coder/aibridge) issue tracker.
Copy file name to clipboardExpand all lines: docs/ai-coder/ai-bridge/mcp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Bridge marks automatically injected tools with a prefix `bmcp_` ("bridged MCP").
49
49
50
50
##Using AI Bridge with Coder Tasks
51
51
52
-
[Coder Tasks](../../workspaces/tasks.md) provides achat-first interfaceforterminal agentssuch asClaude CodeCLI or Codex. To route those agents through Bridge:
52
+
[Coder Tasks](../../workspaces/tasks.md) provides aframeworkforusing agentslikeClaude Codeto complete background development operations. To route those agents through Bridge:
53
53
54
54
- Enable Bridge at the control plane and configure the upstream provider keys.
55
55
- Inject the AI Bridge base URLs and API keys into the Task environment (for example by setting`OPENAI_BASE_URL` and`OPENAI_API_KEY`).
Copy file name to clipboardExpand all lines: docs/ai-coder/ai-bridge/setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Bridge runs inside the Coder control plane, requiring no separate compute to dep
6
6
7
7
1. A**premium** licensed Coder deployment
8
8
1. Feature must be[enabled](#activation) using the server flag
9
-
1. One or more[provider](#configure-providers) APIkeys must be configured
9
+
1. One or more[provider](#configure-providers) APIkey(s) must be configured
10
10
11
11
###Activation
12
12
@@ -52,7 +52,7 @@ Set the following when routing Amazon Bedrock traffic through Bridge:
52
52
53
53
####Additional providers and Model Proxies
54
54
55
-
Bridge can relay traffic to other OpenAI- or Anthropic-compatible services or model proxies like LiteLLM by pointing the base URL variables above at the provider you operate. Share feedback or follow along in the[`aibridge`](https://github.com/coder/aibridge) issue tracker as support forthese providers stabilizes.
55
+
Bridge can relay traffic to other OpenAI- or Anthropic-compatible services or model proxies like LiteLLM by pointing the base URL variables above at the provider you operate. Share feedback or follow along in the[`aibridge`](https://github.com/coder/aibridge) issue tracker aswe expandsupport foradditional providers.
56
56
57
57
>[!NOTE]
58
58
>See the[Supported APIs](../reference#supported-apis) section below for precise endpoint coverage and interception behavior.