Home / The Index / Ramp
Developing

How agent-ready is Ramp?

Independent agentability audit of Ramp, 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

Ramp's public website scored 37/100 on agentability across its homepage, with slightly higher scores on pricing (47/100) and documentation (49/100). This places the site in the lower tier of agent-readiness, indicating that autonomous AI agents will encounter significant friction when attempting to parse content, navigate flows, or execute tasks programmatically.

The audit identified two critical gaps: machine readability scored 0/100, meaning the site lacks structured metadata (JSON-LD schema markup) and has inconsistent heading hierarchies that prevent agents from reliably extracting entities and understanding page structure. Shadow UI avoidance also scored 0/100, suggesting the presence of interface elements or dynamic content that are not properly exposed to programmatic inspection. While defaults (77/100) and chunking (71/100) performed adequately, control mechanisms (22/100), status communication (35/100), and transparency (38/100) all fall short of the baseline needed for reliable agent operation.

These scores reflect a website built primarily for human users, without the structured semantics, predictable state management, or machine-readable audit trails that autonomous agents require to operate safely and effectively.

Score by principle

Machine Readability0 / 100
Chunking71 / 100
Control22 / 100
Status35 / 100
Defaults77 / 100
Clean Handoffs50 / 100
No Shadow UI0 / 100
Transparency38 / 100

Key findings

Machine Readability
Add JSON-LD (schema.org) describing the page's primary entities.
Machine Readability
Use a single <h1> and a contiguous heading hierarchy with no skipped levels.
Chunking
Phrase headings as the questions they answer ('How do I cancel?').
Status
Wrap status updates in an aria-live region (or role=status / role=alert).
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Defaults
Among the stronger areas for Ramp, scored 77/100.
Chunking
Among the stronger areas for Ramp, scored 71/100.
Clean Handoffs
Among the stronger areas for Ramp, scored 50/100.

How Ramp could improve its score

To improve agentability, Ramp should prioritize the following actionable fixes identified in the audit:

  • Implement JSON-LD structured data using schema.org vocabulary to describe primary entities (products, pricing, features) on each page, enabling agents to reliably extract and understand core information.
  • Establish a single

    per page and maintain a contiguous heading hierarchy (h1 → h2 → h3) with no skipped levels, allowing agents to parse document structure and navigate content programmatically.

  • Wrap all dynamic status updates in ARIA live regions (aria-live, role="status", or role="alert") so agents can monitor state changes and process completion without polling.
  • Add labeled pause and cancel controls for long-running operations (imports, bulk actions) with accessible names like "Cancel import" rather than unlabeled icons, giving agents explicit termination points.
  • Provide undo mechanisms for destructive or irreversible actions, and allow agents to override or edit completed results before they take effect.
  • Expose a machine-readable activity log or audit trail (visible UI feed backed by JSON event data) that records system actions and includes a "why this result" affordance agents can query to understand decisions.

Work at Ramp? 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/ramp.html"> <img src="https://agentability.io/badge/ramp.svg" alt="Ramp — Agentability score 37/100 (Developing)" /> </a>