Custom proxies allow you to use your own proxy servers with Kernel browsers. This is useful when you have existing proxy infrastructure or specific proxy requirements not covered by Kernel’s managed options.Documentation Index
Fetch the complete documentation index at: https://kernel.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.