Browser Profiles

Create a browser profile

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

post/v1/browser_profiles

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Request body

namestring required

Name for the browser profile

descriptionstring nullable

Optional profile description

browser_session_idstring nullable

Persistent browser session to convert into a profile

workflow_run_idstring nullable

Workflow run whose persisted session should be captured

Response

Successfully created browser profile

browser_profile_idstring required
organization_idstring required
namestring required
descriptionstring nullable
source_browser_typestring nullable
created_atstring date-time required
modified_atstring date-time required
deleted_atstring date-time nullable

Changes