DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

Robots Directive Merge

Robots Directive Merge: Robots Directive Merge merges generic and named-agent robots directives with specific precedence from bounded caller-supplied values without an external provider. Call Robots Directive Merge 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 Robots Directive Merge 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/robots-directive-merge -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"generic":"index, follow","agent_specific":"noindex, nofollow"}'
InputPOST /api/v1/x402/robots-directive-merge
{
  "generic": "index, follow",
  "agent_specific": "noindex, nofollow"
}
Delivered resultapplication/json
{
  "schema": "delx/util-robots-directive-merge/v1",
  "operation": "web_reliability:robots_directive_merge",
  "status": "pass",
  "result": {
    "directives": {
      "index": true,
      "follow": true,
      "noindex": true,
      "nofollow": true
    },
    "index": false,
    "follow": false
  },
  "evidence": {
    "input_sha256": "b9eeb9550ac99b4dea8c9b0875b76b73921e1fa3b567beb37542161b59db80ab",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.