Build with SessionKit.
Headless browser infrastructure for AI agents. Launch stealth sessions with anti-detection, residential proxies, and realistic fingerprints — all from a single API call.
Get started
Core concepts
Features
Quick example
import { SessionKit } from '@sessionkit/sdk'
const sk = new SessionKit({ apiKey: process.env.SESSIONKIT_API_KEY })
// Launch a stealth browser session
const session = await sk.sessions.create({
proxy: { type: 'residential', country: 'US' },
stealth: 'max',
fingerprint: 'auto',
})
// Connect with Playwright
const browser = await chromium.connectOverCDP(session.cdpUrl)
const page = await browser.newPage()
await page.goto('https://example.com')
SDKs
What's new
- v2.4 — Fleet autoscaling with predictive warm-up
- v2.3 — Session recording with HAR export
- v2.2 — Residential proxy rotation with sticky sessions