stealth mode adds two managed services on top:
- Default proxy — traffic routes through a static ISP proxy, providing a stable exit IP for the session.
- Automatic CAPTCHA solver — detects and solves supported challenge types automatically.
Anything not in this table isn’t solved for you. Challenge outcomes are reported as telemetry events you can watch from your automation.
IP Rotation Behavior
The default stealth proxy provides a static exit IP — all connections within the session exit through the same IP address. If you override the default with a residential proxy, exit IPs will rotate per connection. See Residential IP Rotation Behavior for details. To turn on stealth mode, set its flag when instantiating Kernel browsers:Bring your own proxy or CAPTCHA solver
Anti-detection is the platform default, so you can freely mix in your own networking or CAPTCHA tooling. Common patterns:- BYO proxy, keep CAPTCHA solver — launch a stealth browser with your own proxy via
proxy_id. Replaces the ISP default; CAPTCHA solver stays loaded. - BYO proxy, no CAPTCHA solver — launch a non-stealth browser with your own
proxy_id. Full anti-detection config, no managed proxy or CAPTCHA extension. - Managed proxy, no CAPTCHA solver — launch a non-stealth browser with a defined managed proxy via
proxy_id. Full anti-detection config with a Kernel managed proxy and no CAPTCHA extension enabled. - Disable the default proxy at runtime — on a running stealth browser, set
disable_default_proxyto route directly while keeping the CAPTCHA solver.
Stealth with your own proxy
To run a stealth browser through your own proxy instead of the managed ISP default, pass bothstealth: true and a proxy_id when creating the session. The CAPTCHA solver stays loaded; your proxy replaces the ISP default.
CAPTCHA Handling Behavior
Below are tips for working with Kernel’s Stealth Mode auto-CAPTCHA solver across different challenge types and automation frameworks.Anthropic Computer Use
Anthropic Computer Use stops when it encounters a CAPTCHA. Use Kernel’s auto-CAPTCHA solver by adding this to your prompt:"If you see a CAPTCHA or similar test, just wait for it to get solved automatically by the browser."
Cloudflare Challenge
When encountering a Cloudflare challenge, our auto-CAPTCHA solver will attempt to handle it. Once the “Ready” message appears on the screen, continue with your intended browser actions (e.g., entering credentials and submitting a login attempt).After the “Ready” message appears, don’t click the Cloudflare CAPTCHA checkbox — this can interfere with the solver.