{
  "format": "delx/discovery-pack/v1",
  "id": "plan-around-us-weather",
  "title": "Plan around a US weather forecast",
  "description": "A coordinate-first weather path for agents that need a bounded US forecast with source attribution, cache behavior and no arbitrary URL proxy.",
  "audience": "Travel, logistics and scheduling agents",
  "query": "get a current weather forecast for a US location",
  "keywords": [
    "weather forecast",
    "US weather data",
    "NOAA forecast",
    "National Weather Service",
    "agent scheduling"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/packs/plan-around-us-weather",
  "machine_url": "https://commerce.delx.ai/packs/plan-around-us-weather.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=get%20a%20current%20weather%20forecast%20for%20a%20US%20location",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=get%20a%20current%20weather%20forecast%20for%20a%20US%20location",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-plan-around-us-weather"
  },
  "products": [
    {
      "tool_name": "get_weather_forecast_nws",
      "service_name": "Delx NWS Weather Forecast",
      "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-plan-around-us-weather' --max-amount 0.001 -b '{\"latitude\":38.9072,\"longitude\":-77.0369,\"periods\":2}'"
    }
  ]
}
