keelwave
API ReferenceAdmin · Projects

Creates a project

POST
/admin/orgs/{orgID}/projects

Creates a tenant project scoped to the org. Requires admin role.

Path Parameters

orgID*string

Organization UUID

Request Body

application/json

Project payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/admin/orgs/string/projects" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "created_at": "string",  "id": "string",  "name": "string",  "organization_id": "string"}