Workspaces

✨ Create workspace

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Create a new workspace. Workspaces in Label Studio let you organize your projects and users into separate spaces. This is useful for managing different teams, departments, or projects within your organization. For more information, see the [Workspaces documentation](https://docs.humansignal.com/workspaces).
post/api/workspaces/

Request body

colorstring nullable

Color

descriptionstring nullable

Workspace description

is_archivedboolean

Workspace is archived

is_personalboolean

Workspace is a personal user workspace

titlestring required

Workspace Name

Response

colorstring nullable

Color

created_byinteger required
created_by_userstring required
descriptionstring nullable

Workspace description

idinteger required
is_archivedboolean

Workspace is archived

is_personalboolean

Workspace is a personal user workspace

membershipstring required
projects_countinteger nullable required
titlestring required

Workspace Name

Changes