Skip to content

AI Agents

AI agents need to browse real websites to do useful work. Standard headless Chromium gets detected and blocked on most sites, which means your agent can’t complete tasks.

rayobrowse gives agents a browser that passes detection. Request a browser from the HTTP /connect endpoint, then pass the returned CDP WebSocket URL to your agent framework:

Terminal window
curl "http://localhost:9222/connect?headless=true&os=windows"

Any framework that uses CDP can connect. Self-hosted rayobrowse is free and unlimited, which is enough to run something like OpenClaw as a personal assistant at zero cost.

  • OpenClaw has a full setup guide with config examples
  • More agent framework integrations (LangChain, CrewAI, etc.) are coming

For always-on agents, cloud early access handles the infrastructure so you don’t have to manage Docker yourself.