Connect Cloudflare Browser Rendering to Your AI Agents
Cloudflare Browser Rendering runs a headless Chromium instance on Cloudflare's edge network to render pages, capture screenshots, and extract HTML — without managing browser infrastructure. Through this integration, WKIL agents can render a URL and get back a screenshot, scraped elements, or a full HTML snapshot using a Cloudflare API token.
What you can do
- Render a webpage on Cloudflare's edge and capture a screenshot of it.
- Scrape specific HTML elements from a page — text, attributes, and layout metrics.
- Capture rendered HTML and a screenshot together in a single call.
Available capabilities may vary by authentication and workspace configuration.
Actions supported by the connector
Practical agent use cases
- A WKIL agent can render a JavaScript-heavy page on Cloudflare's edge and return a screenshot for a visual QA or monitoring workflow.
- A research workflow can scrape specific HTML elements (price, title, availability) from a target page without running a local browser.
How it works with WKIL
- 1Choose the integrationAdd Cloudflare Browser Rendering to your agent from inside the WKIL platform.
- 2Grant the permissions it needsDefine precisely what the agent can access and perform.
- 3Test, then run itTest actions before they go live, with human approval where needed.
FAQ
What is Cloudflare Browser Rendering?
It is a Cloudflare Workers API that runs a headless Chromium browser on Cloudflare's edge network, letting you render pages, take screenshots, and extract HTML without hosting your own browser infrastructure.
What does the Cloudflare Browser Rendering integration support?
The WKIL integration exposes 4 verified actions: capturing a screenshot, scraping HTML elements, taking a combined HTML+screenshot snapshot, and listing accessible Cloudflare accounts. It does not currently support generating PDFs.
Does WKIL need access to a Cloudflare Browser Rendering account?
Yes. The integration requires a Cloudflare API token and should be scoped to the permissions your workflow needs.

