{
  "format": "delx/intent-card/v1",
  "id": "latency-sla-check-api",
  "intent": "Latency SLA Check for an agent workflow",
  "title": "Latency SLA Check API for agents",
  "description": "Compare observed latency against an SLA threshold in milliseconds — call when comparing observed latency to an SLA threshold. 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": [
    "Latency SLA Check API",
    "Latency SLA Check for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/latency-sla-check-api",
  "machine_url": "https://commerce.delx.ai/intents/latency-sla-check-api.json",
  "recommendation": {
    "tool_name": "util_latency_sla_check",
    "service_name": "Delx Latency SLA Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/latency-sla-check",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "observed_ms": {
          "description": "Observed latency sample in milliseconds.",
          "type": "number"
        },
        "sla_ms": {
          "description": "SLA latency threshold in milliseconds.",
          "type": "number"
        }
      },
      "required": [
        "observed_ms",
        "sla_ms"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "observed_ms": 420,
      "sla_ms": 500
    },
    "example_output": {
      "schema": "delx/util-latency-sla-check/v1",
      "observed_ms": 420,
      "sla_ms": 500,
      "within_sla": true,
      "overage_ms": 0
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/latency-sla-check -m POST -H 'x-delx-source: intent-card-latency-sla-check-api' --max-amount 0.003 -b '{\"observed_ms\":420,\"sla_ms\":500}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-latency-sla-check-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/latency-sla-check"
  }
}
