---
title: "Create a new browser session"
method: POST
path: "/v1/browserbase/session"
tags: ["Browserbase"]
---

# Create a new browser session

`POST /v1/browserbase/session`

Creates a new browser session using the org context

## Request body

- CreateSessionDto
  - `contextId` string, required — Browserbase context ID

## Response `201`

Session created

- SessionResponseDto
  - `sessionId` string, required
  - `liveViewUrl` string, required

## Changes

- **2026-03-05** `946edaa856a9` — 1 warning
  - deleted the `header` request parameter `X-Organization-Id`

[Change history](https://skmtc.dev/om-network/apis/betayum-api/changes/v1/browserbase/session/post.md)

---

[API](https://skmtc.dev/om-network/apis/betayum-api.md) · [All operations](https://skmtc.dev/om-network/apis/betayum-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/om-network/betayum-api/revisions/ac8d1e4e2e79/schema)
