Anchor Browser
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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Anchor Browser authenticates with an API key. Generate the credential in your Anchor Browser account, then paste it into FlyMyAI the first time an agent uses an Anchor Browser action.
Get your Anchor Browser credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Anchor Browser API Key | Your Anchor Browser API key. Find it in your Anchor Browser dashboard. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
ANCHOR_BROWSER_CREATE_PROFILE | Tool to create a new browser profile from an active session. use after ending a session to persist cookies and cache. | name, source |
ANCHOR_BROWSER_DELETE_PROFILE | Tool to delete a browser profile by id. use after confirming the profile exists. | name |
ANCHOR_BROWSER_END_ALL_SESSIONS | Tool to end all active browser sessions. use after confirming a security concern when you need to immediately close every session for the authenticated user. | - |
ANCHOR_BROWSER_END_BROWSER_SESSION | Tool to end a specific browser session by id. use after confirming the session id you want to terminate. | session_id |
ANCHOR_BROWSER_GET_PROFILE | Tool to fetch details for a specific browser profile by id. use after you know the profile id and need its settings and session information. | name |
ANCHOR_BROWSER_GET_WEBPAGE_CONTENT | Tool to retrieve rendered content of a webpage in html or markdown format. use when you need to fetch a page’s full content, optionally within an existing browser session. | - |
ANCHOR_BROWSER_LIST_AGENT_RESOURCES | Tool to list agent resources (files) for a given session. use after establishing a browser session to retrieve agent-uploaded files. | session_id |
ANCHOR_BROWSER_LIST_ALL_SESSIONS_STATUS | Tool to list the status of all active browser sessions. use after authenticating when you need to retrieve an up-to-date overview of all sessions. | - |
ANCHOR_BROWSER_LIST_EXTENSIONS | Tool to list all browser extensions for the authenticated user. use when you need to retrieve available extensions after authentication. | - |
ANCHOR_BROWSER_LIST_PROFILES | Tool to fetch all stored browser profiles. use when you need an overview of all profiles available to the authenticated user (e.g., after creating or deleting profiles). | - |
ANCHOR_BROWSER_LIST_SESSIONS | Tool to list all browser sessions. use when you need to retrieve both active and inactive sessions. | - |
ANCHOR_BROWSER_LIST_SESSION_RECORDINGS | Tool to list all recordings for a specific browser session. use after confirming the session id. | session_id |
ANCHOR_BROWSER_SCREENSHOT_WEBPAGE | Tool to take a screenshot of a specified webpage within a session. use when you need a visual png snapshot of a live page. example: "capture a 1280×720 screenshot of https://example.com". | url, width, height, image_quality, wait |
ANCHOR_BROWSER_SIGNAL_EVENT | Tool to signal a specific event to be received by other processes or sessions. use when you need real-time coordination across browser sessions after verifying session is active. | event_name, data |
ANCHOR_BROWSER_START_BROWSER_SESSION | Tool to start a new browser session with optional customizations. use when you need to programmatically allocate an isolated browser instance with recording, proxy, live view, and feature toggles. | session, browser |
ANCHOR_BROWSER_UPDATE_PROFILE | Tool to update an existing browser profile by id. use when you need to modify the profile's description or source session. | name, source |
ANCHOR_BROWSER_UPLOAD_FILE | Tool to upload a file to a browser session as an agent resource. use after starting or referencing a session when you need to provide file inputs (single files or zip archives) for web forms or ai-driven tasks. | session_id, file_name, file |
ANCHOR_BROWSER_WAIT_FOR_EVENT | Tool to wait for a specific event. use when coordinating browser sessions or workflows that depend on an event signal; blocks until the event is signaled or timeout is reached. | event_name, timeoutMs |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Anchor Browser!