instance_create
Creates isolated browser instances with automatic auth cloning from the connected Chrome, eliminating re-login. Each instance has fully separate state for parallel tasks.
Instructions
Create a new isolated browser instance. Auth (cookies/localStorage) is automatically cloned from the connected Chrome, so no re-login is needed. Each instance has fully isolated state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to after creation | |
| cloneAuth | No | Whether to clone auth from the connected Chrome. Default: true | |
| instanceId | Yes | Unique identifier for this instance (e.g. "batch-1", "batch-2") |