Manifest

Manifest

Manifest

Launching today: Turn any webpage into an action manifest for AI agents. 今天正式发布:将任何网页转化为 AI 智能体的操作清单(Action Manifest)。

Manifest turns any webpage into a structured JSON map of what an AI agent can click, fill, and submit. One API call, no fragile selectors. Manifest 可以将任何网页转化为结构化的 JSON 映射,明确 AI 智能体可以点击、填写和提交的内容。只需一次 API 调用,无需使用脆弱的选择器(Selectors)。

Every action comes with resolved CSS/role locators, plus a “requires” field that encodes dependencies between elements (e.g., “select a plan before this button is clickable”). That’s context aria snapshots don’t give you. 每个操作都附带已解析的 CSS/角色定位器,以及一个用于编码元素间依赖关系的“requires”字段(例如:“在点击此按钮前必须先选择方案”)。这是传统的 ARIA 快照无法提供的上下文信息。

Python SDK, LangChain support, and an MCP server included. Built for anyone shipping browser agents. 内置 Python SDK、LangChain 支持以及 MCP 服务器。专为开发浏览器智能体的开发者打造。