{
  "format": "delx/intent-card/v1",
  "id": "cookie-path-match-api",
  "intent": "Cookie Path Match for an agent workflow",
  "title": "Cookie Path Match API for agents",
  "description": "Cookie Path Match: Cookie Path Match evaluates cookie Path matching for a request path from bounded caller-supplied values without an external provider. Call Cookie Path Match 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 Cookie Path Match 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": [
    "Cookie Path Match API",
    "Cookie Path Match for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/cookie-path-match-api",
  "machine_url": "https://commerce.delx.ai/intents/cookie-path-match-api.json",
  "recommendation": {
    "tool_name": "util_cookie_path_match",
    "service_name": "Cookie Path Match",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/cookie-path-match",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "cookie_path": {
          "type": "string",
          "maxLength": 8192,
          "description": "Cookie Path supplied to Cookie Path Match; used only for this bounded calculation and processed in memory without retention."
        },
        "request_path": {
          "type": "string",
          "maxLength": 8192,
          "description": "Request Path supplied to Cookie Path Match; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "cookie_path",
        "request_path"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "cookie_path": "/api",
      "request_path": "/api/v1/items"
    },
    "example_output": {
      "schema": "delx/util-cookie-path-match/v1",
      "operation": "web_reliability:cookie_path_match",
      "status": "pass",
      "result": {
        "matched": true,
        "cookie_path": "/api",
        "request_path": "/api/v1/items"
      },
      "evidence": {
        "input_sha256": "41bcc556d968f472cd311120316a62e8cf41f4235877caabbfe596074506cb5c",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/cookie-path-match -m POST -H 'x-delx-source: intent-card-cookie-path-match-api' --max-amount 0.001 -b '{\"cookie_path\":\"/api\",\"request_path\":\"/api/v1/items\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-cookie-path-match-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/cookie-path-match"
  }
}
