| principalId | UUID | Reference to the Principal (user/team) this budget applies to | [optional] |
| name | String | Budget name (e.g. "Q4 2025 API Budget") | [optional] |
| periodStart | OffsetDateTime | Start of budget period | [optional] |
| periodEnd | OffsetDateTime | End of budget period | [optional] |
| maxCostTokens | Double | Maximum cost tokens allowed in this period | [optional] |
| maxExecutions | Integer | Maximum workflow executions allowed in this period | [optional] |
| currentCostTokens | Double | Current cost tokens consumed | [optional] |
| currentExecutions | Integer | Current workflow executions count | [optional] |
| alertThreshold | Double | Percentage threshold to trigger alerts (e.g. 0.8 for 80%) | [optional] |
| killSwitchEnabled | Boolean | Whether to block executions when budget exceeded | [optional] |
| status | StatusEnum | Budget status | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |