Ambee
DATA · DATA & ANALYTICS
Air quality, pollen, weather, and wildfire data for any place they ask about.
Acts as the person, not as itself
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Credentials never touch the agent
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Every call on the record
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
What an agent can do
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
ambee_get_disasters_by_eventidREADOne disaster event, addressed by Ambee's own event id.
ambee_get_disasters_historyREADNatural-disaster events recorded worldwide from a point in time.
ambee_get_disasters_history_by_continentREADNatural-disaster events recorded across a continent over a time window.
ambee_get_disasters_history_by_country_codeREADNatural-disaster events recorded in a country over a time window.
ambee_get_disasters_history_by_lat_lngREADNatural-disaster events recorded near a latitude/longitude over a time window.
ambee_get_disasters_history_by_source_eventidREADThe historical record for one disaster event, addressed by the identifier its upstream source gave it.
ambee_get_disasters_latest_by_continentREADNatural-disaster events currently reported across a continent, optionally narrowed to one country.
ambee_get_disasters_latest_by_country_codeREADNatural-disaster events currently reported in a country.
ambee_get_disasters_latest_by_lat_lngREADNatural-disaster events currently reported near a latitude/longitude.
ambee_get_disasters_latest_by_source_eventidREADThe current record for one disaster event, addressed by the identifier its upstream source gave it.
ambee_get_elevation_latest_by_lat_lngREADGround elevation at a latitude/longitude.
ambee_get_elevation_latest_by_placeREADGround elevation at a named place.
ambee_get_fire_latest_by_lat_lngREADWildfires detected near a latitude/longitude.
ambee_get_fire_latest_by_placeREADWildfires detected near a named place.
ambee_get_fire_risk_by_lat_lngREADWildfire risk outlook for a latitude/longitude.
ambee_get_fire_risk_by_placeREADWildfire risk outlook for a named place.
ambee_get_forecast_aq_by_lat_lngREADForecast air quality for a latitude/longitude.
ambee_get_geocode_by_placeREADResolve a free-text place name to coordinates.
ambee_get_geocode_reverse_by_lat_lngREADResolve a latitude/longitude to a place.
ambee_get_history_by_lat_lngREADHistorical air-quality readings for a latitude/longitude over a time window.
ambee_get_history_by_postal_codeREADHistorical air-quality readings for a postal code over a time window.
ambee_get_ili_forecast_by_lat_lngREADInfluenza-like-illness (ILI) forecast for a latitude/longitude.
ambee_get_latest_by_cityREADLatest air-quality reading for a named city.
ambee_get_latest_by_country_codeREADLatest air-quality readings for a country, by ISO country code.
ambee_get_latest_by_lat_lngREADLatest air-quality reading -- AQI plus pollutant concentrations -- for a latitude/longitude.
ambee_get_latest_by_postal_codeREADLatest air-quality reading for a postal code within a country.
ambee_get_v3_pollen_forecast_120hrsREADPollen forecast for the next 120 hours. Address the location EITHER with lat and lng OR with place.
ambee_get_v3_pollen_forecast_48hrsREADPollen forecast for the next 48 hours. Address the location EITHER with lat and lng OR with place.
ambee_get_v3_pollen_historyREADHistorical pollen counts over a time window. Address the location EITHER with lat and lng OR with place.
ambee_get_v3_pollen_latestREADLatest pollen counts and risk levels. Address the location EITHER with lat and lng OR with place -- Ambee's own examples show both and neither is required on its own.
ambee_get_weather_forecast_by_lat_lngREADWeather forecast for a latitude/longitude.
ambee_get_weather_history_by_lat_lngREADHistorical weather for a latitude/longitude over a time window.
ambee_get_weather_latest_by_lat_lngREADCurrent weather conditions for a latitude/longitude.
Often connected alongside
Put Ambee behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.