Hosted stealth for OpenClaw

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

01 — Setup

Three steps.
No code.

01

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.

02

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.

03

Optionally create a SKILL.md

Add a skill file that tells OpenClaw to use profile="spectrae-stealth" when browsing.

02 — Configuration

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.

Stealth endpoint for protected sites
Standard endpoint for fast, lower-friction browsing
Sessions auto-close on disconnect — no cleanup
Optional skill instructions can select the profile per task

OpenClaw browser config

~/.openclaw/openclaw.jsonRequired
// ~/.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

~/.openclaw/workspace/skills/spectrae/SKILL.md
---
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.
03 — Why Spectrae

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.

Get Started

Free $1 credit. Usage-based billing.