Create a browser profile

Create a browser profile from a persistent browser session or workflow run.

Headers

x-api-keystring or nullOptional
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Request

This endpoint expects an object.
namestringRequired
Name for the browser profile
descriptionstring or nullOptional
Optional profile description
browser_session_idstring or nullOptional
Persistent browser session to convert into a profile
workflow_run_idstring or nullOptional
Workflow run whose persisted session should be captured

Response

Successfully created browser profile
browser_profile_idstring
organization_idstring
namestring
created_atstringformat: "date-time"
modified_atstringformat: "date-time"
descriptionstring or null
deleted_atstring or nullformat: "date-time"

Errors