v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
Projects

Create Project

Creates a new project under the organization.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Owner
  • Project Creator

To learn more, see Organization, Project, and Database Access Overview.

post/v4/organizations/{organizationId}/projects

Request body

namestring required

The name of the project (up to 128 characters).

descriptionstring

A short description of the project (up to 256 characters).

Example request

{
  "name": "My Project",
  "description": "My awesome project"
}

Response

Successfully created a project under the organization.

idstring uuid required

The ID of the project created.

Example response

{
  "id": "ffffffff-aaaa-1414-eeee-000000000000"
}