v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Organizations

Create an organization

Create a new organization. Requires an Enterprise account. The creator is automatically added as owner.

post/v1/orgs

Request body

namestring required

Display name for the org

slugstring

URL-safe slug (auto-generated from name if omitted)

Response

Default Response

object required

Example response

{
  "Id": 4,
  "name": "Alpha Response Team",
  "slug": "alpha-response",
  "owner_user_id": "7",
  "api_key": "p7s_org_abc123"
}