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