{
  "format": "delx/intent-card/v1",
  "id": "robots-directive-merge-api",
  "intent": "Robots Directive Merge for an agent workflow",
  "title": "Robots Directive Merge API for agents",
  "description": "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.",
  "keywords": [
    "Robots Directive Merge API",
    "Robots Directive Merge for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/robots-directive-merge-api",
  "machine_url": "https://commerce.delx.ai/intents/robots-directive-merge-api.json",
  "recommendation": {
    "tool_name": "util_robots_directive_merge",
    "service_name": "Robots Directive Merge",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/robots-directive-merge",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "generic": {
          "type": "string",
          "maxLength": 8192,
          "description": "Generic supplied to Robots Directive Merge; used only for this bounded calculation and processed in memory without retention."
        },
        "agent_specific": {
          "type": "string",
          "maxLength": 8192,
          "description": "Agent Specific supplied to Robots Directive Merge; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "generic",
        "agent_specific"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "generic": "index, follow",
      "agent_specific": "noindex, nofollow"
    },
    "example_output": {
      "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
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/robots-directive-merge -m POST -H 'x-delx-source: intent-card-robots-directive-merge-api' --max-amount 0.001 -b '{\"generic\":\"index, follow\",\"agent_specific\":\"noindex, nofollow\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-robots-directive-merge-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/robots-directive-merge"
  }
}
