Create
Create a new project.
Headers
X-API-KEY
Request
This endpoint expects an object.
name
Unique project name.
directory_id
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
id
Project ID
name
Unique project name.
users
Users associated to the project.
data_count
The count of datapoints that have been logged to the project.
feedback_types
The feedback types that have been defined in the project.
team_id
Unique ID of the team the project belongs to. Starts with tm_
.
created_at
updated_at
active_config
Config that has been set as the project’s active deployment.
config_type
An enumeration.
Allowed values:
active_evaluators
Evaluators that have been set as active for the project.
directory_id
String ID of the directory the project belongs to. Starts with dir_
.