# Create entity **POST /data/entities** Create a new entity with data provided in the request body. JSON format is expected. Requires manager access to the project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **name** (string) - **project_id** (string(uuid)) - **entity_type_id** (string(uuid)) - **status** (string) - **data** (object) ## Responses ### 201: Entity created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **entity_type_id** (string(uuid)) - **status** (string) - **data** (object) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)