# Create project `POST` `/api/v1/carve/projects` Returns the created project. The project is immediately active and ready to receive data sources and scenarios. ## Request body `application/json` | Field | Type | Required | Description | |-------|------|----------|-------------| | name | string | yes | Name for the new project | ## Response `201 Created` — `application/json` | Field | Type | Description | |-------|------|-------------| | id | string | — | | name | string | — | | status | string | — | | is_sample | boolean | — | | created_at | string | — | | updated_at | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 422 | Unprocessable Entity | | 500 | Internal Server Error |