Skip to content

Beta module namespace

finops

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

42 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/finops/alertsfinops:budget:readBearer tokenfinops module route (requires finops:budget:read)
get/v1/m/finops/analytics/team-summaryfinops:spend:readBearer tokenReturns team-level cost aggregation with project/model breakdown and a per-calendar-day trend series for a fixed period (7d/30d/90d).
get/v1/m/finops/budgetsfinops:budget:readBearer tokenfinops module route (requires finops:budget:read)
post/v1/m/finops/budgetsfinops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
get/v1/m/finops/budgets/{id}finops:budget:readBearer tokenfinops module route (requires finops:budget:read)
put/v1/m/finops/budgets/{id}finops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
delete/v1/m/finops/budgets/{id}finops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
get/v1/m/finops/budgets/{id}/statusfinops:budget:readBearer tokenfinops module route (requires finops:budget:read)
get/v1/m/finops/comparisonfinops:spend:readBearer tokenServes GET /comparison — the model cost comparison endpoint.
post/v1/m/finops/costfinops:cost:writeBearer tokenIngests one CostSample over HTTP (the Anthropic cost_report or a live runtime-cost sample) through the SAME canonical onCost path the bus uses — so it shares the natural-key dedup, the attribution resolution and the single-provenance CostRecord ledger; it never opens a second divergent path.
get/v1/m/finops/cost-centersfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
post/v1/m/finops/cost-centersfinops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
get/v1/m/finops/cost-centers/{id}finops:spend:readBearer tokenfinops module route (requires finops:spend:read)
put/v1/m/finops/cost-centers/{id}finops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
delete/v1/m/finops/cost-centers/{id}finops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
get/v1/m/finops/cost-centers/{id}/mappingsfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
post/v1/m/finops/cost-centers/{id}/mappingsfinops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
delete/v1/m/finops/cost-centers/{id}/mappings/{mid}finops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
get/v1/m/finops/forecastfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/model-ratesfinops:spend:readBearer tokenLists rate catalog entries with optional provider/model filters, sorted by effective_from descending (most recent first).
post/v1/m/finops/model-ratesfinops:budget:writeBearer tokenCreates a new rate catalog entry after validating input and checking uniqueness of the (provider, model, effective_from) tuple.
get/v1/m/finops/model-rates/{id}finops:spend:readBearer tokenReturns a single rate catalog entry by ID.
put/v1/m/finops/model-rates/{id}finops:budget:writeBearer tokenReplaces a rate catalog entry by ID.
delete/v1/m/finops/model-rates/{id}finops:budget:writeBearer tokenRemoves a rate catalog entry by ID.
get/v1/m/finops/outcomesfinops:spend:readBearer tokenLists graded outcomes, optionally filtered by subject.
post/v1/m/finops/outcomesfinops:outcomes:writeBearer tokenIngests one graded outcome over HTTP (the operator/automation bridge), auditing the principal's privileged write atomically with its effect.
get/v1/m/finops/recommendationsfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
post/v1/m/finops/seatsfinops:seats:writeBearer tokenUpserts one provider/day seat snapshot (202 Accepted: a re-posted day replaces its values — a snapshot, never additive).
get/v1/m/finops/seats/utilizationfinops:spend:readBearer tokenJoins the seat denominators with the per-day distinct active actors for a provider over an inclusive [from, to] day range.
get/v1/m/finops/spendfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/spend/allocationfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/spend/exportfinops:spend:readBearer tokenStreams the cost read-model as a FOCUS-conformant CSV.
get/v1/m/finops/spend/reconciliationfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/spend/summaryfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/spend/trendfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/spend/unifiedfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/statementsfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
post/v1/m/finops/statements/generatefinops:budget:writeBearer tokenfinops module route (requires finops:budget:write)
get/v1/m/finops/statements/{id}finops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/statements/{id}/exportfinops:spend:readBearer tokenfinops module route (requires finops:spend:read)
get/v1/m/finops/valuefinops:spend:readBearer tokenServes the cost-per-outcome breakdown by ?dimension (agent|identity| session, default agent) over the standard since/until window.
get/v1/m/finops/value/summaryfinops:spend:readBearer tokenServes the CFO panel (totals + cancellation-risk list).