run_browsing_task
Run a browser agent to complete a web browsing task, returning a task ID for progress tracking. Use local mode to leverage your existing logged-in sessions.
Instructions
Execute a one-time web browsing task. The navigator agent runs a browser and operates it like a person. Returns a task_id for polling. Example: 'list employees'. Set browser='local' to use the desktop app with the user's logged-in sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| browser | No | ||
| max_steps | No | ||
| start_url | Yes | ||
| webhook_url | No | ||
| require_auth | No | ||
| output_fields | No | ||
| webhook_format | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |