Skip to main content
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

string
required
Display name for the project.
string
required
URL-safe identifier. Must match ^[a-z0-9-]+$. Must be unique within the organization.

Response

Returns the created project with its seeded environments array.