Home / The Index / Intercom
Developing

How agent-ready is Intercom?

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

Intercom's overall agentability score of 37–44 across its homepage, pricing, and documentation indicates that autonomous AI agents will encounter significant friction when attempting to parse content, understand system state, and complete workflows. The platform demonstrates strong machine readability (83/100), meaning its HTML structure is well-formed and semantically sound. However, critical gaps in transparency (0/100), defaults (27/100), and shadow UI avoidance (15/100) prevent agents from understanding system confidence, distinguishing authenticated from public features, or reliably interacting with dynamic interface elements.

The low transparency score reflects a complete absence of machine-readable explanations for system outputs—agents cannot determine confidence levels, trace provenance of results, or access audit logs. Similarly, the poor shadow UI avoidance score suggests heavy reliance on client-side rendering or interactive elements that lack accessible labels and semantic hooks. These issues combine to make Intercom's interface difficult for agents to navigate predictably, though the solid machine readability foundation means many of these problems are addressable through incremental improvements to markup and API design.

Score by principle

Machine Readability83 / 100
Chunking40 / 100
Control47 / 100
Status35 / 100
Defaults27 / 100
Clean Handoffs50 / 100
No Shadow UI15 / 100
Transparency0 / 100

Key findings

Defaults
Clearly distinguish what's usable without auth from what requires sign-in.
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.
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).
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Machine Readability
Among the stronger areas for Intercom, scored 83/100.
Clean Handoffs
Among the stronger areas for Intercom, scored 50/100.

How Intercom could improve its score

Intercom can meaningfully improve agentability by addressing the following gaps identified in the audit:

  • Add confidence or certainty metadata to API responses and label UI outputs as 'verified' versus 'best-guess' so agents can assess reliability of information.
  • Expose an activity log or audit trail in both human-readable (visible feed) and machine-readable (JSON event log) formats, and provide 'why this result' affordances that explain system decisions.
  • Clearly mark which features and content are accessible without authentication versus those requiring sign-in, enabling agents to plan workflows appropriately.
  • Provide labeled pause, cancel, or stop controls for long-running operations with accessible names like 'Cancel import' instead of unlabeled icons.
  • Wrap status messages and updates in ARIA live regions (role=status or role=alert) so agents can monitor state changes programmatically.
  • Include source references, input citations, or provenance links on generated outputs, and structure important results as a one-line summary with an expandable drill-down for details.

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