v25

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-086580241.1 KB
Projects

Create a project

Creates a project in the caller's organization and responds 201 with its detail. Requires organization membership and counts against the plan's maxProjects limit. Guest callers are denied.

post/projects

Request body

namestring required
descriptionstring
organizationIdstring

Defaults to the caller's default organization when omitted.

iconstring
visibility'public' | 'private'

Response

The project was created.

idstring required
namestring required
descriptionstring nullable
iconstring nullable
organizationIdstring nullable
visibilitystring nullable
rolestring

Caller's role on the project, when resolved.

createdAtnumber nullable

Epoch milliseconds.

updatedAtnumber nullable