Account
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Request body for POST /v1/me/workspaces.
region is intentionally not exposed here — the workspace is created
in the region of the platform-api pod that handles the request (each
region's CD pipeline serves its own ingress host), and a workspace
cannot migrate between regions. The handler derives it from
app.env.aws_region.
environment has no default: it is a load-bearing routing field
(staging vs production downstream), and PATCH .../convert_environment
is the supported migration path. Callers must commit to a value.
^[a-z0-9][a-z0-9-]*[a-z0-9]$Successful Response
Insufficient permissions or unsupported principal type.
Workspace slug already taken.
Invalid request body.
Identity service unavailable.
Last updated
Was this helpful?

