{
  "format": "delx/intent-card/v1",
  "id": "queue-wait-estimate-api",
  "intent": "Queue Wait Estimate for an agent workflow",
  "title": "Queue Wait Estimate API for agents",
  "description": "Estimate queue wait from depth, mean service time, and workers — call when estimating wait from depth, service time, and workers. 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": [
    "Queue Wait Estimate API",
    "Queue Wait Estimate for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/queue-wait-estimate-api",
  "machine_url": "https://commerce.delx.ai/intents/queue-wait-estimate-api.json",
  "recommendation": {
    "tool_name": "util_queue_wait_estimate",
    "service_name": "Delx Queue Wait Estimate",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/queue-wait-estimate",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "queue_depth": {
          "description": "Items waiting ahead of the new job.",
          "type": "number"
        },
        "service_ms": {
          "description": "Mean service time per item in milliseconds.",
          "type": "number"
        },
        "workers": {
          "description": "Number of parallel workers draining the queue.",
          "type": "number"
        }
      },
      "required": [
        "queue_depth",
        "service_ms"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "queue_depth": 10,
      "service_ms": 200,
      "workers": 2
    },
    "example_output": {
      "schema": "delx/util-queue-wait-estimate/v1",
      "queue_depth": 10,
      "service_ms": 200,
      "workers": 2,
      "estimated_wait_ms": 1000
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/queue-wait-estimate -m POST -H 'x-delx-source: intent-card-queue-wait-estimate-api' --max-amount 0.003 -b '{\"queue_depth\":10,\"service_ms\":200,\"workers\":2}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-queue-wait-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/queue-wait-estimate"
  }
}
