Configuration
Specify the host, port, and optional authentication credentials for your proxy server:Configuration Parameters
host(required) - Proxy server hostname or IP addressport(required) - Proxy server port (1-65535)username- Username for proxy authenticationpassword- Password for proxy authentication (minimum 5 characters)bypass_hosts(optional) - Array of hostnames that bypass the proxy and connect directly (max 100 entries)
When creating a proxy with authentication, provide the password. The API response will only indicate if a password exists (
has_password: true) but won’t return the actual password for security reasons.