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/projectsBody
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project name (max 80 chars). |
description | string | No | Description. |
clientName | string | No | Client name. |
category | string | No | client | internal | startup | personal. |
deadline | number | No | Deadline (epoch ms). |
Response
Returns { "project": { ... } }. Writes are attributed to the organization owner (createdBy).