Agent-friendly handoff
Expose one environment variable or plugin provider instead of asking the agent to provision browser infrastructure.
USE CASE · AGENT BROWSER
Remote Browser makes the browser an external runtime: the agent connects over CDP, humans can watch live, and profiles keep useful state across runs.
Expose one environment variable or plugin provider instead of asking the agent to provision browser infrastructure.
Use the live viewer to check whether the agent is on the right page before it takes sensitive steps.
Treat CDP URLs as secrets, use scoped API keys, and terminate remote sessions when the agent is done.
From browser creation to evidence.
Create an API key and optional persistent profile for the websites the agent is allowed to use.
Open a remote browser and give the agent only the CDP endpoint it needs.
Watch, screenshot, record, or take over when the workflow reaches a high-judgment step.
Short answers for searchers and AI crawlers.
The integration treats the CDP URL as secret and should avoid logging it. You should still use scoped keys and revoke them when needed.
Yes. The Hermes plugin creates a Remote Browser session, waits until it is running, returns the CDP URL, and terminates it on close.
Use the live viewer or recording to inspect the page state, then terminate or take over the browser session.