session_create
Start a new browsing session with a fresh coherent identity and receive a session ID for subsequent automation.
Instructions
Create a new browsing session: launches the engine with a fresh coherent identity. Returns session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxy | No | Proxy URL, e.g. socks5://user:pass@host:port (optional). | |
| headful | No | Run with a visible browser window instead of headless (optional) — for humans who want to watch the agent work. | |
| platform | No | Restrict identity platform: "windows" | "macos" | "linux" | "android" (optional). | |
| profile_dir | No | Reuse a persistent profile directory (optional). |