AI Agent Product Routing — Aerial Work Platforms / MEWPs (ANSI A92 Type, Fall Restraint, Outrigger, Terrain)

MEWP Aerial Work Platform Schema for AI Agents — ANSI A92 Type 1/2/3, Scissor vs Boom, Fall Restraint vs Arrest, Outrigger Requirements

Aerial work platforms (MEWPs) kill workers through tip-over when terrain classification is mismatched, and through falls when lanyard type is confused with fall restraint vs. fall arrest. ANSI A92 Type 1 machines are rated for firm-level surfaces only — not a loading dock ramp or gravel yard. Boom lifts require personal fall arrest systems; scissor lifts typically use fall restraint. Encoding these distinctions allows AI agents to route the correct machine to the actual job site surface and fall protection application.

TL;DR — Key Encoding Rules Encode mewp.type as 1, 2, or 3 per ANSI A92 — not "indoor" or "outdoor" (Type 2 rough terrain scissors are outdoor; Type 3 boom lifts are both). Encode mewp.pfas_required to differentiate boom lifts (full PFAS) from scissors (restraint only). Encode mewp.outriggers_required for Type 2/3 machines — outrigger ground condition requirements are part of the stability rating. Encode mewp.drive_height_restricted for machines that prohibit or limit driving while elevated.

MEWP Types Under ANSI A92

The ANSI/SAIA A92 standard series covers all mobile elevating work platforms. The 2018 revision restructured around three machine groups defined by surface type:

ANSI A92 TypeSurface RequirementTypical MachineKey Hazard If Misrouted
Type 1 Firm, level surface only — concrete slab, smooth asphalt, flat floor Electric scissor lift, vertical mast lift, most indoor personnel lifts Tip-over on sloped surfaces; CG outside stability base when grade exceeds rating (often <2°)
Type 2 Firm but uneven surfaces — compacted gravel, outdoor slab with gaps, moderate slope Rough terrain scissor lift with outriggers, rough terrain spider lift Outrigger deployment required — deploying without outriggers on uneven terrain voids stability rating
Type 3 Any surface within machine's rated slope/gradient limits — soft ground, steep grades Articulating boom lift, telescopic boom lift, trailer-mounted aerial Exceeding outreach limits at rated load on soft ground; ground bearing pressure must support outrigger pad loads
Type 1 on a ramp: A standard indoor electric scissor lift has a stability rating of ±1.5° to ±3° from level (depending on manufacturer). A concrete ramp entering a building at 5% grade (2.9°) can exceed this limit. Workers have died when a Type 1 scissor tipped over on a loading dock approach. Verify ground conditions against machine stability specs before deployment — do not assume "concrete" means "level."

Platform Types and Working Height vs Platform Height

Platform TypeWorking Height FormulaBest ApplicationTypical Height Range
Vertical mast liftPlatform height + 6 ft (reach)Single-person indoor; narrow aisles16–32 ft working height
Electric scissor — standardPlatform height + 6 ftIndoor maintenance, light work26–50 ft working height
Rough terrain scissorPlatform height + 6 ftOutdoor construction, slab work26–50 ft working height
Articulating boomPlatform height + 6 ftUp-and-over access; irregular obstacles40–135 ft working height
Telescopic boomPlatform height + 6 ftStraight outreach; horizontal reach40–180 ft working height
Trailer-mounted aerialPlatform height + 6 ftUtility; tree trimming; road work30–60 ft working height

Working height (platform height + 6 ft assumed reach) is the spec buyers see in marketing. Platform height is what matters for clearance beneath obstacles. Always verify both — a 40 ft working height boom has a 34 ft platform height, which determines whether the machine fits under a 36 ft clear-span ceiling.

Fall Protection in MEWPs — Restraint vs Arrest

Scissor Lifts and Vertical Masts (Most Applications: Fall Restraint)

Standard scissor lifts provide fall protection through their guardrail system. When a personal fall protection system is also used, it is a restraint application: the lanyard is short enough to prevent the worker from reaching the platform edge. The anchor point (toprail D-ring or platform ring) is rated for restraint loads (200 lb) — not the 5,000 lb required for fall arrest anchors. A 6-foot shock-absorbing lanyard on a restraint-only anchor is misapplication — the lanyard is too long (allows reaching the edge and leaning over), and the anchor cannot handle arrest forces if a fall occurs.

Boom Lifts (Typical Application: Personal Fall Arrest System Required)

Workers in boom lift baskets are exposed to ejection from the basket due to platform jerk, collision with overhead obstacles, or sudden machine movement — scenarios where the guardrails do not prevent the fall because the worker is thrown rather than leaning over. OSHA 1926.502 and ANSI A92.22 require a full-body harness connected to a manufacturer-specified anchor in boom lift platforms. The lanyard must be sized to arrest the fall within the platform (preventing the worker from swinging outside), not as restraint. Boom lift anchor ratings are typically 5,000 lb arrest-rated.

