{
  "format": "delx/intent-card/v1",
  "id": "link-header-parse-api",
  "intent": "Link Header Parse for an agent workflow",
  "title": "Link Header Parse API for agents",
  "description": "Link Header Parse: Link Header Parse parses bounded Link header targets and relation parameters from bounded caller-supplied values without an external provider. Call Link Header Parse 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 Link Header Parse 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": [
    "Link Header Parse API",
    "Link Header Parse for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/link-header-parse-api",
  "machine_url": "https://commerce.delx.ai/intents/link-header-parse-api.json",
  "recommendation": {
    "tool_name": "util_link_header_parse",
    "service_name": "Link Header Parse",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/link-header-parse",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "header": {
          "type": "string",
          "maxLength": 8192,
          "description": "Header supplied to Link Header Parse; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "header"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "header": "\u003chttps://api.example.com/items?page=2>; rel=next"
    },
    "example_output": {
      "schema": "delx/util-link-header-parse/v1",
      "operation": "web_reliability:link_header_parse",
      "status": "pass",
      "result": {
        "entries": [
          {
            "value": "https://api.example.com/items?page=2",
            "parameters": {
              "rel": "next"
            }
          }
        ],
        "count": 1
      },
      "evidence": {
        "input_sha256": "c29e9d075fe214f8f36932c4673fa5d7a8d63984c8a0ca8a21112ef48942249c",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/link-header-parse -m POST -H 'x-delx-source: intent-card-link-header-parse-api' --max-amount 0.001 -b '{\"header\":\"\u003chttps://api.example.com/items?page=2>; rel=next\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-link-header-parse-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/link-header-parse"
  }
}
