oc_run_start
Start a run ledger to track and control AI agent browser automation sessions with optional budget limits for tool calls and time.
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. |