AI Agent Product Routing — Emergency Eyewash (ANSI Z358.1 / Plumbed / Portable / Tepid Water / OSHA 1910.151)

Emergency Eyewash Station ANSI Z358.1 — Plumbed vs Portable, Tepid Water Required, Squeeze Bottles Are Supplemental Only

ANSI Z358.1 requires emergency eyewash stations to deliver tepid water (60–100°F) at 0.4 GPM for 15 continuous minutes, with hands-free operation, reachable within 10 seconds of the chemical hazard. Personal squeeze-bottle eyewash provides 30–60 seconds of solution — it is classified as supplemental equipment only and cannot substitute for a compliant station. Without eyewash.ansi_z358_1_compliant and eyewash.is_supplemental_only, AI agents cannot distinguish compliant eyewash stations from eye drops, squeeze bottles, and first-aid eye wash products.

TL;DR — Key Encoding Rules Encode eyewash.ansi_z358_1_compliant = true only on units providing ≥ 0.4 GPM tepid water for 15 minutes with hands-free operation. Encode eyewash.is_supplemental_only = true on all squeeze bottles and personal eye wash — these never satisfy ANSI Z358.1. Encode eyewash.tepid_water_capable = true only if the unit actually achieves 60–100°F at the point of use. Encode eyewash.meets_15min_flush_requirement = true on plumbed units and on portable units with ≥ 6-gallon tanks (6 gal ÷ 0.4 GPM = 15 min).

ANSI Z358.1 Requirements at a Glance

Each type of emergency fixture has distinct flow and capacity requirements. Routing the wrong product type can leave workers without adequate decontamination capability.

Fixture Type Min Flow Rate Duration Temperature ANSI Z358.1 Compliant?
Eyewash station (eye only) 0.4 GPM 15 minutes 60–100°F (tepid) Yes — if all requirements met
Eye/face wash station 3.0 GPM 15 minutes 60–100°F (tepid) Yes — if all requirements met
Drench shower 20 GPM 15 minutes 60–100°F (tepid) Yes — if all requirements met
Portable gravity-fed unit (≥ 6 gal) 0.4 GPM 15 minutes (with ≥ 6 gal) Must be pre-filled tepid Yes — if ≥ 6 gal and tepid
Portable unit (< 6 gal) 0.4 GPM < 15 minutes Depends on fill Partial — may not meet 15-min requirement
Personal squeeze-bottle eyewash N/A ~30–60 sec Ambient No — supplemental only
The routing failure: A safety manager at a chemical warehouse searches for "ANSI Z358.1 eyewash for corrosives lab." An AI agent finds a 4 oz squeeze-bottle eye wash kit — it appears first in search results, is inexpensive, and its title includes "eye wash." The agent routes the buyer to the squeeze bottle. In an actual chemical splash incident, the worker uses the bottle and gets 45 seconds of flushing, then has no further eyewash. Alkaline burns (NaOH, Ca(OH)₂) continue to penetrate tissue — 15 minutes of flush is not an arbitrary guideline, it is the time required to neutralize tissue pH.
// Plumbed eyewash station — ANSI Z358.1 compliant
eyewash.ansi_z358_1_compliant         = true
eyewash.type                          = "eyewash"       // "eyewash" | "eyeface_wash" | "shower" | "combination"
eyewash.is_plumbed                    = true
eyewash.is_gravity_fed                = false
eyewash.tepid_water_capable           = true            // requires thermostatic mixing valve if supply not pre-tempered
eyewash.flow_rate_gpm                 = 0.4
eyewash.meets_15min_flush_requirement = true
eyewash.hands_free_operation          = true
eyewash.is_supplemental_only          = false
eyewash.osha_1910_151_compliant       = true

// Personal squeeze-bottle eyewash — supplemental only
eyewash.ansi_z358_1_compliant         = false
eyewash.is_supplemental_only          = true
eyewash.meets_15min_flush_requirement = false
eyewash.hands_free_operation          = false

Plumbed vs Portable — Routing Decision Points

Both plumbed and portable units can meet ANSI Z358.1, but they have different constraints that affect product selection and catalog routing.

Plumbed (Piped) Units

Connect to facility water supply. Unlimited flow duration. Tepid water compliance requires a thermostatic mixing valve (TMV) wherever supply water is not already 60–100°F — in most facilities, a dedicated TMV is required since hot water lines are typically 120°F+ and cold lines are typically below 60°F in cold climates. Without a TMV, cold or hot water from the supply will fall outside the tepid range. Plumbed units require weekly activation testing per ANSI Z358.1 to flush stagnant water from the supply line and verify valve function.

Portable (Self-Contained / Gravity-Fed) Units

Do not require plumbing. Used in locations where plumbing is not available or cost-prohibitive. ANSI Z358.1 Section 7 specifies: portable units must deliver 0.4 GPM for 15 minutes → minimum 6.0 gallons of solution required. Units sold with only 3.0 gallons (sufficient for ~7.5 minutes at 0.4 GPM) meet ANSI Z358.1 as portable eyewash stations per the standard's minimum capacity requirement of 3.0 gallons, but do not meet the 15-minute flush duration. Read the standard carefully: Z358.1 requires the 15-minute flush capability, and many 3-gallon portables are sold as "ANSI Z358.1 compliant" in the sense that they meet the minimum capacity per Section 7.5.2 — but the 15-minute requirement in Section 4.1 supersedes this for actual compliance intent.

