Create an organization
POST/auth/organizations
Create a new organization inside the current application × environment. Membership is many-to-many — add end users via POST /auth/organizations/{id}/members. The Default organization for the environment is auto-created at migration time and cannot be created via API.
Request
Responses
- 201
- 400
- 402
- 409
- 429
Organization created
Validation error
Organizations are a Pro feature (sc-5597)
Slug already exists in this environment
Organization creation rate limit exceeded (sc-5599). Applies to every
plan, including Enterprise — an abuse ceiling, not a plan quota. The
Retry-After header gives the seconds to wait.