oc_run_start
Start a new OpenChrome browser automation session with optional run budget, metadata, and identifiers to track and enforce limits on tool calls, retries, and duration.
Instructions
Start an opt-in OpenChrome run ledger. Returns {run_id,status,pathless metadata}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Optional caller-supplied safe run id. | |
| session_id | No | Optional session id to associate with the run. | |
| tab_id | No | Optional tab id to associate with the run. | |
| metadata | No | Optional JSON metadata. | |
| budget | No | Optional run-level wandering budget. When exceeded, oc_run_status records a needs_strategy_change finish event. |