Workspaces
Create a workspace and bootstrap its first owner
The workspace and creator membership are persisted atomically. Replaying the same idempotency key and normalized request returns the original result.
post/api/workspaces
Headers
Idempotency-Keystring required
Caller-generated key used to replay a mutation safely.
Request body
Response
Workspace created, or the original creation response replayed
Example response
{
"createdAt": "2026-08-18T12:00:00Z",
"updatedAt": "2026-08-18T12:00:00Z"
}Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○