# Create budget **POST /data/projects/{project_id}/budgets** Create a budget for given production. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier ### Body: application/json (object) - **name** (string) Budget name - **currency** (string) Budget currency code ## Responses ### 201 Budget created #### Body: application/json (object) - **id** (string(uuid)) Budget unique identifier - **name** (string) Budget name - **currency** (string) Budget currency code ### 400 Invalid parameters [Powered by Bump.sh](https://bump.sh)