{
  "format": "delx/intent-card/v1",
  "id": "p95-estimate-api",
  "intent": "P95 Estimate for an agent workflow",
  "title": "P95 Estimate API for agents",
  "description": "Estimate p95 latency from a bounded numeric sample — call when estimating p95 from a bounded numeric sample. 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": [
    "P95 Estimate API",
    "P95 Estimate for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/p95-estimate-api",
  "machine_url": "https://commerce.delx.ai/intents/p95-estimate-api.json",
  "recommendation": {
    "tool_name": "util_p95_estimate",
    "service_name": "Delx P95 Estimate",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/p95-estimate",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "samples": {
          "description": "Latency or metric samples for quantile estimation.",
          "type": "array"
        }
      },
      "required": [
        "samples"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "samples": [
        10,
        20,
        30,
        40,
        50,
        60,
        70,
        80,
        90,
        100,
        200
      ]
    },
    "example_output": {
      "schema": "delx/util-p95-estimate/v1",
      "count": 11,
      "p95": 200,
      "min": 10,
      "max": 200,
      "advisory": "Order-statistic estimate on the provided sample only."
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/p95-estimate -m POST -H 'x-delx-source: intent-card-p95-estimate-api' --max-amount 0.003 -b '{\"samples\":[10,20,30,40,50,60,70,80,90,100,200]}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-p95-estimate-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/p95-estimate"
  }
}
