---
title: "Creates a new profile"
method: POST
path: "/api/profile"
---

# Creates a new profile

`POST /api/profile`

## Request body

- CreateProfileParams
  - `name` string

## Response `200`

Profile created

- CreateProfileResponse
  - `id` string
  - `name` string, nullable

---

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