{
  "format": "delx/discovery-pack/v1",
  "id": "geocode-a-us-address",
  "title": "Geocode a US address before a location workflow",
  "description": "A bounded address-to-coordinate path for agents that need a U.S. location primitive before scheduling, logistics or a later approved maps workflow.",
  "audience": "Logistics, scheduling and location agents",
  "query": "geocode a US address before a location workflow",
  "keywords": [
    "US address geocoding",
    "address coordinates",
    "Census Geocoder",
    "location workflow",
    "approximate geocode"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/packs/geocode-a-us-address",
  "machine_url": "https://commerce.delx.ai/packs/geocode-a-us-address.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=geocode%20a%20US%20address%20before%20a%20location%20workflow",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=geocode%20a%20US%20address%20before%20a%20location%20workflow",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-geocode-a-us-address"
  },
  "products": [
    {
      "tool_name": "geocode_us_address",
      "service_name": "Delx US Geocode",
      "category": "maps",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/geocode-us",
      "product_url": "https://commerce.delx.ai/products/geocode-us-address",
      "intent_url": "https://commerce.delx.ai/intents/us-address-geocoding-api",
      "machine_url": "https://commerce.delx.ai/intents/us-address-geocoding-api.json",
      "example_input": {
        "address": "1600 Pennsylvania Ave NW, Washington, DC 20500"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/geocode-us -m POST -H 'x-delx-source: discovery-pack-geocode-a-us-address' --max-amount 0.001 -b '{\"address\":\"1600 Pennsylvania Ave NW, Washington, DC 20500\"}'"
    }
  ]
}
