Create a new organization
Creates a new organization with the specified configuration. Organizations serve as the top-level container for all resources including projects, packages, workspaces, and user groups.
Authorization: Requires system-level admin permissions or appropriate organizational creation rights. Validation: Organization names must be unique and follow naming conventions. Side Effects: Creates default permissions and initializes organizational structure.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Represents an organization entity that serves as the top-level container for all resources
The unique identifier for the organization, used in API paths and resource references
^[a-zA-Z0-9_-]+$Human-readable name for the organization, displayed in user interfaces
ISO 8601 timestamp indicating when the organization was created
ISO 8601 timestamp indicating when the organization was last modified
Response
Organization created successfully
Represents an organization entity that serves as the top-level container for all resources
The unique identifier for the organization, used in API paths and resource references
^[a-zA-Z0-9_-]+$Human-readable name for the organization, displayed in user interfaces
ISO 8601 timestamp indicating when the organization was created
ISO 8601 timestamp indicating when the organization was last modified