Mixedbread · Capability

Mixedbread Billing — Telemetry

Mixedbread Billing — Telemetry. 4 operations. Self-contained Naftiko capability covering one Mixedbread business surface.

Mixedbread Billing — Telemetry is a Naftiko capability published by Mixedbread, one of 15 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Mixedbread and Billing.

Run with Naftiko MixedbreadBilling

Capability Spec

billing-billing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixedbread Billing — Telemetry
  description: 'Mixedbread Billing — Telemetry. 4 operations. Self-contained Naftiko capability covering one Mixedbread business surface.'
  tags:
    - Mixedbread
    - Billing
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      MXBAI_API_KEY: MXBAI_API_KEY
capability:
  consumes:
    - type: http
      namespace: billing-billing
      baseUri: https://api.mixedbread.com
      description: Mixedbread Billing — Telemetry business capability. Self-contained, no shared references.
      resources:
        - name: v1-billing-summary
          path: /v1/billing/summary
          operations:
            - name: summary
              method: GET
              description: Get billing summary
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-billing-stores
          path: /v1/billing/stores
          operations:
            - name: storescosts
              method: GET
              description: List store costs
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-billing-stores-2
          path: /v1/billing/stores/{store_id}/costs/histogram
          operations:
            - name: storecosthistogram
              method: GET
              description: Store cost histogram
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-billing-parsing
          path: /v1/billing/parsing/costs/histogram
          operations:
            - name: parsingcosthistogram
              method: GET
              description: Parsing cost histogram
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
      authentication:
        type: apikey
        key: authorization
        value: 'Bearer {{env.MXBAI_API_KEY}}'
        placement: header
  exposes:
    - type: rest
      namespace: billing-billing-rest
      port: 8080
      description: REST adapter for Mixedbread Billing — Telemetry. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources: []