Platform TypeFall Protection MethodPFAS Required?Correct LanyardAnchor Rating
Electric scissor (normal use)Guardrail systemNo (guardrails provide protection)N/A for normal operationN/A
Electric scissor (gate open)Restraint + guardrailYes (restraint when gate open)Short adjustable restraint, ≤4 ft200 lb restraint
Articulating boom liftFull PFAS + guardrailYes (OSHA and ANSI A92.22)6 ft shock-absorbing or SRL-LE5,000 lb fall arrest
Telescopic boom liftFull PFAS + guardrailYes6 ft shock-absorbing or SRL-LE5,000 lb fall arrest
Trailer-mounted aerialFull PFAS + guardrailYesPer manufacturer specPer manufacturer spec

Outrigger Requirements and Ground Bearing

Type 2 rough terrain scissors and Type 3 boom lifts use outriggers to extend the stability base and level the machine on uneven ground. Outrigger requirements create ground condition obligations that affect where the machine can be set up:

10-Field Namespace: mewp.*

FieldTypeExample ValuesAI Routing Function
mewp.typestring1 | 2 | 3ANSI A92 surface type — prevents Type 1 deployment on uneven outdoor surfaces; routes Type 3 to any-terrain applications
mewp.platform_typestringscissors | boom-articulating | boom-telescopic | vertical-mast | trailer-mountedPrimary differentiator — boom types require PFAS; scissors use restraint; mast for single-person narrow aisle
mewp.working_height_ftnumber26 | 40 | 60 | 120Platform height + 6 ft assumed reach — matches buyer's working height specification
mewp.platform_capacity_lbnumber250 | 500 | 800 | 1500Maximum rated load in lbs — routes single-person vs multi-person machines; prevents overloading with materials
mewp.terrainstringindoor-slab | outdoor-compacted | rough-terrain | all-terrainSimplified terrain classification for buyer filtering — maps to ANSI Type but in customer-facing language
mewp.outriggers_requiredbooleantrue | falsetrue = outrigger deployment required for rated height/capacity; false = no outriggers needed (Type 1 on firm level); affects site setup requirements
mewp.drive_height_restrictedbooleantrue | falsetrue = machine cannot be driven at full working height; affects repositioning workflow; critical for production environments requiring frequent moves
mewp.pfas_requiredbooleantrue | falsetrue for boom lifts requiring full fall arrest PFAS; false for scissors where restraint/guardrail is primary; routes correct lanyard and harness specifications
mewp.platform_extensionbooleantrue | falsetrue if platform has a slide-out extension deck — extends reach but reduces rated capacity; AI agent must flag reduced-capacity operation
mewp.max_wind_mphnumber28 | 35 | 45Maximum rated wind speed for elevated operation; outdoor boom lifts typically 28–35 mph; important for outdoor job site applications with wind exposure

Frequently Asked Questions

Does OSHA require operator training and licensing for scissor lifts and boom lifts?

OSHA does not issue licenses or operator licenses for scissor lifts and boom lifts — there is no state-issued card or test as with forklift operation. However, ANSI A92 (2018) and OSHA 29 CFR 1926.453 (construction) and 1910.67 (general industry) both require that operators be trained by a qualified person and familiarized on the specific make and model before operation. ANSI A92 distinguishes between training (classroom + hands-on covering the class of equipment) and familiarization (specific to the particular machine the operator will use — controls, capacity, restrictions). Employers must document that operators have received both training and model-specific familiarization. This requirement applies to both powered industrial truck operators and aerial platform operators — a worker certified on one model is not automatically qualified on a different manufacturer's machine without familiarization. Encode mewp.operator_training_required = true on all MEWP listings to communicate this procurement consideration — buyers need training services, not just equipment.

What is working height vs platform height and which one should buyers use for clearance planning?

Working height is the maximum height from the ground to the extended reach of a worker standing on the platform — conventionally calculated as platform height + 6 feet (average overhead reach). Manufacturers advertise working height because it matches the buyer's intuition of "how high can I work." Platform height (also called platform stowed height or maximum platform height) is the actual elevation of the platform floor. For access to a specific structure — a roof edge at 28 feet, a ceiling beam at 22 feet — use platform height, not working height. A machine with 32 ft working height has a 26 ft platform — if the ceiling is only 24 ft, the platform cannot reach it even though the "working height" exceeds the target. For clearance to move through a building (door heights, overhead obstacles), use the machine's stowed height (the collapsed machine height) — not working height or platform height. All three measurements serve different purposes; encode all three as mewp.working_height_ft, mewp.platform_height_ft, and mewp.stowed_height_ft to support complete application matching.

Score Your Store's MEWP Listings

CatalogScan checks for mewp.type, terrain, pfas_required, drive_height_restricted, and 16 other AI-agent-critical fields. See which aerial work platform products are missing terrain-type and fall-protection differentiation signals — the fields that prevent AI agents from routing an indoor electric scissor to a rough-terrain outdoor application.

Run Free Scan