v1

latestOpenAPI 3.1.02026-07-265817860.8 KB

Create Organization

Creates a new organization for a platform tenant. Reuses existing users and organizations if they already exist.

post/platform/organizations

Request body

user_emailstring email required

Email address of the organization owner. User will be created if it doesn't exist.

namestring required

Display name for the organization.

slugstring required

Unique slug for the organization.

env'test' | 'live' | 'both'

Environment(s) to create API keys for.

Response

Organization created successfully

test_secret_keystring nullable

Autumn test API key for the organization (if env is 'test' or 'both').

live_secret_keystring nullable

Autumn live API key for the organization (if env is 'live' or 'both').