Skip to main content
POST
Create Organization

Authorizations

Authorization
string
header
required

A control-plane management key using the sk-cp- prefix. Inference keys are not accepted by control-plane endpoints.

Body

application/json
name
string
required

Org name, e.g. My Org

Required string length: 1 - 200
slug
string
default:""

Organization handle, globally unique and usable in place of the id; derived from the name when omitted

Maximum string length: 63
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Response

Successful Response

data
OrgOut · object
required