Creates a new profile (workspace) in your organization. Requires
the admin role. Every plan caps the number of profiles (403 with
an upgrade hint when exceeded).
Authorization
apiKey *Bearer <token>
Akarso API key from the dashboard. Token in: header
Request Bodyapplication/jsonrequired
name *string
Display name for the new profile
Min length:1Max length:60
Response
200
id *string
Profile ID
name *string
Profile display name
createdAt *string
ISO creation time
default *boolean
True for the organization default profile (the oldest one)
current *boolean
True for the profile this request operates on
400 · Invalid request body, path, or query parameters