estimate_unit_economics
Calculate cost per user, request, or transaction by dividing total cloud resource costs by expected monthly usage volume.
Instructions
Estimate per-unit economics (cost per user, per request, per transaction) given a Bill of Materials and expected monthly usage volume.
Args: items: Same format as estimate_bom — list of cloud resource PricingSpec dicts plus quantity field. See estimate_bom for full item format. units_per_month: Monthly volume being measured (e.g. 10000 users) unit_label: What the unit represents — "user", "request", "transaction", etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| unit_label | No | user | |
| units_per_month | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||