Back

Create Profile

POST/profiles

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

namestring

The name of the profile/workspace.

description?string

A short description of the profile.

metadata?object

Additional custom key-value pairs.

Response Body

> 201application/json
// POST /profiles
// See cURL example for request shape.
{
  "id": "prof_123",
  "name": "Marketing",
  "createdAt": "2026-03-25T10:00:00Z"
}