---
title: "Create a new profile"
method: POST
path: "/profiles"
tags: ["Profiles"]
---

# Create a new profile

`POST /profiles`

Create a browser profile that can be used to load state into future browser sessions.

## Request body

- ProfileRequest — Request body for creating a profile.
  - `name` string — Optional name of the profile. Must be unique within the logical project; during the default-project migration, unscoped profiles and profiles in the org default project are treated as the same project.

## Response `201`

Profile created successfully

- Profile — Browser profile metadata.
  - `id` string, required — Unique identifier for the profile
  - `name` string, nullable — Optional, easier-to-reference name for the profile
  - `created_at` string, date-time, required — Timestamp when the profile was created
  - `updated_at` string, date-time — Timestamp when the profile was last updated
  - `last_used_at` string, date-time — Timestamp when the profile was last used

## Other responses

- `400` — Bad Request – invalid input
- `401` — Unauthorized – missing or invalid authorization token
- `403` — Forbidden – insufficient permissions or plan
- `409` — Conflict – resource already exists
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
