Solari Browser
Cloud Chromium for AI agents and scrapers. Spin up a browser in under a second, drive it with Playwright or any CDP client, and let Solari handle stealth, residential proxies, captcha solving, persistent profiles, and session replay.
npm install @solaribrowser/sdkimport { Solari } from "@solaribrowser/sdk"
const client = new Solari({ apiKey: process.env.SOLARI_API_KEY! })
const browser = await client.launch({
stealth: true,
proxy: "us",
captcha: true,
})
const page = await browser.newPage()
await page.goto("https://example.com")
console.log(await page.title())
await browser.close()Features
Sessions
Connect with Playwright or any CDP client.
Profiles
Persistent cookies and localStorage across sessions.
Stealth
Fingerprint shim that ships with every stealth session.
Proxies
Managed residential and static ISP egress.
Captcha solving
Auto-solve reCaptcha, hCaptcha, Turnstile, and more.
Session recording
rrweb-driven replays of every session.
Next steps
- Quickstart — install and run your first session.
- Sessions — options and usage.
- API reference — drive Solari from any HTTP client.