octo_start_profile
Launch an Octo Browser profile by UUID to obtain a CDP WebSocket endpoint for browser automation. Returns existing connection data if the profile is already running.
Instructions
Start a profile by UUID and return the ws_endpoint for the CDP connection.
If the profile is already running, its current data is returned instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Octo Browser profile UUID | |
| headless | No | Run without a GUI | |
| password | No | Profile password, if the profile is protected |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |