# Create project **POST /projects** Create project with the given data ## Servers - Production environment: https://api.metafold3d.com (Production environment) - Bleeding-edge (unstable) environment: https://dev-api.metafold3d.com (Bleeding-edge (unstable) environment) ## Authentication methods - Oauth2 ## Parameters ### Body: application/json (object) - **name** (string) - **access** (string) Access control ## Responses ### 201 Created #### Body: application/json (object) - **id** (string) - **user** (string) Owner ID - **name** (string) - **access** (string) Access control - **created** (string) ISO 8601 datetime - **modified** (string) ISO 8601 datetime ### 400 Bad Request #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) HTTP response code - **name** (string) Status text corresponding to the HTTP response code - **description** (string) Detailed error message [Powered by Bump.sh](https://bump.sh)