Browserbase · JSON Structure

Browserbase Context Structure

The Browserbase Context object representing a reusable encrypted browser profile that can be attached to one or more sessions to persist cookies and authenticated state.

Type: object Properties: 6
Headless BrowserBrowser InfrastructureWeb AutomationAI AgentsWeb ScrapingStagehandPlaywrightPuppeteerWeb SearchWeb FetchModel GatewayMCPSession RecordingAgent Identity

Context is a JSON Structure definition published by Browserbase, describing 6 properties.

Properties

id uploadUrl publicKey cipherAlgorithm initializationVectorSize projectId

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Context",
  "description": "The Browserbase Context object representing a reusable encrypted browser profile that can be attached to one or more sessions to persist cookies and authenticated state.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the context.",
      "example": "ctx_abc123XYZ"
    },
    "uploadUrl": {
      "type": "string",
      "format": "uri",
      "description": "Signed URL used to upload the encrypted context payload."
    },
    "publicKey": {
      "type": "string",
      "description": "Public key used to envelope-encrypt the context payload."
    },
    "cipherAlgorithm": {
      "type": "string",
      "description": "Symmetric cipher algorithm.",
      "example": "AES-256-GCM"
    },
    "initializationVectorSize": {
      "type": "integer",
      "description": "Required IV size, in bytes."
    },
    "projectId": {
      "type": "string",
      "description": "Project the context belongs to."
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/browserbase-context-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.