Creates a workspace for the authenticated developer. A workspace slug is generated from the workspace name and used as the workspace identifier. Workspace slugs must be globally unique. Generated slugs will only include ASCII characters. Spaces and non-ASCII characters are replaced with hyphens.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The name of the new workspace
Parameters for creating a new workspace.
Created workspace
The response is of type object
.