Home / The Index / Make
Agent-Blind

How agent-ready is Make?

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

Make's agentability audit returned scores of 18/100 on the homepage, 14/100 on pricing, and 39/100 on documentation, indicating significant barriers for autonomous AI agents attempting to parse and operate the platform. The documentation page showed moderate structural readability, while the homepage and pricing pages presented substantial navigational challenges.

The audit identified critical weaknesses across multiple Agent Factors Engineering principles. Transparency, defaults, and shadow UI avoidance all scored 0/100, meaning the platform provides no machine-readable activity logs, lacks default values for agent interactions, and does not differentiate between visible and hidden UI patterns. Control scored 13/100, reflecting missing safeguards for destructive actions and limited interrupt capabilities. Machine readability reached 40/100, suggesting some structural markup exists but remains inconsistent across key pages.

These scores indicate that Make's current interface is built primarily for human users, with minimal affordances for programmatic or agent-driven interaction. Agents will struggle to confirm action outcomes, trace decision paths, or safely navigate critical workflows without substantial manual supervision.

Score by principle

Machine Readability40 / 100
Chunking20 / 100
Control13 / 100
Status20 / 100
Defaults0 / 100
Clean Handoffs50 / 100
No Shadow UI0 / 100
Transparency0 / 100

Key findings

Transparency
Expose an activity/audit log or a 'why this result' affordance that records system actions in machine-readable form (a visible activity feed plus a JSON event log).
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Transparency
Offer a one-line summary plus an expandable drill-down for important results.
Transparency
Attach source references or input citations (link or id) to generated outputs.
Control
Gate destructive actions behind an explicit, distinctly-labelled confirmation step — not a same-styled button.
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Clean Handoffs
Among the stronger areas for Make, scored 50/100.

How Make could improve its score

Make can improve agent-readiness by implementing the following targeted fixes:

  • Add semantic HTML landmarks (<header>, <nav>, <main>, <article>, <section>, <footer>) to replace generic <div> and <span> elements, improving structural navigation for agents.
  • Expose an activity or audit log with both a visible feed and JSON event log, allowing agents to verify and trace system actions in machine-readable format.
  • Gate destructive actions behind explicitly-labelled confirmation steps that are visually and semantically distinct from standard buttons, preventing accidental irreversible operations.
  • Provide labelled pause, cancel, or stop controls for long-running tasks with accessible names like 'Cancel import' rather than ambiguous icons.
  • Surface confidence scores or verification labels on key outputs through API response fields or UI indicators distinguishing verified data from best-guess results.
  • Support undo or override functionality on completed destructive actions, with clear visual affordances for reversing recent changes.

Work at Make? 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/make.html"> <img src="https://agentability.io/badge/make.svg" alt="Make — Agentability score 18/100 (Agent-Blind)" /> </a>