Skip to main content
POST
Create project
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Body

application/json
name
string
required

Project name

Required string length: 1 - 64
Example:

"production"

description
string

Project description

default_region
enum<string>

Default region for resources

Available options:
us-east
Example:

"us-east"

Response

Project created successfully

success
boolean
data
object
Last modified on May 8, 2026