Spectrae — Browser Infrastructure — Online

Browsers
in the Cloud.
Ready in seconds.

Playwright-compatible browser sessions on demand — Chromium for speed, Camoufox for stealth. No containers to run, no browsers to maintain.

< 1s

Session Spin-Up

$0.005

Per Session

2

Browser Engines

01 — Capabilities

Two engines.
One API.

01

Camoufox Stealth Engine

Firefox-based browser with advanced anti-fingerprinting. Spoofs canvas, WebGL, fonts, and geolocation to bypass the toughest bot detection systems.

02

Chromium on Demand

Full Chromium sessions for speed-critical workloads. Each session is isolated, clean, and ready to connect in under a second.

03

Playwright Compatible

Connect via the standard Playwright WebSocket protocol. Drop Spectrae into existing automation code with a single URL change — nothing else.

04

Fully Managed

No containers to run, no browsers to maintain. We handle spin-up, cleanup, TTL enforcement, and scaling — you just connect and automate.

05

Concurrent Sessions

Run hundreds of browser sessions in parallel. Infrastructure scales automatically to match your workload with no configuration.

06

Full Observability

Structured JSON logs per session — engine, duration, disconnect reason, Playwright client version. Debug failures fast.

02 — Integration

One URL change.

Drop into any existing Playwright project — no other code changes required.

chromium.tsSpeed
import { chromium } from 'playwright'

const browser = await chromium.connect(
  'wss://api.spectrae.io/chromium/playwright'
  + '?key=' + process.env.SPECTRAE_KEY
)

const page = await browser.newPage()
await page.goto('https://example.com')
await browser.close()
camoufox.tsStealth
import { firefox } from 'playwright'

// Same code — just swap the endpoint
const browser = await firefox.connect(
  'wss://api.spectrae.io/camoufox/playwright'
  + '?key=' + process.env.SPECTRAE_KEY
)

// Camoufox handles fingerprinting,
// geolocation spoofing, and anti-bot
await browser.close()

Sessions are isolated and auto-cleaned

03 — AI Agents

Your agent needs
a real browser.

AI agents like OpenClaw browse the web to get things done. Local browsers get blocked, fingerprinted, and rate-limited. Spectrae gives your agent managed, stealth-capable cloud browsers via a single WebSocket URL.

No local browser or Playwright install needed
Camoufox stealth engine — undetectable by default
Run hundreds of agents concurrently
Sessions isolated, auto-cleaned, zero config
See the OpenClaw integration
skills/browse.pyOpenClaw
# skills/browse.py — OpenClaw skill

from playwright.sync_api import sync_playwright
import os

    def browse(url: str) -> str:
    """Browse any URL with a stealth cloud browser."""
    with sync_playwright() as p:
        browser = p.firefox.connect(
            "wss://api.spectrae.io/camoufox/playwright"
            + "?key=" + os.environ["SPECTRAE_KEY"]
        )
        page = browser.new_page()
        page.goto(url)
        content = page.inner_text("body")
        browser.close()
        return content
04 — Pricing

Pay for what
you use.

No subscriptions. No seat fees. No minimums.

Per Session

$0.005

Charged when a browser session is opened,regardless of duration.

Per Minute

$0.002

Charged per minute of active browser use.

Example

1,000 sessions averaging 3 minutes each

(1,000 × $0.005) + (3,000 min × $0.002)

$11.00

Total cost

Works with Chromium and Camoufox — same pricing for both engines

05 — Early Access

Get early
access.

Spectrae is launching soon. Join the waitlist and we'll notify you when access opens — early users lock in the current PAYG rate.

Chromium + Camoufox on day one
Playwright-compatible WebSocket API
PAYG — no minimums, no contracts

No spam. Just a launch notification.

Stop managing browsers.

Start building
what matters.

Join the Waitlist

Launching 2026 — early access open now