Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to create a new project

name
string
required

Project name

description
string | null

Optional project description

Response

Project created successfully

Project details response

created_at
string
required

Creation timestamp (RFC3339)

id
string
required

Project ID

name
string
required

Project name

updated_at
string
required

Last update timestamp (RFC3339)

description
string | null

Optional project description