{
  "format": "delx/intent-card/v1",
  "id": "pluck-api",
  "intent": "Pluck for an agent workflow",
  "title": "Pluck API for agents",
  "description": "Pluck a key from a list of objects. Call when you extract IDs/fields from agent-held JSON arrays. Returns values list and key 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": [
    "Pluck API",
    "Pluck for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/pluck-api",
  "machine_url": "https://commerce.delx.ai/intents/pluck-api.json",
  "recommendation": {
    "tool_name": "util_pluck",
    "service_name": "Delx Pluck",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/pluck",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "items": {
          "description": "Input field: items.",
          "type": "array"
        },
        "key": {
          "description": "Input field: key.",
          "type": "string"
        }
      },
      "required": [
        "items",
        "key"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "items": [
        {
          "id": 1
        },
        {
          "id": 2
        }
      ],
      "key": "id"
    },
    "example_output": {
      "schema": "delx/util-pluck/v1",
      "values": [
        1,
        2
      ],
      "key": "id",
      "count": 2
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/pluck -m POST -H 'x-delx-source: intent-card-pluck-api' --max-amount 0.001 -b '{\"items\":[{\"id\":1},{\"id\":2}],\"key\":\"id\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-pluck-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/pluck"
  }
}
