1 · Inbound request
The app sends an authenticated request to the public Cloudflare hostname. Cloudflare terminates TLS and applies WAF, Access, bot/rate policies, and origin restrictions before forwarding to OpenClaw.
Cloudflare protects the public application edge and can also protect the target site. OpenClaw orchestrates the propgent agent; a controlled browser worker performs the site interaction and streams progress back through the backend.
The app sends an authenticated request to the public Cloudflare hostname. Cloudflare terminates TLS and applies WAF, Access, bot/rate policies, and origin restrictions before forwarding to OpenClaw.
OpenClaw receives POST /v1/responses, routes it to propgent, and the agent decides when to invoke the browser tool. Keep the gateway token server-side.
Playwright/WebWright runs in an isolated worker, visits the target normally, and returns structured findings. OpenClaw emits SSE deltas back through the app to the browser UI.