Create a new workspace
Creates a new collaborative workspace within the organization for team-based data modeling and analysis activities.
Authorization: Requires organization admin permissions. Features: Workspaces support document management and package access control.
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.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Body
Represents a collaborative workspace for team-based data modeling and analysis
The unique name of the workspace within its organization
^[a-zA-Z0-9_-]+$Human-readable description of the workspace's purpose and scope
ISO 8601 timestamp indicating when the workspace was created
ISO 8601 timestamp indicating when the workspace was last modified
Array of package resource identifiers that are accessible in this workspace
Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$The type of workspace. PersonalInfra for personal workspaces, Group for shared workspaces.
PersonalInfra, Group Response
Workspace created successfully
Represents a collaborative workspace for team-based data modeling and analysis
The unique name of the workspace within its organization
^[a-zA-Z0-9_-]+$Human-readable description of the workspace's purpose and scope
ISO 8601 timestamp indicating when the workspace was created
ISO 8601 timestamp indicating when the workspace was last modified
Array of package resource identifiers that are accessible in this workspace
Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$The type of workspace. PersonalInfra for personal workspaces, Group for shared workspaces.
PersonalInfra, Group