{
  "format": "delx/intent-card/v1",
  "id": "referrer-policy-check-api",
  "intent": "Referrer Policy Check for an agent workflow",
  "title": "Referrer Policy Check API for agents",
  "description": "Referrer Policy Check: Referrer Policy Check classifies a Referrer-Policy value against a caller allowlist from bounded caller-supplied values without an external provider. Call Referrer Policy Check 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 Referrer Policy Check 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": [
    "Referrer Policy Check API",
    "Referrer Policy Check for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/referrer-policy-check-api",
  "machine_url": "https://commerce.delx.ai/intents/referrer-policy-check-api.json",
  "recommendation": {
    "tool_name": "util_referrer_policy_check",
    "service_name": "Referrer Policy Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/referrer-policy-check",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "maxLength": 8192,
          "description": "Value supplied to Referrer Policy Check; used only for this bounded calculation and processed in memory without retention."
        },
        "allowed": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "string",
            "maxLength": 8192
          },
          "description": "Allowed supplied to Referrer Policy Check; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "value",
        "allowed"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "value": "strict-origin-when-cross-origin",
      "allowed": [
        "no-referrer",
        "strict-origin",
        "strict-origin-when-cross-origin"
      ]
    },
    "example_output": {
      "schema": "delx/util-referrer-policy-check/v1",
      "operation": "web_reliability:referrer_policy_check",
      "status": "pass",
      "result": {
        "value": "strict-origin-when-cross-origin",
        "accepted": true
      },
      "evidence": {
        "input_sha256": "d9c8b9b264fe994897afb78430721e7bed86899de05bf6d219f03a39c301eaa1",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/referrer-policy-check -m POST -H 'x-delx-source: intent-card-referrer-policy-check-api' --max-amount 0.001 -b '{\"value\":\"strict-origin-when-cross-origin\",\"allowed\":[\"no-referrer\",\"strict-origin\",\"strict-origin-when-cross-origin\"]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-referrer-policy-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/referrer-policy-check"
  }
}
