browse_open
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | optional first URL to navigate on open | |
| mode | No | default honest | |
| sign | No | send a Web Bot Auth signed identity (Tier-0) | |
| proxy | No | BYO proxy {server,username?,password?} (Tier-1, governed) | |
| handle | No | your registered handle (governs powerful tiers) | |
| fingerprint | No | BYO fingerprint overrides (ua/platform/viewport/...) |