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.