Let any AI Agent control a real Chrome browser via API. Pre-built automation scripts for social media and beyond.

How It Works

Four components, one seamless pipeline.

🤖
AI Agent
Any LLM or automation tool
🔌
MCP / REST API
Single endpoint for all commands
BrowserMan Server
Orchestrates scripts & sessions
🌐
Chrome Extension
Controls the real browser

Supported Platforms & Actions

Pre-built automation scripts — dynamically loaded from the server.

Loading script catalog…
Healthy Degraded Broken Untested

For AI Agents

Everything an agent needs to get started.

📖 SKILL.md

Complete API reference in a single file. Feed it to any AI agent.

  • GET /SKILL.md — always up to date
  • Script catalog, auth, commands, error handling

🔑 Authentication

Register via API, create an API key, start automating.

  • POST /auth/register — email + password
  • POST /api/keys — create Agent key
  • Bearer token for all requests

📊 Script Health

Check which scripts are working before running them.

  • GET /api/scripts/catalog — scripts + health
  • GET /api/scripts/health — health only
  • Status: healthy / degraded / broken / untested

⚡ Quick Commands

All browser actions through one endpoint.

  • POST /api/command — run any action
  • Scripts handle retries & multi-step flows
  • Low-level fallback for unsupported actions

Quick Start

Up and running in 4 steps.

1

Install Extension

Load the BrowserMan Chrome extension to connect your browser.

2

Register

Create an account via POST /auth/register with email & password.

3

Create Agent

Sign up and get your Agent key automatically. Use it in your AI agent's config.

4

Automate

Send commands via MCP or REST API. Scripts handle the rest.

Sign In

Already have an account? Sign in to manage your extensions and API keys.

Sign in with Google Sign in with GitHub