AgisHub
🖱️

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

NameTypeRequiredDescription
stepsarrayYesOrdered list of actions.
screenshotbooleanNoCapture final view.

Related tools