Launch proxied browser
aethyn_launch_browserLaunches a Chromium browser routed through a residential proxy in a chosen country. Returns a session ID to maintain a sticky exit IP for the task.
Instructions
Launch a local Chromium routed through a residential proxy exit in a chosen country (and city/state on the Elite tier). Returns a session_id the other aethyn_* tools use. Each session is one sticky identity — a pinned exit IP for the whole task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City for Elite-tier targeting, e.g. 'tokyo'. Requires tier:'elite'. | |
| tier | No | Proxy tier. Elite unlocks city/state targeting. Default 'premium'. | |
| state | No | State/region for Elite-tier targeting. Requires tier:'elite'. | |
| country | Yes | ISO-3166-1 alpha-2 country code, e.g. 'jp', 'de', 'us'. | |
| session | No | Your task id. Reuse the same value to pin the same exit IP. Letters/digits/underscore only. Omit to auto-generate. | |
| headless | No | Run headless. Default true. | |
| lifetime_min | No | Sticky lifetime in minutes (1–1440, default 10). |