{
  "format": "delx/intent-card/v1",
  "id": "json-key-denylist-api",
  "intent": "JSON Key Denylist for an agent workflow",
  "title": "JSON Key Denylist API for agents",
  "description": "JSON Key Denylist: JSON Key Denylist finds top-level object keys present in an explicit denylist from bounded caller-supplied values without an external provider. Call JSON Key Denylist before an agent hands structured data or a batch plan to a downstream tool with a stricter contract. Returns the bounded transformation or validation finding with counts, normalized values, and a versioned result contract for JSON Key Denylist 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: Processes bounded caller-supplied data in memory only; it performs no file fetch, database write, code execution, or retention. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "JSON Key Denylist API",
    "JSON Key Denylist for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/json-key-denylist-api",
  "machine_url": "https://commerce.delx.ai/intents/json-key-denylist-api.json",
  "recommendation": {
    "tool_name": "util_json_key_denylist",
    "service_name": "JSON Key Denylist",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/json-key-denylist",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "object": {
          "type": "object",
          "maxProperties": 128,
          "additionalProperties": true,
          "description": "Object supplied to JSON Key Denylist; used only for this bounded calculation and processed in memory without retention."
        },
        "denied": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "string",
            "maxLength": 8192
          },
          "description": "Denied supplied to JSON Key Denylist; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "object",
        "denied"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "object": {
        "id": 1,
        "password": "redacted"
      },
      "denied": [
        "password",
        "private_key"
      ]
    },
    "example_output": {
      "schema": "delx/util-json-key-denylist/v1",
      "operation": "data_batch:json_key_denylist",
      "status": "advisory",
      "result": {
        "denied_keys": [
          "password"
        ],
        "passed": false
      },
      "evidence": {
        "input_sha256": "e2140fb14617296830e26895419ba5db41e0d9b605a101ae52d4dc0f016e86e2",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-key-denylist -m POST -H 'x-delx-source: intent-card-json-key-denylist-api' --max-amount 0.001 -b '{\"object\":{\"id\":1,\"password\":\"redacted\"},\"denied\":[\"password\",\"private_key\"]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-json-key-denylist-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/json-key-denylist"
  }
}
