Docs

Pricing

How it works

Contact

About Us

Blog

Blog

Split illustration: a browser screenshot with a cursor guessing at buttons on one side, a clean JSON action graph on the other
OpenAI's ChatGPT extension can click buttons. Here's why that's not the same problem Manifest solves.

Sep 5, 2026


6

min read

Dark developer-tool style diagram showing a requested URL '/products/tan-flat' redirecting via a 302 to a landed URL '/en-pt (homepage)', with a 'redirected: true' flag below it, labeled Manifest Product.
Redirect Handling for Browser Agents: Why requested_url and redirected Exist

Sep 2, 2026


7

min read

Dark developer-tool style diagram showing a dependency graph for form fields — nodes for country, shipping_method, postal_code, and same_as_billing connected by directed arrows leading to a submit_order node, illustrating Manifest's requires field.
The Dependency Graph for Form Fields: What requires Actually Encodes

Sep 1, 2026


7

min read

Illustration of a cursor clicking a "Cancel" button instead of the intended "Continue" button, with a disabled "Submit" button beside them, representing an AI browser agent clicking the wrong element on a webpage
Why Browser Agents Click the Wrong Element

Aug 31, 2026


7

min read

Dark developer-tool style graphic titled "Resolved Selectors vs. Accessible Names," contrasting a role/name accessible-name code block against a resolved CSS selector code block
Resolved Selectors vs. Accessible Names: Why an Accessible Name Isn't an Executable Locator

Aug 29, 2026


8

min read

Diagram showing a checkout webpage on the left with its clickable elements — a "Place order" button, a "Promo code" text input, and a "Shipping method" select — highlighted in colored outlines, connected by an arrow to a JSON code panel on the right showing Manifest's structured output for those same elements, under the Manifest logo.
Clickable Elements: How Manifest Extracts Every Clickable Element From a Webpage

Aug 28, 2026


6

min read

Code snippet showing ManifestTool added to a LangChain agent, titled 'LangChain Browser Agent Tools: An Actions Layer, Not a DOM Dump
LangChain Browser Agent Tools: An Actions Layer, Not a DOM Dump

Aug 26, 2026


5

min read

Diagram showing an AI agent connecting to the Manifest MCP server, which maps a browser session into a structured action manifest with a requires dependency graph, then returns JSON to the agent.
MCP Server for Browser Automation: What It Actually Does (and How to Set One Up)

Aug 20, 2026


7

min read

Diagram of a shadow DOM boundary showing slotted content being resolved into a nested button element.
Shadow DOM web scraping: why your selectors keep silently failing

Aug 19, 2026


6

min read

Illustration of form fields as connected nodes in a dependency graph, showing completed fields, a field locked behind an unmet dependency, and a gated submit button
How to Fill a Multi-Step Form with an LLM Agent

Aug 18, 2026


7

min read

Diagram showing a blocked 'click' action (red, unmet dependency) next to a resolved 'select' action (teal), illustrating Manifest's action dependency graph and the gap between a click firing and it actually working.
Agentic Browser Automation Reliability: Why "Clicked" Isn't the Same as "Worked"

Aug 15, 2026


6

min read

Diagram showing a checkout webpage on the left with its clickable elements — a "Place order" button, a "Promo code" text input, and a "Shipping method" select — highlighted in colored outlines, connected by an arrow to a JSON code panel on the right showing Manifest's structured output for those same elements, under the Manifest logo.
Manifest now tells you when its answers are stale

Jul 30, 2026


3

min read

Comparison table showing Browserbase for browser session hosting, Firecrawl for content extraction, and Manifest for mapping clickable and fillable page elements
Browserbase vs. Firecrawl vs. Manifest — Which Layer Do You Actually Need?

Jul 20, 2026


4

min read

Diagram of an action dependency graph — form fields that must complete in order before the submit button becomes enabled
Why aria_snapshot() Isn't Enough for Agents That Need to Submit Forms

Jul 20, 2026


6

min read