Dashboard

Cloud browser session management

Loading…
Active Sessions
Currently running
Today
Sessions started
This Month
Total session time
Credits
credits
Recent Sessions
View all →
Loading…
Quick Start
# Create a session
curl -X POST https://bf.mktindex.com/api/v1/sessions \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"timeout": 300}'

# Connect with Playwright
const browser = await chromium.connectOverCDP(session.cdpUrl);