workspaces
Create a workspace
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.