Skip to content

Remote browser service for all your AI Agent / Scraping needs - deployed in your Cloudflare account.

Notifications You must be signed in to change notification settings

bensenescu/openbrowser

Repository files navigation

OpenBrowser

API Key Authentication Setup

This service requires API key authentication to secure access when exposed to the internet.

Quick Setup

  1. Generate a secure API key:
openssl rand -hex 32
  1. Set the API key as a Cloudflare secret:
wrangler secret put API_KEY
# Paste your generated key when prompted
  1. Deploy your service:
npm run deploy

How to Authenticate and connect over CDP

import { chromium } from "playwright";
const browser = chromium.connectOverCDP("https://your-service.workers.dev?apiKey=YOUR_API_KEY");

Disabling Authentication

To run without authentication (e.g., for local development), add DEV=true to your .dev.vars

About

Remote browser service for all your AI Agent / Scraping needs - deployed in your Cloudflare account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published