Create Context
Contexts
Create Context
Open a new browser context
PUT
Create Context
Documentation Index
Fetch the complete documentation index at: https://docs.rustybrowser.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Creates a new isolated browser context within an existing session. Contexts are similar to incognito windows — they share the browser process but have separate cookies, storage, and sessions. Useful for running multiple independent tabs or user sessions in parallel within a single browser.Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Request Body
No request body required.Response
The ID of the newly created context. Pass this as
:ctx_id when targeting context-specific operations.
