Projects
Create project
Create a new project within the authenticated account.
post/api/v1/projects
Request body
Example request
{
"name": "production",
"default_region": "us-east"
}Response
Project created successfully
Example response
{
"data": {
"name": "production",
"slug": "production",
"default_region": "us-east"
}
}