---
title: "Add a new browser instance"
method: POST
path: "/browsers"
tags: ["browser"]
---

# Add a new browser instance

`POST /browsers`

Creates a new browser instance for load testing with the provided user credentials

## Request body

- object
  - `user` string, required — User ID or email address of the user to create a browser session for
  - `password` string, required — Password of the user

## Response `201`

Default Response

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Default Response

---

[API](https://skmtc.dev/mattermost/apis/ltbrowser-api.md) · [All operations](https://skmtc.dev/mattermost/apis/ltbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mattermost/ltbrowser-api/revisions/97c2903bf28b/schema)
