Create Workspace

Create a Workspace.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the Workspace will belong.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired<=50 characters
The Workspace's name.
cicdEnforcedDefaultbooleanOptional

Whether new Deployments enforce CI/CD deploys by default.

descriptionstringOptional
The Workspace's description.

Response

OK
cicdEnforcedDefaultboolean

Whether CI/CD deploys are enforced by default.

createdAtdatetime

The time when the Workspace was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ

idstring
The Workspace's ID.
namestring
The Workspace's name.
organizationIdstring
The ID of the organization to which the workspace belongs.
updatedAtdatetime

The time when the Workspace was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ

createdByobject or null
descriptionstring or null
The Workspace's description.
organizationNamestring or null
The name of the Organization to which the Workspace belongs.
updatedByobject or null

Errors