Skip to main content
POST
Create a project

Authorizations

Authorization
string
header
required

Permanent personal API key created in the dashboard. Example: curl -H "Authorization: Bearer aty_…" https://your-host/v1/projects

Body

application/json
name
string
required
Required string length: 1 - 120
Example:

"Research inbox"

description
string
Maximum string length: 1000
tags
string[]
Maximum array length: 20
Maximum string length: 50

Response

Project created.

id
string<uuid>
required
name
string
required