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.
Tool to create a new browser profile from an active session. Use after ending a session to persist cookies and cache.
Tool to delete a browser profile by ID. Use after confirming the profile exists.
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.
Tool to end a specific browser session by ID. Use after confirming the session ID you want to terminate.
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.
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.