Agent Browser AI
Natural-language act, extract, and observe actions for Agent Browser using your own LLM provider key.
Tools
| Name | Description |
|---|---|
actUse your own LLM to accomplish a natural-language instruction by driving the browser. | Use your own LLM to accomplish a natural-language instruction by driving the browser. |
extractUse your own LLM to extract structured data from the current page. | Use your own LLM to extract structured data from the current page. |
observeUse your own LLM to identify elements relevant to an instruction without acting. | Use your own LLM to identify elements relevant to an instruction without acting. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('agent-browser-ai', 'act', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'agent-browser-ai',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Agent Browser AI to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Agent Browser AI support?
Agent Browser AI supports 3 tools including Act, Extract, Observe.
Can I use Agent Browser AI with AI agents?
Yes. Add Agent Browser AI to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Agent Browser AI be used in stateful agent workflows?
Yes. Agents can combine Agent Browser AI tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Agent Browser AI use?
Agent Browser AI uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Agent Browser AI integration cost?
The Agent Browser AI integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Agent Browser AI in minutes
Get 20,000 free action executions every month. No credit card required.