Body Parameters
Optional description of the project
Response
Indicates if the request was successful
A message describing the result of the operation
The created project object
Unique identifier for the project
Description of the project (if provided)
Timestamp when the project was created
Timestamp when the project was last updated
Response Example
{
"success": true,
"message": "Project created successfully",
"data": {
"id": "proj_01JTD1G189Y47YNPWNJDYRXW39",
"name": "New Project",
"createdAt": "2025-05-04T06:59:47.599Z",
"updatedAt": "2025-05-04T06:59:47.599Z"
}
}