CAST AI · Schema
CAST AI Cost Report
A Cost Report provides efficiency metrics and cost data for a cluster, including CPU and memory utilization and potential savings.
Auto-ScalingCloud InfrastructureCost OptimizationDevOpsFinOpsKubernetesObservability
Properties
| Name | Type | Description |
|---|---|---|
| clusterId | string | ID of the cluster this report covers. |
| cpuEfficiency | number | CPU efficiency percentage (0-100). |
| memoryEfficiency | number | Memory efficiency percentage (0-100). |
| totalMonthlyCost | number | Total monthly cost in USD before optimization. |
| optimizedMonthlyCost | number | Projected monthly cost in USD after optimization. |
| savingsPercentage | number | Percentage of costs saved through optimization. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/cast-ai/blob/main/json-schema/cost-report.json",
"title": "CAST AI Cost Report",
"description": "A Cost Report provides efficiency metrics and cost data for a cluster, including CPU and memory utilization and potential savings.",
"type": "object",
"properties": {
"clusterId": {
"type": "string",
"format": "uuid",
"description": "ID of the cluster this report covers."
},
"cpuEfficiency": {
"type": "number",
"description": "CPU efficiency percentage (0-100)."
},
"memoryEfficiency": {
"type": "number",
"description": "Memory efficiency percentage (0-100)."
},
"totalMonthlyCost": {
"type": "number",
"description": "Total monthly cost in USD before optimization."
},
"optimizedMonthlyCost": {
"type": "number",
"description": "Projected monthly cost in USD after optimization."
},
"savingsPercentage": {
"type": "number",
"description": "Percentage of costs saved through optimization."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cost-report"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.