curl --request POST \
--url http://localhost:3333/v1/browserbase/automations/{automationId}/start-live \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Creates a session and returns live view URL for watching execution
curl --request POST \
--url http://localhost:3333/v1/browserbase/automations/{automationId}/start-live \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Was this page helpful?