Stealth Route
The stealth route (/stealth/bql) is a hardened endpoint for BrowserQL that applies comprehensive browser fingerprint mitigations and entropy injection. It replaces the default /bql route and requires no additional configuration to activate its protections.
The stealth route handles fingerprint mitigations automatically across every request. Switching from /bql to /stealth/bql is all you need to do. You don't need to configure individual protections.
Using the stealth route
To use the stealth route with BrowserQL, select the Stealth browser in the BQL IDE settings, or specify the stealth endpoint when running programmatically:
# Stealth (Recommended)
curl -X POST \
https://production-sfo.browserless.io/stealth/bql?token=YOUR_API_TOKEN_HERE \
-H 'Content-Type: application/json' \
-d '{
"query": "query { goto(url: \"https://turo.com\") { status } }"
}'
For a full layered strategy including proxies, CAPTCHA solving, and fingerprint configuration, see Bot Detection Overview.