v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-271727149.6 KB
Workplaces

Create a new workplace.

post/v1/workplaces

Request body

namestring required

a string with no leading or trailing whitespace

type'remote' | 'office' required

Response

Success

idstring required

Public workplace identifier

namestring required
type'remote' | 'office' required
status'active' | 'archived' required
createdAtstring required

a string to be decoded into a Date

Example response

{
  "id": "wkp_1234",
  "name": "Warp HQ"
}