Operator
← All integrations
Hyperbrowser logo

Connect Hyperbrowser to OpenClaw on Operator.io

Hyperbrowser is a next-generation platform for scalable browser automation. It empowers AI agents to interact with web apps, automate workflows, and handle browser sessions at scale.

Automate Hyperbrowser with AI

Hand Hyperbrowser to an OpenClaw agent running on Operator. You write what you want in a chat and it turns that into real Hyperbrowser actions like add extension, create hyperbrowser profile, create scrape job, without you opening the app.

Your agent reaches Hyperbrowser directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.

What your agent can do with Hyperbrowser

Your agent can call any of these Hyperbrowser actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.

Add Extension

Tool to add a new browser extension to Hyperbrowser for use in sessions. Use when you need to upload a Chrome extension zip file that can be loaded into browser sessions. The extension zip must contain a valid manifest.json file at the r...

Create Hyperbrowser Profile

Creates a new persistent Hyperbrowser profile for storing browser state (cookies, sessions, etc.). Use this to create a reusable profile that can be attached to browser sessions via the profile ID. Profiles allow you to maintain logged-i...

Create Scrape Job

Tool to initiate a new scrape job. Use when you need to extract structured content from a target URL with custom session and scrape settings.

Create Session

Tool to create a new browser session with custom stealth, proxy, and privacy settings. Use when initializing an automated browsing session with specific configuration.

Delete Profile

Tool to delete a profile. Use when you need to remove a profile by its unique identifier after confirming its existence.

Fetch Web Page

Tool to fetch a web page and return content in various formats (HTML, Markdown, JSON, screenshot, etc.). Use when you need to retrieve and process web content with customizable browser settings, output formats, and content filtering opti...

Get browser-use task status

Tool to retrieve the current status of a browser-use task. Use when checking if a browser automation task has completed or is still pending.

Get Claude Computer Use Task Result

Tool to retrieve the complete result and status of a Claude Computer Use task. Use when you need full task details including execution steps, final results, and error information.

Get Claude Computer Use Task Status

Poll the execution status of a Claude Computer Use task. Use after calling HYPERBROWSER_START_CLAUDE_COMPUTER_USE_TASK to check if the task has completed, is still running, or has failed. Pass the jobId returned from the start task action.

Get Crawl Job Status

Tool to retrieve the status and results of a specific crawl job. Use after submitting a crawl job to check its progress or fetch results.

Get Crawl Status

Tool to retrieve the current status of a specific crawl job. Use after initiating a crawl job to poll its status.

Get CUA Task Result

Tool to retrieve the status and results of a CUA (Claude User Agent) task. Use after starting a CUA task to check its progress, retrieve execution steps, and obtain the final result.

Get CUA Task Status

Poll the execution status of a CUA task. Use to check if a CUA task has completed, is still running, or has failed.

Get Extract Job Result

Tool to fetch the status and results of a specific extract job. Use after initiating an extract job to monitor progress and retrieve final data.

Get Extract Job Status

Retrieve the status of an extract job. Use after calling Start Extract Job to poll its progress. Poll periodically until status is 'completed' or 'failed', then use Get Extract Job Result to retrieve the extracted data.

Get Gemini Computer Use task result

Tool to retrieve the current status and results of a Gemini Computer Use task. Use when checking if a Gemini automation task has completed or is still pending.

Get HyperAgent Task Result

Tool to retrieve the status and results of a HyperAgent task. Use when checking if a HyperAgent task has completed or to get the final results and execution steps.

Get Profile By ID

Retrieves details of a specific Hyperbrowser profile by its UUID. Returns profile metadata including name, team association, and timestamps. Use the List Profiles action first to obtain valid profile IDs.

Get Scrape Job Result

Retrieves the status and results of a scrape job. Poll this endpoint after creating a scrape job to check progress and get the scraped content when completed. Returns jobId, status (pending/running/completed/failed), scraped data, and an...

Get Scrape Job Status

Tool to retrieve the current status of a specific scrape job. Use after initiating a scrape job to poll its status; poll at moderate intervals (e.g., every 2–5 seconds) rather than tight loops to avoid exhausting quota. Responses may be...

Get Session Details

Retrieve detailed information about a Hyperbrowser session by its ID. Use this tool to get connection endpoints (wsEndpoint, liveUrl), session status, and configuration details for an existing session. The session ID can be obtained from...

Get Session Downloads URL

