Get Configuration
endpoint
/v0/management/configRequest
Response
string
Server bind address (empty for all interfaces)
number
Server port number
boolean
Debug logging enabled
string[]
List of API keys for authentication
object
Get Raw Configuration
endpoint
/v0/management/config.yamlRequest
Response
Update Configuration
endpoint
/v0/management/config.yamlRequest
Request Body
Raw YAML configuration content.Response
boolean
Success indicator
string[]
List of changed fields
Error Responses
Get Latest Version
endpoint
/v0/management/latest-versionRequest
Response
string
Latest version tag from GitHub releases
Update Individual Fields
Many configuration fields have dedicated GET/PUT/PATCH endpoints for granular updates.Debug Mode
Usage Statistics
Logging to File
Proxy URL
Request Retry
Routing Strategy
Manage API Keys
List API Keys
Replace All Keys
Update Specific Key
Delete API Key
Manage Provider Keys
Gemini API Keys
Claude API Keys
Codex API Keys
OpenAI Compatibility
Vertex API Keys
Configuration Persistence
All configuration updates are:- Validated before applying
- Written to the config file with comments preserved
- Immediately active (no restart required)
- Synchronized to disk with
fsyncfor durability
Next Steps
- OAuth Endpoints - Manage OAuth authentication
- Quota Endpoints - Configure quota behavior
- Log Endpoints - Access server logs