Creates a new project, optionally seeded from a template.
Creates a new project, optionally seeded from a template.
Creates a project and returns it.
POST
/projectsBearer token — `Bearer dxb_live_…`.
Response
201Project created
409Slug already in use
cURL
curl --request POST \ --url https://api.doxbrix.io/v1/projects
{ "id": "prj_01J8", "name": "Mobile SDK", "slug": "mobile-sdk", "visibility": "private" }