Skip to main content
POST
Core - Create project

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Project name. Names must be non-empty and at most 128 characters.

teams
string[]

Team identifiers to associate with the project.

description
string

Optional human-readable description, at most 500 characters.

Response

200 - application/json

OK

project
object
required

Newly created project.