Create Project

Creates a new project within your organization. A default project-scoped API key is provisioned with the project — its full value is returned once in this response. Optionally pass email to assign an existing organization member (by email) as the project’s Owner.

Headers

CONFIDENT_API_KEYstringRequired
The organization API key for your Confident AI organization.

Request

namestringRequired

Name of the project (must be unique within the organization)

descriptionstringOptional
Optional description of the project
emailstringOptionalformat: "email"
Optional email of an existing organization member to assign as the project's Owner. If omitted, the project has no member and is accessible via its API key and to organization admins.

Response

successboolean
Indicates if the request was successful
dataobject