Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8d94c9

Browse files
committed
docs(ai-bridge): add client configuration section with template examples
- Add comprehensive Client Configuration section explaining how to set OPENAI_BASE_URL and ANTHROPIC_BASE_URL to point to AI Bridge- Document authentication using Coder session tokens instead of provider keys- Add configuration examples for Claude Code CLI and custom scripts- Add Pre-configuring in Coder Templates subsection showing how to use data.coder_workspace_owner.me.session_token for automatic setup- Include Terraform example for configuring AI agents in Tasks templates- Fix unbalanced code fence that was causing markdown linting errors
1 parent420c4c2 commitf8d94c9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

‎docs/ai-coder/ai-bridge.md‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,7 @@ resource "coder_env" "bridge_base_url" {
166166
name = "ANTHROPIC_BASE_URL"
167167
value = "${data.coder_workspace.me.access_url}/api/v2/api/experimental/aibridge/"
168168
}
169-
170-
#### Benefits of Template Pre-configuration
171-
172-
- **Zero user configuration**: Users get AI tooling that works out of the box
173-
- **Centralized management**: Admins control AI provider access through Bridge
174-
- **Automatic authentication**: Session tokens are managed by Coder automatically
175-
- **Consistent environment**: All workspaces use the same AI configuration
176-
- **Audit trail**: All AI usage is automatically tracked through Bridge
169+
```
177170

178171
##Collected Data
179172

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp