Projects
Create a project
post/v1/projects
Request body
Example request
{
"db_pass": "correct-horse-battery-staple",
"name": "acme-prod",
"organization_slug": "tsrqponmlkjihgfedcba",
"region": "us-east-1"
}Response
Example response
{
"ref": "abcdefghijklmnopqrst",
"organization_slug": "tsrqponmlkjihgfedcba"
}