{
  "format": "delx/intent-card/v1",
  "id": "ops-health-score-api",
  "intent": "Ops Health Score for an agent workflow",
  "title": "Ops Health Score API for agents",
  "description": "Combine success rate, latency score, and saturation into an ops health band — call when combining success, latency score, and saturation into a band. Use for SRE/ops math agents buy from broad utility catalogs: SLA, error budget, success rate, and health scores with zero upstream cost. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "Ops Health Score API",
    "Ops Health Score for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/ops-health-score-api",
  "machine_url": "https://commerce.delx.ai/intents/ops-health-score-api.json",
  "recommendation": {
    "tool_name": "util_ops_health_score",
    "service_name": "Delx Ops Health Score",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/ops-health-score",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "success_rate_percent": {
          "description": "Success rate 0–100 for the health composite.",
          "type": "number"
        },
        "latency_score": {
          "description": "Latency health score 0–100 (higher is better).",
          "type": "number"
        },
        "saturation_percent": {
          "description": "Saturation 0–100 (higher is worse).",
          "type": "number"
        }
      },
      "required": [
        "success_rate_percent",
        "latency_score",
        "saturation_percent"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "success_rate_percent": 99,
      "latency_score": 90,
      "saturation_percent": 20
    },
    "example_output": {
      "schema": "delx/util-ops-health-score/v1",
      "score": 92.5,
      "band": "healthy",
      "success_rate_percent": 99,
      "latency_score": 90,
      "saturation_percent": 20
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/ops-health-score -m POST -H 'x-delx-source: intent-card-ops-health-score-api' --max-amount 0.003 -b '{\"success_rate_percent\":99,\"latency_score\":90,\"saturation_percent\":20}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-ops-health-score-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/ops-health-score"
  }
}
