Retrieve the rendered content of a webpage, optionally formatted as Markdown or HTML.
API key passed as a query parameter
An optional session identifier to reference an existing running session. If provided, the tool will execute within that session.
The URL of the webpage to fetch content from. When left empty, the current webpage is used.
"https://anchorbrowser.io"
The output format of the content.
html, markdown "markdown"
If true, opens the URL in a new page instead of navigating the current page.
false
The fetched webpage content in the specified format.
The rendered content of the webpage.
"A secure way to **let AI agents do anything on the internet**."