v1
latestOpenAPI 3.0.22026-08-062794201004.1 KBProjects
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
Example request
{
"name": "My Project",
"description": "My awesome project"
}Response
Successfully created a project under the organization.
Example response
{
"id": "ffffffff-aaaa-1414-eeee-000000000000"
}