← Agent workflows

Browser-local raw HTML

HTML to agent Markdown

Turn submitted HTML structure into compact semantic Markdown without rendering markup, resolving URLs, executing scripts, or making network requests.

Explicit browser-local conversion

Convert inert HTML to agent Markdown

The submitted source is tokenized as inert text by the same deterministic core used by the API and MCP surfaces. It is never rendered, fetched, uploaded, stored, or executed.

Load the inert sample or enter HTML, then explicitly convert locally.

Hosted API and MCP parity

The same html-to-agent-markdown core is available through POST /api/run and the fixed MCP run_tool method. This browser surface calls neither endpoint.