Tool to retrieve the downloads URL for a session. Returns a signed URL to download files saved during a browser session. Note: The session must be created with 'saveDownloads: true' for downloads to be available. Poll this endpoint check...

Get Session Recording

Retrieve the recording URL for a browser session. Returns a pre-signed S3 URL to download the rrweb JSON recording. The recording status indicates availability: - 'pending': Recording is being prepared - 'in_progress': Recording is still...

Get Session Video Recording URL

Tool to retrieve the video recording URL for a browser session. Returns a pre-signed URL to download the video recording. The video recording status indicates availability: - 'pending': Video recording is being prepared - 'in_progress':...

Get Web Crawl Result

Tool to retrieve the status and results of a web crawl job. Use after submitting a web crawl job to check its progress and fetch paginated results. Supports pagination via page and batchSize parameters for large crawl jobs.

Get Web Crawl Status

Tool to retrieve just the status of a web crawl job without the full results. Use after initiating a web crawl to poll its current state.

List Extensions

Tool to list all browser extensions. Use when you need to fetch all available extensions for the Hyperbrowser account.

List Profiles

Tool to list profiles. Use when you need to fetch paginated profiles and optionally filter by name.

List Sessions

Tool to list sessions with optional status filter. Use when you need a paginated overview of browser sessions before acting on them.

Search Web

Tool to perform a web search and retrieve results with titles, URLs, and descriptions. Use when you need to search the web for information on a specific topic or query.

Start Browser Use Task

Tool to start an asynchronous browser-use task. Use when you need to automate web interactions given a task instruction.

Start Claude Computer Use Task

Tool to start a Claude Computer Use task. Use when you need AI-driven automated browser interactions. Call after you have your task prompt and any session preferences configured.

Start Crawl Job

Tool to start a new crawl job for a specified URL. Use when you need to initiate a web crawl before checking job status.

Start CUA Task

Tool to start an OpenAI CUA (Computer-Using Agent) task. Use when you need AI-driven automated browser interactions powered by OpenAI. Call after you have your task prompt and any session preferences configured.

Start Extract Job

Start an AI-powered data extraction job from one or more web pages. Use this tool to scrape structured data from websites by providing URLs and either a natural language prompt describing what to extract, or a JSON schema defining the ou...

Start Gemini Computer Use Task

Tool to start a Gemini Computer Use task for browser automation using Google's Gemini. Use when you need AI-driven automated browser interactions with Gemini models.

Start Web Crawl

Tool to start an asynchronous web crawl job that follows links from a starting URL and returns content from each page. Use when you need to crawl multiple pages from a website.

Stop Browser Use Task

Tool to stop a running browser-use task. Use when halting an in-progress browser automation task after confirming its task ID.

Stop Claude Computer Use Task

Tool to stop a running Claude computer use task. Use when a Claude computer use task is in progress and needs to be terminated.

Stop CUA Task

Tool to stop a running CUA task. Use when a CUA task is in progress and needs to be terminated.

Stop Gemini Computer Use Task

Tool to stop a running Gemini computer use task. Use when a Gemini computer use task is in progress and needs to be terminated.

Stop Session

Tool to stop a running session by ID. Use after confirming the session is active.

How to connect Hyperbrowser

You authorize Hyperbrowser once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Hyperbrowser without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.

When you are ready, the get started guide walks through standing up your OpenClaw agent.

Common questions about Hyperbrowser

How do I connect Hyperbrowser to Operator?
Connecting Hyperbrowser is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Hyperbrowser and you never reauthorize by hand.
Can my agent trigger and run my Hyperbrowser workflows?
Yes. It decides when to run a workflow, passes the inputs, and reads the result back, so Hyperbrowser keeps doing the repeatable execution while the agent handles the judgment about when and with what to run it.
Do I need to write code or manage Hyperbrowser API keys?
No. Operator manages the Hyperbrowser connection and token refresh, so there are no API keys to paste and nothing to deploy.
Can my agent use Hyperbrowser together with my other apps?
Yes. The same agent reaches every app you connect, so it can move between Hyperbrowser and tools like Crowdin, Dnsfilter, Route4me in one job, reading from one and acting in another without you wiring anything between them.

More apps to automate

Apps your agent runs alongside Hyperbrowser, or browse all integrations.

Put your agent on Hyperbrowser

Sign in, connect Hyperbrowser, and hand your agent the work. Your first week is free.

Try for free