Skip to content

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.

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.

Point your agent’s browser connection at rayobrowse’s /connect endpoint:

ws://localhost:9222/connect?headless=true&os=windows

The agent gets a browser that looks like a real device. No code changes needed — any framework that uses CDP can connect.

  • OpenClaw — full setup guide with configuration examples
  • More agent framework integrations coming soon (LangChain, CrewAI, etc.)

For always-on agents, use cloud mode so you don’t need to manage Docker infrastructure.