---
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

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/6e22489e33cb/schema)
