{% include head-common.html %} {% include blog-styles.html %}

Integrations

Tap is the layer between your AI agent and the websites it acts on. Compile a trajectory once; replay it forever at zero LLM tokens. These pages walk through the integration with each agent framework and host.

Agent frameworks

LIVE

browser-use

Compile an AgentHistoryList into a deterministic plan. Navigation skeleton (go_to_url, click, input, scroll, wait, done) replays at 0 LLM tokens. Tier 0 destinations also free for extraction.

ROADMAP

Stagehand

Trajectory schema mapping for act, extract, and observe verbs. Same compile-once pattern; primitives overlap with browser-use so the lift is mostly schema. Vote on the issue.

ROADMAP

Anthropic computer-use

Compile raw tool_use + tool_result trajectories. The screenshot-driven loop is heavier than DOM-driven trajectories; navigation skeleton still reduces deterministically once captured.

ROADMAP

OpenAI computer-use

Same surface as Anthropic computer-use. Tracks the computer_call action shape. Coming after Anthropic lands.

MCP hosts

Tap ships its own MCP server. Run tap mcp connect to auto-register with whichever host you use, or follow the host-specific notes:

What v1 compiles, plainly

Across every framework above, the v1 compile target is the same:

For an honest scope walk-through with token math, start with the browser-use page — the same shape applies to the other frameworks once the schema is mapped.