{
  "format": "delx/discovery-pack/v1",
  "id": "agent-micro-utils",
  "title": "Buy agent micro-utils that already convert",
  "description": "Conversion pack for the routes external agents already paid for via CLI: DNS lookup, QR codes, ECB FX rates, and image generation—plus rights-clean siblings (US weather, hash, base64). Micro-USDC x402, no search license, no mediagen.",
  "audience": "CLI agents, automation and operator agents on AgentCash",
  "query": "cheap agent utility APIs dns qr fx image without API keys",
  "keywords": [
    "agent micro utility API",
    "dns lookup API",
    "qr code generation API",
    "currency exchange rates API",
    "cheap x402 utilities",
    "agentcash utilities",
    "no API key",
    "micro USDC"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/packs/agent-micro-utils",
  "machine_url": "https://commerce.delx.ai/packs/agent-micro-utils.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=cheap%20agent%20utility%20APIs%20dns%20qr%20fx%20image%20without%20API%20keys",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=cheap%20agent%20utility%20APIs%20dns%20qr%20fx%20image%20without%20API%20keys",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-agent-micro-utils"
  },
  "products": [
    {
      "tool_name": "util_dns_lookup",
      "service_name": "DNS Lookup for Agents",
      "category": "utility",
      "price_usdc": "0.01",
      "method": "POST",
      "route": "/api/v1/x402/dns-lookup",
      "product_url": "https://commerce.delx.ai/products/util-dns-lookup",
      "intent_url": "https://commerce.delx.ai/intents/dns-lookup-api",
      "machine_url": "https://commerce.delx.ai/intents/dns-lookup-api.json",
      "example_input": {
        "domain": "example.com",
        "record_type": "A"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-lookup -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.01 -b '{\"domain\":\"example.com\",\"record_type\":\"A\"}'"
    },
    {
      "tool_name": "generate_qr_code",
      "service_name": "QR Codes for Agents",
      "category": "image",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/qr-code",
      "product_url": "https://commerce.delx.ai/products/generate-qr-code",
      "intent_url": "https://commerce.delx.ai/intents/qr-code-api",
      "machine_url": "https://commerce.delx.ai/intents/qr-code-api.json",
      "example_input": {
        "data": "https://delx.ai",
        "format": "png",
        "error_correction": "M"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/qr-code -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.001 -b '{\"data\":\"https://delx.ai\",\"format\":\"png\",\"error_correction\":\"M\"}'"
    },
    {
      "tool_name": "get_fx_rates_ecb",
      "service_name": "ECB FX Rates for Agents",
      "category": "finance",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/fx-rates",
      "product_url": "https://commerce.delx.ai/products/get-fx-rates-ecb",
      "intent_url": "https://commerce.delx.ai/intents/currency-exchange-rates-api",
      "machine_url": "https://commerce.delx.ai/intents/currency-exchange-rates-api.json",
      "example_input": {
        "base_currency": "USD",
        "quotes": [
          "EUR",
          "BRL"
        ]
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/fx-rates -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.001 -b '{\"base_currency\":\"USD\",\"quotes\":[\"EUR\",\"BRL\"]}'"
    },
    {
      "tool_name": "generate_image",
      "service_name": "FLUX Image for Agents",
      "category": "image",
      "price_usdc": "0.01",
      "method": "POST",
      "route": "/api/v1/x402/image",
      "product_url": "https://commerce.delx.ai/products/generate-image",
      "intent_url": "https://commerce.delx.ai/intents/cheap-image-generation-api",
      "machine_url": "https://commerce.delx.ai/intents/cheap-image-generation-api.json",
      "example_input": {
        "prompt": "A friendly robot creating digital art for an AI agent",
        "aspect_ratio": "1:1",
        "quality_profile": "balanced"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.01 -b '{\"prompt\":\"A friendly robot creating digital art for an AI agent\",\"aspect_ratio\":\"1:1\",\"quality_profile\":\"balanced\"}'"
    },
    {
      "tool_name": "get_weather_forecast_nws",
      "service_name": "NWS Weather for Agents",
      "category": "weather",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/weather-forecast",
      "product_url": "https://commerce.delx.ai/products/get-weather-forecast-nws",
      "intent_url": "https://commerce.delx.ai/intents/us-weather-forecast-api",
      "machine_url": "https://commerce.delx.ai/intents/us-weather-forecast-api.json",
      "example_input": {
        "latitude": 38.9072,
        "longitude": -77.0369,
        "periods": 2
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/weather-forecast -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.001 -b '{\"latitude\":38.9072,\"longitude\":-77.0369,\"periods\":2}'"
    },
    {
      "tool_name": "util_hash",
      "service_name": "Delx Hash",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/hash",
      "product_url": "https://commerce.delx.ai/products/util-hash",
      "intent_url": "https://commerce.delx.ai/intents/hash-api",
      "machine_url": "https://commerce.delx.ai/intents/hash-api.json",
      "example_input": {},
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/hash -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.001 -b '{}'"
    },
    {
      "tool_name": "util_base64",
      "service_name": "Delx Base64",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/base64",
      "product_url": "https://commerce.delx.ai/products/util-base64",
      "intent_url": "https://commerce.delx.ai/intents/agent-developer-utilities-api",
      "machine_url": "https://commerce.delx.ai/intents/agent-developer-utilities-api.json",
      "example_input": {},
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base64 -m POST -H 'x-delx-source: discovery-pack-agent-micro-utils' --max-amount 0.001 -b '{}'"
    }
  ]
}
