Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Waxell Cost Management API

Model cost catalog and tenant-level overrides

Waxell Cost Management API is one of 6 APIs that Waxell publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 6 JSON Schema definitions.

Tagged areas include Cost Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and 6 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{tenant}.waxell.dev.

3 operations 2 paths 1 schemas 1 DELETE1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://{tenant}.waxell.dev/api/v1/observe
Authentication
API Key, HTTP Bearer
Contact
License
Proprietary
Resource Areas
1

Authentication & Security 2

Waxell Cost Management API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Wax-Key (WaxKey). It accepts HTTP bearer tokens (wax_sk) (BearerAuth). By default, every request must be authenticated.

  • WaxKey — Waxell API key issued in the dashboard. Format waxsk....
  • BearerAuth — Same waxsk key passed as a Bearer token.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Cost Management 3

Model cost catalog and tenant-level overrides

GET
/api/v1/observe/model-costs/
List Model Costs
listModelCosts → 200
PUT
/api/v1/observe/model-costs/{model_id}/
Override Model Cost
setModelCost 1 param body → 200
DELETE
/api/v1/observe/model-costs/{model_id}/
Remove Model Cost Override
deleteModelCost 1 param → 204

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ModelCost (6 properties). Each schema is shown below with its type and property counts.

ModelCost
object
6 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

waxell-cost-management-api-openapi.yml Raw ↑

Other APIs Waxell publishes across the network.

Waxell Developer MCP Server
Waxell Governance API
Waxell Prompts API
Waxell Runs API
Waxell Telemetry API