Create

Create a new project.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
namestringRequired
Unique project name.
directory_idstringOptional

ID of directory to assign project to. Starts with dir_. If not provided, the project will be created in the root directory.

Response

Successful Response
idstring
Project ID
namestring
Unique project name.
userslist of objects
Users associated to the project.
data_countinteger
The count of datapoints that have been logged to the project.
feedback_typeslist of objects
The feedback types that have been defined in the project.
team_idstring

Unique ID of the team the project belongs to. Starts with tm_.

created_atdatetime
updated_atdatetime
active_configobject or null
Config that has been set as the project's active deployment.
config_typeenum or null
An enumeration.
Allowed values:
active_evaluatorslist of objects or null
Evaluators that have been set as active for the project.
directory_idstring or null

String ID of the directory the project belongs to. Starts with dir_.

Errors