Projects
Create Project
Creates a new project with three default environments.
POST
Creates a project and automatically seeds three environments:
production, staging, and development.
Project deletion is not available via the API. Deleting a project cascades to all its environments, flags, flag versions, proposals, and audit log entries — a change that is irreversible. To delete a project, contact support.
Body
Display name for the project.
URL-safe identifier. Must match
^[a-z0-9-]+$. Must be unique within the organization.Response
Returns the created project with its seededenvironments array.