Create project
Create a new project with the given key and name. Project keys must be unique within an account.
Headers
Authorization
Request
This endpoint expects an object.
name
A human-friendly name for the project.
key
A unique key used to reference the project in your code.
includeInSnippetByDefault
Whether or not flags created in this project are made available to the client-side JavaScript SDK by default.
defaultClientSideAvailability
Controls which client-side SDKs can use new flags by default.
environments
Creates the provided environments for this project. If omitted default environments will be created instead.
namingConvention
The flag key convention for this project
Response
Project response
_links
The location and content type of related resources
_id
The ID of this project
key
The key of this project
includeInSnippetByDefault
Whether or not flags created in this project are made available to the client-side JavaScript SDK by default
name
A human-friendly name for the project
environments
A list of environments for the project
defaultClientSideAvailability
Describes which client-side SDKs can use new flags by default
_access
Details on the allowed and denied actions for this project
defaultReleasePipelineKey
The key of the default release pipeline for this project