Skip to content

Commit 99b6eb0

Browse files
committed
chore: update docs
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 8e5c7c0 commit 99b6eb0

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/ai-coder/ai-bridge.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# AI Bridge
22

3-
> [!NOTE]
4-
> AI Bridge is currently an _experimental_ feature.
5-
63
![AI bridge diagram](../images/aibridge/aibridge_diagram.png)
74

85
Bridge is a smart proxy for AI. It acts as a man-in-the-middle between your users' coding agents / IDEs
@@ -45,17 +42,14 @@ Bridge runs inside the Coder control plane, requiring no separate compute to dep
4542

4643
### Activation
4744

48-
To enable this feature, activate the `aibridge` experiment using an environment variable or a CLI flag.
49-
Additionally, you will need to enable Bridge explicitly:
45+
You will need to enable Bridge explicitly:
5046

5147
```sh
52-
CODER_EXPERIMENTS="aibridge" CODER_AIBRIDGE_ENABLED=true coder server
48+
CODER_AIBRIDGE_ENABLED=true coder server
5349
# or
54-
coder server --experiments=aibridge --aibridge-enabled=true
50+
coder server --aibridge-enabled=true
5551
```
5652

57-
_If you have other experiments enabled, separate them by commas._
58-
5953
### Providers
6054

6155
Bridge currently supports OpenAI and Anthropic APIs.
@@ -133,7 +127,7 @@ All of these records are associated to an "interception" record, which maps 1:1
133127

134128
These logs can be used to determine usage patterns, track costs, and evaluate tooling adoption.
135129

136-
This data is currently accessible through the API and CLI (experimental), which we advise administrators export to their observability platform of choice. We've configured a Grafana dashboard to display Claude Code usage internally which can be imported as a starting point for your tooling adoption metrics.
130+
This data is currently accessible through the API and CLI, which we advise administrators export to their observability platform of choice. We've configured a Grafana dashboard to display Claude Code usage internally which can be imported as a starting point for your tooling adoption metrics.
137131

138132
![User Leaderboard](../images/aibridge/grafana_user_leaderboard.png)
139133

0 commit comments

Comments
 (0)