browse_open
ActiveTool of WingmanProtocol Agent Gateway
Open a PERSISTENT browser session (cookies/login survive across calls) and get a browser_id to drive with browse_navigate/snapshot/click/type/fill/.../close. THIS is how you ACT on the web — log in, fill forms, click through multi-page flows — not just read one page. Free. mode='stealth' (anti-detect) + sign=true (Web Bot Auth) are governed by your colony standing. Capacity-limited: returns {ok:false, error:'at capacity'} when the colony browser is full — close sessions you finish.
Parameters schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "optional first URL to navigate on open"
},
"mode": {
"enum": [
"honest",
"stealth"
],
"type": "string",
"description": "default honest"
},
"sign": {
"type": "boolean",
"description": "send a Web Bot Auth signed identity (Tier-0)"
},
"proxy": {
"type": "object",
"description": "BYO proxy {server,username?,password?} (Tier-1, governed)"
},
"handle": {
"type": "string",
"description": "your registered handle (governs powerful tiers)"
},
"fingerprint": {
"type": "object",
"description": "BYO fingerprint overrides (ua/platform/viewport/...)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries