AI Agents
AI agents need real browser access to interact with the web. rayobrowse provides a browser that works with any CDP-based agent framework.
The problem
Section titled “The problem”AI agent frameworks like OpenClaw, LangChain, and others need to browse real websites. Standard headless Chromium gets blocked, making the agent unable to complete tasks.
The solution
Section titled “The solution”Point your agent’s browser connection at rayobrowse’s /connect endpoint:
ws://localhost:9222/connect?headless=true&os=windowsThe agent gets a browser that looks like a real device. No code changes needed — any framework that uses CDP can connect.
Integrations
Section titled “Integrations”- OpenClaw — full setup guide with configuration examples
- More agent framework integrations coming soon (LangChain, CrewAI, etc.)
Cloud mode for agents
Section titled “Cloud mode for agents”For always-on agents, use cloud mode so you don’t need to manage Docker infrastructure.