OpenClaw.
Stealth CDP.
OpenClaw connects to remote browsers through CDP profiles. Point your cdpUrl at Spectrae and your agent gets managed stealth or standard browser sessions without a local install.
Stealth browser at $0.05/min. Standard browser at $0.003/min. Same integration pattern as Browserless.
< 1s
Session Start
$0.05/min
Stealth
WSS
Remote CDP
$1
Free Credit
Three steps.
No code.
Get your Spectrae API key
Sign up at spectrae.dev to get your API key. You'll use it as the authentication token in your Spectrae endpoint URL.
Add Spectrae to OpenClaw browser config
Set cdpUrl in your OpenClaw browser profiles config. Use stealth for protected sites and standard for faster low-friction runs.
Optionally create a SKILL.md
Add a skill file that tells OpenClaw to use profile="spectrae-stealth" when browsing.
One config line.
Two remote profiles.
OpenClaw uses browser.profiles.<name>.cdpUrl to connect to remote browsers. Set it to your Spectrae endpoint and OpenClaw immediately gains hosted stealth and standard browsers - no local browser download, no driver management.
Optionally pair with a SKILL.md file that instructs OpenClaw to choose profile="spectrae-stealth" when it needs to browse.
OpenClaw browser config
// ~/.openclaw/openclaw.json { "browser": { "defaultProfile": "spectrae-stealth", "profiles": { "spectrae-stealth": { "cdpUrl": "wss://browser.spectrae.dev/stealth/cdp?key=YOUR_KEY" }, "spectrae-standard": { "cdpUrl": "wss://browser.spectrae.dev/standard/cdp?key=YOUR_KEY" } } } }
Optional skill file
--- name: Browse with Spectrae description: > Use this skill when browsing the web, extracting content from pages, or filling forms. Routes all browser sessions through Spectrae's hosted stealth browser — no local Chrome required. homepage: https://spectrae.dev --- When the user asks you to browse a URL or extract data from a website, use the browser tool with profile="spectrae-stealth". For CLI checks, run openclaw browser --browser-profile spectrae-stealth. Spectrae hosts both stealth and standard browsers behind OpenClaw's documented remote CDP profile model, so no local browser install is required.
Stealth when needed,
standard when not.
Hosted stealth via remote CDP
Point OpenClaw at Spectrae's stealth CDP endpoint without wrapping it in a custom service or maintaining your own browser box.
Matches OpenClaw's documented model
OpenClaw documents remote browser profiles through browser.profiles.<name>.cdpUrl. Both Spectrae endpoints use that path directly.
No local browser required
OpenClaw doesn't need Chrome, Chromium, or any browser installed locally. Spectrae handles spin-up and cleanup in the cloud.
Usage pricing
Standard is $0.003/min. Stealth is $0.05/min. Usage is billed per second and rounded up to the nearest second. Every browser session has a 20-second minimum charge.
For OpenClaw users switching from Browserless
Same cdpUrl pattern. Add Spectrae profiles and keep the rest of your setup.
"cdpUrl": "wss://production-sfo.browserless.io/stealth?token=..."
"cdpUrl": "wss://browser.spectrae.dev/stealth/cdp?key=..."
Ready to connect.
Your agent.
Protected sites.
Free $1 credit. Usage-based billing.