Skip to main content
POST
Create Project

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Body

application/json

Model for creating a new project.

name
string
required

Project readable name

Required string length: 1 - 255
Pattern: ^[A-Za-z0-9_\-:/ ]+$
configuration
ProjectConfiguration · object | null

Project configuration

Response

Successful Response

Project response model.

id
string
required

ID of the entity

name
string
required

Project readable name

status
enum<string>
required

Project status

Available options:
active,
archived
created_at
string<date-time>
required

Datetime when the project was created

configuration
ProjectConfiguration · object | null

Project configuration

archived_at
string<date-time> | null

Datetime when the project was archived