Skip to main content
POST
Create New Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Project name

orgId
string
required

Parent organization identifier

region
string
required

Project region

password
string<password>
required

Database password for the project

Response

Project created successfully

id
string

Project identifier

name
string

Project name

status
enum<string>

Project status

Available options:
active,
inactive,
deleted
region
string

Project region

pgVersion
integer

PostgreSQL version

createdAt
string<date-time>

Creation time

updatedAt
string<date-time>

Update time

organization
object