Create Organization Workspace
Organizations
Create Organization Workspace
Create a new workspace under an organization
POST
Create Organization Workspace
POST /organizations//workspaces
Provisions a new workspace within the organization. The workspace is initialized with default settings, an API key, and appropriate membership records.Notes
- Requires
owneroradminrole. Members and viewers cannot create workspaces. - The
identifierfield is required and serves as the human-readable workspace name. - On success, the response includes the new
workspace_id,identifier,organization_id, and a one-timeapi_key. Store the API key securely — it cannot be retrieved again.
- The calling user is automatically assigned
ownerrole on the new workspace. - All existing organization owners are granted
admin-level access to the new workspace. - Default workspace settings (modeling defaults, preferences) are applied automatically.
- See List Organization Workspaces to view all workspaces after creation.
