Python uses
snake_case (e.g., create_browser_profile); TypeScript uses camelCase (e.g., createBrowserProfile). Parameter tables show Python names. TypeScript names are the camelCase equivalents.Parameters
You must provide either
workflow_run_id or browser_session_id.
Returns BrowserProfile
Example: Create a profile from a login workflow
Session archiving is asynchronous. If
create_browser_profile fails immediately after a run or session ends, wait a few seconds and retry. A 400 error saying the session was not configured to generate a browser profile is permanent — recreate the session with generate_browser_profile enabled. See Save a session’s profile.Request options
Override timeout, retries, or headers for this call by passingrequest_options (Python) or a second options argument (TypeScript).

