Browser Sessions
Create a session
Create a browser session that persists across multiple runs
post/v1/browser_sessions
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
Example request
{
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}Response
Successfully created browser session
Example response
{
"browser_session_id": "pbs_123456",
"status": "created",
"runnable_type": "task",
"runnable_id": "tsk_123456",
"timeout": 60,
"browser_address": "http://localhost:9222",
"app_url": "https://app.skyvern.com/browser-session/pbs_123456"
}