{
  "format": "delx/intent-card/v1",
  "id": "status-retry-classify-api",
  "intent": "Status Retry Classify for an agent workflow",
  "title": "Status Retry Classify API for agents",
  "description": "Status Retry Classify: Status Retry Classify classifies whether a method and status pair is retryable under caller policy from bounded caller-supplied values without an external provider. Call Status Retry Classify before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Status Retry Classify as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Status Retry Classify API",
    "Status Retry Classify for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/status-retry-classify-api",
  "machine_url": "https://commerce.delx.ai/intents/status-retry-classify-api.json",
  "recommendation": {
    "tool_name": "util_status_retry_classify",
    "service_name": "Status Retry Classify",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/status-retry-classify",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "method": {
          "type": "string",
          "maxLength": 8192,
          "description": "Method supplied to Status Retry Classify; used only for this bounded calculation and processed in memory without retention."
        },
        "status": {
          "type": "integer",
          "description": "Status supplied to Status Retry Classify; used only for this bounded calculation and processed in memory without retention."
        },
        "retry_statuses": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "integer"
          },
          "description": "Retry Statuses supplied to Status Retry Classify; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "method",
        "status",
        "retry_statuses"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "method": "GET",
      "status": 503,
      "retry_statuses": [
        429,
        502,
        503,
        504
      ]
    },
    "example_output": {
      "schema": "delx/util-status-retry-classify/v1",
      "operation": "web_reliability:status_retry_classify",
      "status": "pass",
      "result": {
        "method": "GET",
        "status": 503,
        "retryable": true
      },
      "evidence": {
        "input_sha256": "498b1dd98fa721e8dccb60815f018e41efb4d8f4369e1e3c772d8cb76c50f32f",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/status-retry-classify -m POST -H 'x-delx-source: intent-card-status-retry-classify-api' --max-amount 0.001 -b '{\"method\":\"GET\",\"status\":503,\"retry_statuses\":[429,502,503,504]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-status-retry-classify-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/status-retry-classify"
  }
}
