{
  "format": "delx/intent-card/v1",
  "id": "obj-get-api",
  "intent": "Object Get for an agent workflow",
  "title": "Object Get API for agents",
  "description": "Get object[key] with default. Call when you read optional agent JSON fields safely. Returns value, key, found for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "Object Get API",
    "Object Get for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/obj-get-api",
  "machine_url": "https://commerce.delx.ai/intents/obj-get-api.json",
  "recommendation": {
    "tool_name": "util_obj_get",
    "service_name": "Delx Object Get",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/obj-get",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "object": {
          "description": "Input field: object.",
          "type": "object"
        },
        "key": {
          "description": "Input field: key.",
          "type": "string"
        },
        "default": {
          "description": "Input field: default."
        }
      },
      "required": [
        "object",
        "key"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "object": {
        "a": 1
      },
      "key": "a",
      "default": null
    },
    "example_output": {
      "schema": "delx/util-obj-get/v1",
      "value": 1,
      "key": "a",
      "found": true
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/obj-get -m POST -H 'x-delx-source: intent-card-obj-get-api' --max-amount 0.001 -b '{\"object\":{\"a\":1},\"key\":\"a\",\"default\":null}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-obj-get-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/obj-get"
  }
}