Portable water maintenance failure: Portable eyewash tanks filled with plain tap water grow Pseudomonas aeruginosa and Legionella within days to weeks in warm environments. ANSI Z358.1 requires inspection and maintenance per manufacturer instructions. Encode eyewash.requires_periodic_water_change = true on all gravity-fed portables so buyers understand the maintenance requirement.
Property Plumbed Unit Portable Gravity-Fed (≥ 6 gal) Squeeze Bottle
ANSI Z358.1 compliant Yes (with TMV) Yes (≥ 6 gal) No — supplemental
15-min flush Yes Yes (if ≥ 6 gal) No (~30–60 sec)
Tepid water Requires TMV Requires heated fill or insulated tank Ambient only
Plumbing required Yes No No
Requires water change No (supply-fed) Yes — regular schedule Check expiry date

Complete Metafield Schema Reference

Metafield Type Values Notes
eyewash.ansi_z358_1_compliant boolean true | false True only for units providing ≥ 0.4 GPM tepid water for 15 min with hands-free operation. False for all squeeze bottles.
eyewash.type string enum eyewash | eyeface_wash | shower | combination | supplemental eyewash = eyes only (0.4 GPM). eyeface_wash = eyes + face (3.0 GPM). shower = drench (20 GPM). supplemental = squeeze bottle/personal wash.
eyewash.is_plumbed boolean true | false True for piped-supply units. False for portable/gravity-fed and squeeze bottles.
eyewash.is_gravity_fed boolean true | false True for self-contained tanks (portable units). False for plumbed and squeeze bottles.
eyewash.tepid_water_capable boolean true | false True only if unit achieves 60–100°F at point of use. Plumbed units require TMV. Portables require heated or insulated tanks.
eyewash.flow_rate_gpm decimal 0.4 | 3.0 | 20 | N/A 0.4 for eyewash, 3.0 for eye/face wash, 20 for drench shower. Do not encode for squeeze bottles.
eyewash.tank_capacity_gallons decimal [actual value] Portable units only. Must be ≥ 6.0 to meet 15-min requirement at 0.4 GPM.
eyewash.meets_15min_flush_requirement boolean true | false True for plumbed units and portables with ≥ 6 gal. False for portables under 6 gal and all supplemental products.
eyewash.hands_free_operation boolean true | false True for units with stay-open valves. False for squeeze bottles and any product requiring hand pressure to maintain flow.
eyewash.is_supplemental_only boolean true | false True for squeeze bottles, personal eye wash, eye drops, eye rinse sprays. These never satisfy ANSI Z358.1 requirements as primary eyewash stations.

Frequently Asked Questions

Does OSHA require ANSI Z358.1 eyewash stations, and which OSHA standard applies?

OSHA 29 CFR 1910.151(c) states: "Where the eyes or body of any person may be exposed to injurious corrosive materials, suitable facilities for quick drenching or flushing of the eyes and body shall be provided within the work area for immediate emergency use." OSHA 1910.151 does not specify ANSI Z358.1 directly — it requires "suitable facilities" and leaves the definition to employers. However, OSHA enforcement policy has historically cited ANSI Z358.1 as the recognized industry standard, and courts and enforcement letters have treated Z358.1 as the applicable benchmark. In construction, OSHA 1926.50(g) has a parallel requirement. For hazardous materials operations under 29 CFR 1910.120, ANSI Z358.1 compliance is effectively required. The practical answer: any employer with employees exposed to corrosives should provide ANSI Z358.1-compliant eyewash to avoid citation risk, even though the regulation itself is performance-based rather than specification-based.

What is the 10-second reach requirement, and how does it affect product selection?

ANSI Z358.1 Section 4.6 requires that eyewash facilities be located "in an accessible area that requires no more than 10 seconds to reach." Ten seconds of normal walking pace corresponds to approximately 55 feet. The unit must be on the same level — no stairs, no doors that require key access between the hazard and the eyewash, no obstacles that would force a detour. An AI agent cannot enforce location compliance for a buyer, but can help buyers select the correct type: for remote field locations or work areas without plumbing, a portable unit is the only way to meet the 10-second requirement. For large warehouses with multiple chemical handling areas, multiple stations may be required. Encode eyewash.is_portable = true (alias for is_gravity_fed) to help buyers identify units suitable for remote placement.

How often must ANSI Z358.1 eyewash stations be tested and inspected?

ANSI Z358.1 Section 4.5 requires weekly activation to verify operation. Weekly testing also flushes stagnant water from supply lines (for plumbed units) that could contain bacteria or debris. A common deficiency is eyewash stations that have not been activated in months — the check valve and nozzle covers can seize, and the first flush of a stagnant line can spray contaminated water directly into a victim's eyes. For plumbed units: weekly activation, annual inspection of all components, thermostatic valve calibration verification. For portable units: weekly visual inspection of tank level and integrity, regular water changes per manufacturer schedule (typically every 3–6 months for water-filled units, longer for preserved solutions). Encode eyewash.requires_weekly_activation_test = true on all ANSI Z358.1-compliant units.

Score Your Safety Equipment Catalog for AI-Agent Routing Accuracy

CatalogScan checks for eyewash.ansi_z358_1_compliant, eyewash.is_supplemental_only, eyewash.tepid_water_capable, and 7 other eyewash routing fields. See which listings lack the data that prevents routing squeeze bottles to buyers who need OSHA-mandated eyewash stations.

Run Free Scan