AI agents

Run AI browser agents that pass bot detection.

Connect an AI agent to an AliasMode profile over Playwright CDP. Because every profile opens in CloakBrowser, the agent browses with the signals of a normal human-driven Chrome browser instead of getting stopped by bot checks.

CDPStandard agent connection
0.9reCAPTCHA v3 score (rated human)
LocalNo cloud browser vendor required

Connect the agent

Start a profile through the Local API, then connect the agent framework to the returned Chrome DevTools Protocol endpoint. Any framework that speaks CDP, including Playwright-based agents, browser-use, or custom loops, can drive the opened profile.

Why agents get blocked elsewhere

Most agents run on stock Playwright or headless Chrome, which detection services flag quickly: reCAPTCHA v3 scores them as bots, Turnstile fails, and the TLS fingerprint does not match a real browser. CloakBrowser is patched at the browser source level, so the checks below pass.

Keep agent work authorized

Point agents only at sites and accounts you are authorized to access, respect each service’s terms, and keep one agent per active profile. The AliasMode acceptable use policy applies to automated sessions too.

Bot detection test results

Detection test results

Tested against live bot-detection services.

Every AliasMode profile opens in CloakBrowser, a Chrome-based runtime patched at the source, so websites see a normal human-driven browser, not an automation tool. Here is how it compares on the public detection services that platforms use to screen visitors.

All tests verified against live detection services. Last tested: Jul 2026 (Chromium 150).

Detection serviceStandard automated browserCloakBrowserNotes
reCAPTCHA v30.1 (bot)0.9 (human)Server-side verified
Cloudflare Turnstile (non-interactive)FAILPASSAuto-resolve
Cloudflare Turnstile (managed)FAILPASSSingle click
ShieldSquareBLOCKEDPASSProduction site
FingerprintJS bot detectionDETECTEDPASSdemo.fingerprint.com
BrowserScan bot detectionDETECTEDNORMAL (4/4)browserscan.net
bot.incolumitas.com13 failsPASSBot checks passed
deviceandbrowserinfo.com6 true flags0 true flagsisBot: false
navigator.webdrivertruefalseSource-level patch
navigator.plugins.length05Real plugin list
window.chromeundefinedobjectPresent like real Chrome
UA stringHeadlessChromeChrome/150.0.0.0No headless leak
CDP detectionDetectedNot detectedisAutomatedWithCDP: false
TLS fingerprintMismatchIdentical to Chromeja3n/ja4/akamai match

A standard automated browser is out-of-the-box Playwright or headless Chrome/Chromium, the default setup most automation scripts and bots use.

Point-in-time results from independent public test services; you can reproduce them yourself against a CloakBrowser profile. Detection vendors update their checks continuously, and no browser can guarantee a pass on every service forever.