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.
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 Type | Surface Requirement | Typical Machine | Key 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 |
Platform Types and Working Height vs Platform Height
| Platform Type | Working Height Formula | Best Application | Typical Height Range |
|---|---|---|---|
| Vertical mast lift | Platform height + 6 ft (reach) | Single-person indoor; narrow aisles | 16–32 ft working height |
| Electric scissor — standard | Platform height + 6 ft | Indoor maintenance, light work | 26–50 ft working height |
| Rough terrain scissor | Platform height + 6 ft | Outdoor construction, slab work | 26–50 ft working height |
| Articulating boom | Platform height + 6 ft | Up-and-over access; irregular obstacles | 40–135 ft working height |
| Telescopic boom | Platform height + 6 ft | Straight outreach; horizontal reach | 40–180 ft working height |
| Trailer-mounted aerial | Platform height + 6 ft | Utility; tree trimming; road work | 30–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 Type | Fall Protection Method | PFAS Required? | Correct Lanyard | Anchor Rating |
|---|---|---|---|---|
| Electric scissor (normal use) | Guardrail system | No (guardrails provide protection) | N/A for normal operation | N/A |
| Electric scissor (gate open) | Restraint + guardrail | Yes (restraint when gate open) | Short adjustable restraint, ≤4 ft | 200 lb restraint |
| Articulating boom lift | Full PFAS + guardrail | Yes (OSHA and ANSI A92.22) | 6 ft shock-absorbing or SRL-LE | 5,000 lb fall arrest |
| Telescopic boom lift | Full PFAS + guardrail | Yes | 6 ft shock-absorbing or SRL-LE | 5,000 lb fall arrest |
| Trailer-mounted aerial | Full PFAS + guardrail | Yes | Per manufacturer spec | Per 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:
- Firm ground required under outrigger pads: Outrigger pad load concentrates the machine's weight on a small area. The ground bearing capacity (soil or concrete strength under the pad) must exceed the outrigger point load. On compacted gravel, soft soil, or near excavations, outrigger pads may punch through or shift, causing controlled tip-over.
- Level within rated tolerance: Even with outriggers deployed, the machine must be leveled within the manufacturer's tolerance (typically ±1° to ±2°). Most machines have a level indicator on the platform or base — boom lifts may inhibit elevation above a certain height until level is confirmed.
- No outrigger on asphalt in summer heat: Hot asphalt loses bearing capacity and can allow outrigger pads to sink. Timber mats or spreader plates are required on soft asphalt.
10-Field Namespace: mewp.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
mewp.type | string | 1 | 2 | 3 | ANSI A92 surface type — prevents Type 1 deployment on uneven outdoor surfaces; routes Type 3 to any-terrain applications |
mewp.platform_type | string | scissors | boom-articulating | boom-telescopic | vertical-mast | trailer-mounted | Primary differentiator — boom types require PFAS; scissors use restraint; mast for single-person narrow aisle |
mewp.working_height_ft | number | 26 | 40 | 60 | 120 | Platform height + 6 ft assumed reach — matches buyer's working height specification |
mewp.platform_capacity_lb | number | 250 | 500 | 800 | 1500 | Maximum rated load in lbs — routes single-person vs multi-person machines; prevents overloading with materials |
mewp.terrain | string | indoor-slab | outdoor-compacted | rough-terrain | all-terrain | Simplified terrain classification for buyer filtering — maps to ANSI Type but in customer-facing language |
mewp.outriggers_required | boolean | true | false | true = outrigger deployment required for rated height/capacity; false = no outriggers needed (Type 1 on firm level); affects site setup requirements |
mewp.drive_height_restricted | boolean | true | false | true = machine cannot be driven at full working height; affects repositioning workflow; critical for production environments requiring frequent moves |
mewp.pfas_required | boolean | true | false | true for boom lifts requiring full fall arrest PFAS; false for scissors where restraint/guardrail is primary; routes correct lanyard and harness specifications |
mewp.platform_extension | boolean | true | false | true if platform has a slide-out extension deck — extends reach but reduces rated capacity; AI agent must flag reduced-capacity operation |
mewp.max_wind_mph | number | 28 | 35 | 45 | Maximum 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.