AI & ML64 toolsPaste one API key
Anchor Browser integration for AI agents
Anchor Browser is a developer platform that enables AI agents to interact with the web through browser automation, transforming complex web interactions into simple API endpoints.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Anchor Browser once and call the same tools from all of them.
Setup
Connect Anchor Browser 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
Anchor Browser exposes 64 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
anchor_browser_copy_selected_text | Copy currently selected text in a browser session to the clipboard | Read |
anchor_browser_get_batch_session_status | Retrieve detailed status information for a specific batch including progress and errors | Read |
anchor_browser_get_browser_session | Retrieve detailed information about a specific browser session | Read |
anchor_browser_get_clipboard_content | Retrieve the current content of the clipboard from a browser session | Read |
anchor_browser_get_latest_task_version | Retrieve the latest version of a task including the full base64 encoded code content | Read |
anchor_browser_get_profile2 | Retrieve details of a specific profile by its name | Read |
anchor_browser_get_session_pages | Retrieve all pages associated with a specific browser session | Read |
anchor_browser_get_task_draft | Retrieve the draft version of a task, including the full Base64 encoded code content | Read |
anchor_browser_get_task_execution_result | Retrieve a single task execution result by its ID | Read |
anchor_browser_get_task_metadata | Retrieve task metadata without downloading the full task code | Read |
anchor_browser_get_task_version | Retrieve a specific version of a task, including the full code content | Read |
anchor_browser_get_webpage_content | Retrieve rendered content of a webpage in HTML or Markdown format | Read |
anchor_browser_list_agent_resources | List all agent resources (files) uploaded to a browser session | Read |
anchor_browser_list_extensions | Retrieves all browser extensions uploaded by the authenticated user | Read |
anchor_browser_list_integrations | Retrieve all integrations for the authenticated team | Read |
anchor_browser_list_profiles | Fetch all stored browser profiles | Read |
anchor_browser_list_session_downloads | Retrieve metadata of files downloaded during a browser session | Read |
anchor_browser_list_session_recordings | List all recordings for a specific browser session | Read |
anchor_browser_list_sessions | List all browser sessions | Read |
anchor_browser_list_task_executions | Retrieve execution history for a specific task with filtering and pagination support | Read |
anchor_browser_list_task_versions | Retrieve all versions of a specific task, including draft and published versions | Read |
anchor_browser_list_tasks | Retrieve a paginated list of all tasks for the authenticated team | Read |
anchor_browser_screenshot_webpage | Take a screenshot of a specified webpage within a session | Read |
anchor_browser_take_screenshot | Take a screenshot of the current browser session and return it as an image | Read |
anchor_browser_wait_for_event | Blocks execution until a specific named event is signaled or the timeout expires | Read |
anchor_browser_click_mouse | Perform a mouse click at specified coordinates within a browser session | Read |
anchor_browser_create_integration | Create a new integration with a third-party service like 1Password | Write |
anchor_browser_create_or_update_task_draft | Create or update the draft version of a task | Write |
anchor_browser_create_profile | Creates a new browser profile from an active session | Write |
anchor_browser_create_task | Create a new task or update an existing task with the same name | Write |