Create a workspace

Creates a workspace, adds you as its owner, and provisions an initial write key.

Request

This endpoint expects a multipart form.
namestringRequired
website_urlstringRequired
slugstring or nullOptional
timezonestringOptionalDefaults to UTC

Response

Successful Response
idstringformat: "uuid"
namestring
slugstring
timezonestring
roleenum

A member’s role on an Account (the tenant above workspaces).

Grants access to ALL of the account’s workspaces; the role varies the permission level, not which workspaces (see agency design §4). Phase 0 assigns only OWNER; the rest exist for the later agency phase.

created_atdatetime
website_urlstring or nullOptional

Errors

422
Unprocessable Entity Error