Create a company
This endpoint allows authorized users to create a new company.
Only SysAdmin and Account Manager roles can create companies.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Company name (max 32 characters, alphanumeric + spaces/hyphens/underscores)
32^[a-zA-Z0-9 \-_]+$DPO contact email
Maximum allowed active users for this company
Whether company admins can manage SSO configuration
Automatically create user accounts when users log in via external auth (SSO/LDAP) for the first time.
Company workspace storage limit in MB
Personal workspace storage limit in MB
Custom workspace storage limit in MB
Enable automatic document tagging using Knowledge Graph (requires global setting also enabled)
Enable automatic document summarization using Knowledge Graph (requires global setting also enabled)
Enable automatic query suggestion generation using Knowledge Graph (requires global setting also enabled)
Response
Company created successfully
Serializer for company creation response
The name of the company registered in the instance.
255If the company admins of this company can create & manage their SSO configuration.
Contact email displayed in user profiles for data privacy inquiries.
254Maximum allowed active users for this company license.
-2147483648 <= x <= 2147483647Automatically create user accounts when users log in via external auth (SSO/LDAP) for the first time.
Total storage ceiling for all workspace uploads combined (personal + all shared workspaces), in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Limit for all combined personal workspaces in this company, in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Limit for all combined shared workspaces in this company (including the company workspace), in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Authentication method(s) allowed for users in this company.
password- Passwordsso- Single Sign Onldap- LDAP
password, sso, ldap Enable automatic document tagging using Knowledge Graph. Disabling this prevents token consumption for LLM-based tagging. Global setting must also be enabled.
Enable automatic document summarization using Knowledge Graph. Disabling this prevents token consumption for LLM-based summaries. Global setting must also be enabled.
Enable automatic query suggestion generation using Knowledge Graph. Disabling this prevents token consumption for LLM-based query suggestions. Global setting must also be enabled.
Commercial tier for this company. Drives entitlements and billing posture.
free- Freepay-as-you-go- Pay-as-you-gobusiness- Business
free, pay-as-you-go, business