Skip to main content
PUT
/
api
/
proxy-config
Error
A valid request URL is required to generate request examples
{
  "status": "success",
  "message": "Operation completed successfully"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Body

application/json

Global proxy configuration

enabled
boolean
type
enum<string>
Available options:
http,
socks5,
tcp
url
string
username
string
password
string

Password (redacted as in responses)

no_proxy
string
timeout
integer
skip_tls_verify
boolean
enable_for_scim
boolean
enable_for_inference
boolean
enable_for_api
boolean

Response

Proxy configuration updated successfully

Generic success response

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"