# Anchor Browser AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://anchorbrowser.io/

## Tools available

**64** tools available. First 12:

- `ANCHOR_BROWSER_CLICK_MOUSE` — Click Mouse — Tool to perform a mouse click at specified coordinates within a browser session. Use when you need to interact with page elements by clicking at specific x/y positions. The click is executed in the context of the specified browser session.
- `ANCHOR_BROWSER_COPY_SELECTED_TEXT` — Copy Selected Text — Tool to copy currently selected text in a browser session to the clipboard. Use when you need to extract text that the user or automation has selected in the browser.
- `ANCHOR_BROWSER_CREATE_INTEGRATION` — Create Integration — Tool to create a new integration with a third-party service like 1Password. Use when you need to set up an integration for managing credentials or accessing external services. The integration will be available immediately after creation for use in browser sessions and profiles.
- `ANCHOR_BROWSER_CREATE_OR_UPDATE_TASK_DRAFT` — Create or Update Task Draft — Tool to create or update the draft version of a task. Draft versions are used for development and testing before publishing. Use when you need to save task code changes without creating a published version.
- `ANCHOR_BROWSER_CREATE_PROFILE` — Create Profile — Creates a new browser profile from an active session. A profile stores cookies, local storage, and cache data. The session must be running when this is called; profile data is persisted once the session terminates. Use profiles to maintain persistent browser state across multiple sessions.
- `ANCHOR_BROWSER_CREATE_TASK` — Create Task — Tool to create a new task or update an existing task with the same name. Tasks are reusable TypeScript code snippets that execute in browser sessions. Use when you need to define repeatable automation workflows that can be invoked across multiple sessions.
- `ANCHOR_BROWSER_DELETE_EXTENSION` — Delete Extension — Tool to delete a browser extension and remove it from storage. Use after confirming the extension exists.
- `ANCHOR_BROWSER_DELETE_INTEGRATION` — Delete Integration — Tool to delete an existing integration and remove its stored credentials. Use after confirming the integration ID exists.
- `ANCHOR_BROWSER_DELETE_PROFILE` — Delete Profile — Tool to delete a browser profile by ID. Use after confirming the profile exists.
- `ANCHOR_BROWSER_DELETE_TASK` — Delete Task — Tool to soft delete a task and all its versions. Use after confirming the task exists.
- `ANCHOR_BROWSER_DELETE_TASK_VERSION` — Delete Task Version — Tool to soft delete a specific version of a task. The version will no longer be accessible but data is preserved for recovery. Use when you need to remove a specific task version.
- `ANCHOR_BROWSER_DEPLOY_TASK` — Deploy Task — Tool to deploy a task by creating a new version with auto-incremented version number. Use when you need to publish task changes and make them available for execution.

## Auth

Auth schemes: `API_KEY`.

## How agents use Anchor Browser

Inside a Definable workflow, Anchor Browser is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Anchor Browser** — the Researcher (GPT-5.5) pulls context from Anchor Browser (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Anchor Browser** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Anchor Browser (create record, post message, draft email).
- **Designer / Engineer → Distributor → Anchor Browser** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Anchor Browser (attach file, open PR comment, post status).

The Verifier checks every Anchor Browser call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai agents — https://definable.ai/apps/category/ai-agents/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/anchor_browser/
- Same category (ai agents): https://definable.ai/apps/category/ai-agents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
