Workspaces

Create a workspace

Creates a new AI workspace. Only one free (base) workspace is allowed per user. The workspace name must be unique.

post/v1/workspaces

Request body

namestring required

Unique workspace name (lowercase, 3-50 chars). Cannot be "liara".

plan'base' | 'standard' | 'pro' required

Workspace plan tier

Response

Workspace created

Changes

No recorded changes to this endpoint across all 1 revision of this API.