Run a hosted chat that gives instant weather answers for any city. An AI agent guides the conversation, asks for the city if needed, and returns a clear multi day forecast. This fits travel teams, event planners, and customer portals that need quick updates.
Messages enter through a web chat trigger. A short term memory node keeps context so follow up questions make sense. The agent uses OpenAI to decide which tool to call and in what order. It first turns a city name into latitude and longitude using the Open Meteo geocoding API. Then it pulls daily max temperature and rain totals from the Open Meteo forecast API with the requested number of days. The reply goes back to the same chat in one flow.
You only need an OpenAI API key. The weather API is public and needs no key. Expect faster replies, fewer mistakes, and less manual lookup work. Common uses include trip quotes, field team scheduling, and outdoor event planning. After activating, test with a message like Weather Forecast for the Next 7 Days in São Paulo.