Prerequisites
- A Browserless account with an API token (cloud or self-hosted)
- For self-hosted Browserless: the REST base URL for your deployment
- project_contributor access in AgentRuntime
Connect in AgentRuntime
1
Get a Browserless API token
Sign in to the Browserless dashboard and copy your API token. Note your region or self-hosted base URL if applicable.
2
Create a connection
Go to Connections and click New custom connection to create an API key connection with
APIToken. Set APIBase if you use a custom or self-hosted endpoint.3
Add browserless MCP instance
Go to MCP, click Add instance for browserless, wire your connection on Instance config, set the profile active, and save.
4
Smoke test
Run mcp_call →
capture_screenshot with a public URL to confirm rendering works.What you can build
- Competitive snapshots —
capture_screenshotof competitor pricing pages → store in S3 or attach to a Wrike task. - Report PDFs — LLM generates HTML summary →
generate_pdf→ email or upload via another connector. - Price monitoring —
scrape_urlwith CSS selectors on product pages → compare to Postgres baseline → alert on change. - Performance gates —
get_website_performanceafter deploy → fail workflow if Lighthouse score drops below threshold. - Dynamic scraping —
run_bql_queryfor multi-step navigation before extraction.