DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

Cookie Set Parse

Cookie Set Parse: Cookie Set Parse parses one Set-Cookie value into name, value, and attributes from bounded caller-supplied values without an external provider. Call Cookie Set 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 Cookie Set 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.

webhttpreliability

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/cookie-set-parse -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"header":"sid=abc; Path=/; Secure; HttpOnly; SameSite=Lax"}'
InputPOST /api/v1/x402/cookie-set-parse
{
  "header": "sid=abc; Path=/; Secure; HttpOnly; SameSite=Lax"
}
Delivered resultapplication/json
{
  "schema": "delx/util-cookie-set-parse/v1",
  "operation": "web_reliability:cookie_set_parse",
  "status": "pass",
  "result": {
    "name": "sid",
    "value_length": 3,
    "attributes": {
      "path": "/",
      "secure": true,
      "httponly": true,
      "samesite": "Lax"
    }
  },
  "evidence": {
    "input_sha256": "1ed778ab0ebff9fc2b38df405c07c62862e045ddbbef0672d47df2681fdc6642",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.