Projects
Create a new project
Creates a new project within the specified organization. Projects are containers for database branches and resources.
POST
Create a new project
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique identifier of the organization to create the project in
Pattern:
[a-zA-Z0-9_-~:]+Body
application/json
Response
Project successfully created
Details of a project including its ID, name, and creation/update timestamps
Unique identifier for the project
Human-readable name of the project
Timestamp when the project was created
Timestamp when the project was last updated
Configuration details for a project, including its scale to zero settings
Create a new project