Skip to main content
POST
Create a project
This endpoint can only be used with an organization-scoped API key.

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.

Body

application/json

Project request

name
string
required

Project name

Example:

"Luminous Guiding Tower"

members
integer[]
required

List of team members that are part of this project

Required array length: 1 - 100 elements
Example:
settings
object

Project settings

Response

Success, project created

name
string
required

Project name

Example:

"Luminous Guiding Tower"

members
integer[]
required

List of team members that are part of this project

Required array length: 1 - 100 elements
Example:
id
integer

Project ID

Example:

1

slug
string

Project slug

Example:

"luminous-guiding-tower"

settings
object

Project settings

created_at
string<date-time>

Date of creation for the entity

updated_at
string<date-time>

Date of last update for the entity

Last modified on February 12, 2026