> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Anchor Browser

> Connect Anchor Browser to xpander and give agents its 37 actions: how to connect it, and which actions to hold for approval.

<Badge color="blue">HTTP API connector</Badge>

An HTTP API described by an OpenAPI spec, not an MCP server. Calls go to `https://api.anchorbrowser.io` and carry the credential the connect dialog asks for.

## What the skill can do

API connector: 37 actions, as they appear in the skill panel. 22 of them create, change or delete something in Anchor Browser; mark those under **These actions need approval** when you add the skill to an agent.

* **Task orchestration** (17): Create Or Update Task By Name, Create Task Version Deploy, Get Task Draft By Id, Get All Task Versions By Id, Delete Task Version By Id, Create Task Run By Name, Get Task Metadata By Id, Delete Task By Id, Get Latest Task Version By Id, Session Manage Get Session Details By Id, Create Or Update Task Draft, Get Task Executions By Id, Get All Tasks, Create Task Run In Session, and 3 more
* **Session management** (6): Manage Delete Session By Id, Manage Get Pages By Session Id, Manage Create New Session, Manage Delete All Sessions, Manage Get All Session Status, Manage Get Downloads By Session Id
* **Profile management** (4): Manage Delete Profile By Name, Manage Get Profile By Name, Manage Get All Profiles, Manage Create Profile From Session
* **Browser tooling** (3): Create Screenshot By Url, Get Rendered Webpage Content, Create Web Task From Url
* **File transfer service** (3): Agent Files Get Resources By Session Id, Agent Files Create Resources By Session Id, Session Files Create Uploads By Session Id
* **Batch session service** (2): Create Batch Sessions, Get Batch Status By Id
* **Agent control service** (2): Create Pause Agent By Session Id, Create Resume Agent By Session Id

## Authentication Options

<Tabs>
  <Tab title="API Access">
    ### Generate an Anchor Browser API Key

    1. Log in to your [Anchor Browser account](https://app.anchorbrowser.io/).

    2. Click **API Keys**.

           <img src="https://mintcdn.com/xpanderai-099931d1/d5dsBKpWpzF6n1Fd/images/connectors/anchor-browser/img_1.png?fit=max&auto=format&n=d5dsBKpWpzF6n1Fd&q=85&s=d92ac2c0d51a5ce9932ec3bbc8773f37" alt="Img 1" width="2880" height="1542" data-path="images/connectors/anchor-browser/img_1.png" />

    3. Click **+ Add** on the top right corner of the **API Keys** page to create a new API key.

    4. Enter a name for the new API key in the **Create New API Key** dialog that appears, and click **Continue** to create the new API key.

           <img src="https://mintcdn.com/xpanderai-099931d1/d5dsBKpWpzF6n1Fd/images/connectors/anchor-browser/img_2.png?fit=max&auto=format&n=d5dsBKpWpzF6n1Fd&q=85&s=9467b7663c63fe1590c8e2eb4eb0169b" alt="Img 2" width="2074" height="1450" data-path="images/connectors/anchor-browser/img_2.png" />

    5. The new API key will appear in the API Keys page. Click the copy icon next to the API key to copy the generated key and store it somewhere safe.

           <img src="https://mintcdn.com/xpanderai-099931d1/d5dsBKpWpzF6n1Fd/images/connectors/anchor-browser/img_3.png?fit=max&auto=format&n=d5dsBKpWpzF6n1Fd&q=85&s=260a9f85307edfe4e7a3926aec13f9e9" alt="Img 3" width="2880" height="1542" data-path="images/connectors/anchor-browser/img_3.png" />

    ### Connect Anchor Browser in xpander

    1. In Xpander Chat, open the agent's settings and click **Add skill**.
    2. Search for **Anchor Browser** and select it.
    3. Enter a **connection name**, e.g., "xpander-anchorbrowser".
    4. Choose **Organization** access (one shared account) or **Personal** (your own account, so the agent acts with your permissions where systems allow). On an agent other people use, a personal connection runs their requests as you unless the binding requires each person's own sign-in; see [whose credential a shared agent uses](/use/agents/permissions#whose-credential-a-shared-agent-uses).
    5. Choose **API Key** as the authentication method.
    6. Paste your Anchor Browser API key into the provided field.
    7. Choose **Custom** as the auth type.
    8. Enter **anchor-api-key** as the custom header name.
    9. Enter **[https://api.anchorbrowser.io](https://api.anchorbrowser.io)** as the base URL in the Interface specific settings section.
    10. Click **Connect**.
  </Tab>
</Tabs>

## Give an agent the Anchor Browser skill

Once Anchor Browser is connected, any agent you can edit may be given the skill: open the agent's settings, click **Add skill**, and choose **Anchor Browser**. The skill panel lists the Anchor Browser actions by group. Enable only the groups the agent needs, and mark the actions that should wait for a named person's sign-off under **These actions need approval**. Which skills exist for your organization, and who may add them, is decided by your admins; see [Skills](/use/skills).

## Related Resources

* [Using Services & Skills in the xpander](/use/skills)
* [Anchor Browser Documentation](https://docs.anchorbrowser.io/introduction)
