Audience
Browser automation developers who need AI agents to understand and operate webpage controls through structured, reliable action data
About Manifest
Manifest by Omfang is an action layer for AI agents that turns any webpage into a structured map of what an agent can actually do. Developers send a URL to the Manifest API and receive clean JSON describing the page state, available buttons, forms, inputs, navigation links, required fields, and dependencies between actions. Manifest loads the page in a real Chromium browser after JavaScript runs, reads the accessibility tree used by screen readers, and cross-references it with the underlying DOM to capture details the accessibility layer can miss, including input types, placeholders, disabled states, and prerequisites for submission. Once actions are identified, their locators are resolved deterministically rather than generated by a model; ambiguous matches are marked uncertain instead of guessed. This gives agents a machine-readable interface for reasoning about what to click, fill, or submit without relying on screenshots, brittle CSS paths, etc.