Workspaces

Create a workspace

POSThttps://backend.immut.io/api/v1/workspaces

Required scope: workspaces:write

Most organisations use the one they already have; list them with GET /workspaces first rather than creating a second.

Request body

Content type: application/json (required)

FieldTypeRequiredDescription
namestringyesworkspace name (required)

Responses

StatusMeaning
200Success
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

Example

curl -X POST "https://backend.immut.io/api/v1/workspaces" \
  -H "Authorization: Bearer $IMMUT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"<name>"}'

Generated from the immut API contract, version 1.9.0. Machine-readable: this page as markdown · everything in one file · OpenAPI