Home / The Index / Lever
Agent-Ready

How agent-ready is Lever?

Independent agentability audit of Lever, scored across the 8 principles of Agent Factors Engineering — how well AI agents can parse, navigate, and operate it.

Audited June 12, 2026 · Rubric v0 · 3 page(s) evaluated

Audit summary

Lever's overall agentability score of 46/100 indicates moderate readiness for autonomous AI interaction. The platform demonstrates strong performance in machine readability (81/100) and chunking (70/100), suggesting that its content structure and information organization are well-suited for programmatic parsing. However, significant gaps exist in areas critical for safe agent operation.

The most pressing concerns are shadow UI avoidance (0/100) and control (20/100), which limit an agent's ability to safely navigate the interface and manage potentially destructive operations. Status reporting (35/100) also falls short, making it difficult for agents to reliably track system feedback and action outcomes. These weaknesses create risk when agents attempt to perform multi-step workflows or operations that require confirmation and rollback capabilities.

Lever's homepage (46/100), pricing page (38/100), and documentation (50/100) show consistent patterns: good content structure but insufficient interaction safeguards. Addressing control mechanisms and status visibility would substantially improve the platform's readiness for agent-assisted workflows.

Score by principle

Machine Readability81 / 100
Chunking70 / 100
Control20 / 100
Status35 / 100
Defaults50 / 100
Clean Handoffs50 / 100
No Shadow UI0 / 100
Transparency63 / 100

Key findings

Control
Gate destructive actions behind an explicit, distinctly-labelled confirmation step — not a same-styled button.
Defaults
Pre-fill inputs with sensible defaults wherever a reasonable one exists.
Status
Wrap status updates in an aria-live region (or role=status / role=alert).
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Control
Support undo/override on completed actions (an 'Undo' on destructive changes, editable results).
Machine Readability
Replace generic <div>/<span> scaffolding with semantic landmarks (<header>, <nav>, <main>, <article>, <section>, <footer>).
Machine Readability
Among the stronger areas for Lever, scored 81/100.
Chunking
Among the stronger areas for Lever, scored 70/100.
Transparency
Among the stronger areas for Lever, scored 63/100.

How Lever could improve its score

To improve agentability, Lever should prioritize the following concrete enhancements:

  • Add explicit confirmation steps for destructive actions, using distinctly-labeled buttons (not same-styled controls) to create clear decision points that agents can recognize and navigate safely.
  • Implement undo/override capabilities on completed actions, particularly for destructive changes, allowing agents to recover from errors without manual intervention.
  • Wrap all status updates in ARIA live regions (aria-live, role=status, or role=alert) so agents can reliably detect when operations complete or encounter errors.
  • Provide labeled pause, cancel, or stop controls for long-running actions with accessible names like 'Cancel import' rather than icon-only buttons.
  • Replace generic div and span elements with semantic HTML5 landmarks (header, nav, main, article, section, footer) to improve structural navigation.
  • Pre-fill form inputs with sensible defaults wherever reasonable values exist, reducing the decision space agents must navigate.

Work at Lever? Re-audit any page free.

Scores refresh automatically when we re-crawl — or run an instant audit on any URL now.

Run a free audit

Embed this score

Show your agent-readiness in your docs or README. The badge links back to this live report.

<a href="https://agentability.io/index/lever.html"> <img src="https://agentability.io/badge/lever.svg" alt="Lever — Agentability score 46/100 (Agent-Ready)" /> </a>