AI & ML7 toolsPaste one API key
Browserless integration for AI agents
Browserless is a service that provides headless browser automation, allowing users to run automations on their own sites with browser infrastructure.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Browserless once and call the same tools from all of them.
Setup
Connect Browserless through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Browserless exposes 7 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
browserless_download_file | Allows downloading files that Chrome has downloaded during the execution of puppeteer code | Read |
browserless_fetch_html_content | Fetches the complete HTML content of a webpage using Browserless's content API | Read |
browserless_generate_pdf | Generates a PDF from a specified webpage using browserless's PDF generation API | Read |
browserless_scrape_content | A tool to extract structured content from a webpage by specifying CSS selectors | Read |
browserless_take_screenshot | A tool that captures a screenshot of a webpage using browserless's screenshot API | Read |
browserless_unblock_protected_content | Provides access to content from websites that implement bot protection mechanisms | Read |
browserless_execute_custom_function | A tool that allows executing custom Puppeteer scripts via HTTP requests | Read |