API/Create Project API

Create Project API

Create a project with an API key.

Create a project in the organization that owns the API key. The slug is generated automatically from the name.

Endpoint

POST /api/v1/projects

Body

FieldTypeRequiredDescription
namestringYesProject name (max 80 chars).
descriptionstringNoDescription.
clientNamestringNoClient name.
categorystringNoclient | internal | startup | personal.
deadlinenumberNoDeadline (epoch ms).

Response

Returns { "project": { ... } }. Writes are attributed to the organization owner (createdBy).