🖱️
Browser Automation
Drive a real browser, headlessly
🌐 Web & SearchAPIMCPSDK
Overview
Navigate, click, fill forms and capture screenshots from a managed headless browser. Ideal for agents that must complete flows the API doesn't expose.
Call it from any agent
curl https://api.agishub.com/v1/tools/browse \
-H "Authorization: Bearer $AGISHUB_KEY" \
-H "Content-Type: application/json" \
-d '{ "steps": [{ "goto": "https://acme.com" }], "screenshot": true }'Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| steps | array | Yes | Ordered list of actions. |
| screenshot | boolean | No | Capture final view. |