Create project in domain
POST/domains/:domainPid/projects
Creates a project under domainPid with name, slug, and optional description. Requires domain contributor access and an active billing subscription within project limits. Returns 403 when billing is inactive or the org project limit is exceeded; returns 409 when the slug conflicts.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 422
- 503
Success
air/UnauthorizedError
air/ForbiddenError | air/ProjectLimitExceededError | air/BillingInactiveError
NotFound
Conflict
air/SchemaValidationError
air/AuthUnavailableError