Browser

Get Browser Details.

get/v1/devboxes/browsers/{id}

Path parameters

idstring required

The Browser ID

Response

OK

connection_urlstring required

The url to enable remote connection from browser automation tools like playwright.

live_view_urlstring required

The url to view the browser window and enable user interactions via their own browser. You can control the interactivity of the browser by adding or removing 'view_only' query parameter. view_only=1 will allow interaction and view_only=0 will disable interaction.

Changes