Projects
Create a project
Create a new project within the authenticated organization.
post/org/projects
Request body
Example request
{
"name": "staging"
}Response
Project created successfully
Example response
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}