v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBworkspaces
Create workspace tenant
Creates a new workspace tenant. The authenticated user becomes the workspace admin. Requires a linked billing account.
post/workspaces
Request body
Example request
{
"displayName": "My Workspace",
"groupMappings": [
{
"groupName": "Engineering",
"role": "admin"
}
],
"name": "my-workspace",
"region": "us-west-2",
"runtime": {
"generation": "mk3"
},
"status": "ready"
}Response
successful operation
Example response
{
"displayName": "My Workspace",
"groupMappings": [
{
"groupName": "Engineering",
"role": "admin"
}
],
"name": "my-workspace",
"region": "us-west-2",
"runtime": {
"generation": "mk3"
},
"status": "ready"
}