Projects
Create a project
Deprecated: use POST /org/projects instead. This route will be removed on 2026-11-24.
Create a new project within the authenticated organization.
post/projects
Request body
Example request
{
"name": "staging"
}Response
Project created successfully
Example response
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}