{
  "format": "delx/intent-card/v1",
  "id": "jsonld-key-list-api",
  "intent": "JSON-LD Key List for an agent workflow",
  "title": "JSON-LD Key List API for agents",
  "description": "List top-level keys from JSON-LD or JSON objects the caller already holds — call when listing keys from JSON-LD the caller already holds. Use on text/URLs the agent already holds—adjacent to high-volume extract demand, never advertised as general web or X search. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "JSON-LD Key List API",
    "JSON-LD Key List for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/jsonld-key-list-api",
  "machine_url": "https://commerce.delx.ai/intents/jsonld-key-list-api.json",
  "recommendation": {
    "tool_name": "util_jsonld_key_list",
    "service_name": "Delx JSON-LD Key List",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/jsonld-key-list",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "data": {
          "description": "JSON object or array of objects whose keys will be listed.",
          "type": "object"
        }
      },
      "required": [
        "data"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "data": {
        "@type": "Organization",
        "name": "Delx"
      }
    },
    "example_output": {
      "schema": "delx/util-jsonld-key-list/v1",
      "key_count": 2,
      "keys": [
        "@type",
        "name"
      ],
      "shape": "object"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/jsonld-key-list -m POST -H 'x-delx-source: intent-card-jsonld-key-list-api' --max-amount 0.003 -b '{\"data\":{\"@type\":\"Organization\",\"name\":\"Delx\"}}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-jsonld-key-list-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/jsonld-key-list"
  }
}
