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
Two engines.
One API.
Camoufox Stealth Engine
Firefox-based browser with advanced anti-fingerprinting. Spoofs canvas, WebGL, fonts, and geolocation to bypass the toughest bot detection systems.
Chromium on Demand
Full Chromium sessions for speed-critical workloads. Each session is isolated, clean, and ready to connect in under a second.
Playwright Compatible
Connect via the standard Playwright WebSocket protocol. Drop Spectrae into existing automation code with a single URL change — nothing else.
Fully Managed
No containers to run, no browsers to maintain. We handle spin-up, cleanup, TTL enforcement, and scaling — you just connect and automate.
Concurrent Sessions
Run hundreds of browser sessions in parallel. Infrastructure scales automatically to match your workload with no configuration.
Full Observability
Structured JSON logs per session — engine, duration, disconnect reason, Playwright client version. Debug failures fast.
One URL change.
Drop into any existing Playwright project — no other code changes required.
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()
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
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.
# 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
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
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.
Stop managing browsers.
Start building
what matters.
Launching 2026 — early access open now