Create workspace

Create a workspace in an organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization that will own the workspace.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Request

This endpoint expects an object.
namestringRequired

Name shown to users. Required and non-blank.

Response

The created workspace and its default configuration.
workspaceobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error