orgs

Create Organization

post/api/v1/orgs

Request body

display_namestring required
is_personalboolean required
security_contactstring email nullable

Response

Successful Response

idstring uuid required
display_namestring required
tier'no_plan' | 'developer' | 'developer_01_2026' | 'plus' | 'plus_01_2026' | 'enterprise' | 'developer_legacy' | 'plus_legacy' | 'free' | 'enterprise_legacy' | 'startup' | 'startup_v0' | 'partner' | 'premier'
created_atstring date-time nullable
created_by_user_idstring uuid nullable
created_by_ls_user_idstring uuid nullable
modified_atstring date-time nullable
is_personalboolean required
disabledboolean required
sso_login_slugstring nullable
sso_onlyboolean
jit_provisioning_enabledboolean
invites_enabledboolean
public_sharing_disabledboolean
pat_creation_disabledboolean
workspace_admin_can_invite_to_orgboolean
default_sso_provisionboolean
max_api_key_expiry_daysinteger nullable
security_contactstring nullable
max_pat_expiry_daysinteger nullable
max_service_key_expiry_daysinteger nullable
scim_group_name_separatorstring
llm_auth_proxy_enabledboolean nullable
llm_auth_proxy_jwt_audiencestring nullable
ip_allowliststring[] nullable
restrict_browser_secretsboolean nullable
llm_auth_proxy_allowed_urlsstring[] nullable
engine_enabledboolean nullable

Changes

Changed in 5 of the 48 revisions of this API.26

    • added the optional property engine_enabled to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property llm_auth_proxy_allowed_urls to the response with the 200 status

      response-optional-property-added

    • added the optional property restrict_browser_secrets to the response with the 200 status

      response-optional-property-added

    • added the optional property ip_allowlist to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property llm_auth_proxy_enabled from the response with the 200 status

      response-optional-property-removed

    • removed the optional property llm_auth_proxy_jwt_audience from the response with the 200 status

      response-optional-property-removed

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property llm_auth_proxy_enabled to the response with the 200 status

      response-optional-property-added

    • added the optional property llm_auth_proxy_jwt_audience to the response with the 200 status

      response-optional-property-added