Create Workspace
Create a Workspace.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Organization to which the Workspace will belong.
Body
The request body for creating a new Workspace.
The Workspace's name.
50"My Workspace"
Whether new Deployments enforce CI/CD deploys by default.
true
The default cloud provider for new Deployments. Must be provided together with defaultRegion. Mutually exclusive with defaultClusterId.
AWS, AZURE, GCP "AWS"
The ID of the default cluster for new Deployments. Mutually exclusive with defaultCloudProvider and defaultRegion.
"clmh9g6zj000008mg77if5wa2"
The default region for new Deployments. Must be provided together with defaultCloudProvider. Mutually exclusive with defaultClusterId.
"us-east-1"
The Workspace's description.
"This is a test workspace"
Response
OK
Whether CI/CD deploys are enforced by default.
true
The time when the Workspace was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
"2023-09-08T12:00:00Z"
The Workspace's ID.
"clm8t5u4q000008jq4qoc3036"
The Workspace's name.
"My Workspace"
The ID of the organization to which the workspace belongs.
"clm8t5u4q000008jq4qoc3036"
The time when the Workspace was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
"2023-09-08T13:30:00Z"
The default cloud provider for new Deployments.
AWS, AZURE, GCP "AWS"
The ID of the default cluster for new Deployments.
"clmh9g6zj000008mg77if5wa2"
The default region for new Deployments.
"us-east-1"
The Workspace's description.
"This is a test workspace"
The name of the Organization to which the Workspace belongs.
"My Organization"