Base route: /api/project
This API endpoint creates a new project within a specific workspace. Projects serve as the primary container for deployment processes, releases, and variables.
POST /api/project
{
"workspaceId": "string",
"name": "string",
"description": "string"
}
{
"projectId": "string"
}