Create Workspace
Workspaces
Create Workspace
Creates a new workspace.
POST
Create Workspace
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The name of the workspace (case-insensitive, max 50 characters).
A description of the workspace. Defaults to “I have a description :)”.
An array of tags for the workspace. Defaults to [“discord”, “programming”, “software”, “technology”].
Response
The details of the created workspace.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated.PLAN_RESTRICTED_FEATURE: The user’s plan does not allow creating workspaces.ORGANIZATION_NAME_ALREADY_EXISTS: An workspace with the provided name already exists.
A descriptive message providing additional details about the error.