Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
saveBridgeConfig
Function saveBridgeConfig
saveBridgeConfig
(
workspace
:
string
,
config
:
{
bridge
:
{
providers
:
{
anthropic
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
gemini
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
local
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
openai
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
openrouter
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
xai
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
}
;
redaction
:
{
maxSummaryChars
:
number
;
redactPromptText
:
boolean
}
;
version
:
1
;
}
;
}
,
)
:
string
Parameters
workspace
:
string
config
:
{
bridge
:
{
providers
:
{
anthropic
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
gemini
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
local
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
openai
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
openrouter
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
;
}
;
xai
:
{
enabled
:
boolean
;
gatewayRoute
:
string
;
modelAllowlist
:
string
[]
}
;
}
;
redaction
:
{
maxSummaryChars
:
number
;
redactPromptText
:
boolean
}
;
version
:
1
;
}
;
}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...