chore: add aibridge configs & experiment (#19793)

This commit is contained in:
Danny Kopping
2025-09-16 11:45:23 +02:00
committed by GitHub
parent 2695bb418a
commit 8487216548
7 changed files with 355 additions and 4 deletions
+13
View File
@@ -161,6 +161,19 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
"user": {}
},
"agent_stat_refresh_interval": 0,
"ai": {
"bridge": {
"anthropic": {
"base_url": "string",
"key": "string"
},
"enabled": true,
"openai": {
"base_url": "string",
"key": "string"
}
}
},
"allow_workspace_renames": true,
"autobuild_poll_interval": 0,
"browser_only": true,