cloud ui docs + cookbooks (#4759)

Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com>
Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
This commit is contained in:
Naman
2026-02-17 03:44:40 +05:30
committed by GitHub
parent 06fe51adfa
commit bf8c7de8f9
52 changed files with 4211 additions and 471 deletions

View File

@@ -28,8 +28,10 @@ console.log(profile.browser_profile_id); // bpf_abc123
|-----------|------|----------|-------------|
| `name` | `string` | Yes | Display name for the profile. |
| `description` | `string` | No | Optional description. |
| `workflow_run_id` | `string` | No | The workflow run ID to snapshot. The run must have used `persist_browser_session: true`. |
| `browser_session_id` | `string` | No | The browser session ID to snapshot. |
| `workflow_run_id` | `string` | Conditional | The workflow run ID to snapshot. The run must have used `persist_browser_session: true`. Required if `browser_session_id` is not provided. |
| `browser_session_id` | `string` | Conditional | The browser session ID to snapshot. Required if `workflow_run_id` is not provided. |
You must provide either `workflow_run_id` or `browser_session_id`.
### Returns `BrowserProfile`