Home / The Index / Salesforce
Lagging

How agent-ready is Salesforce?

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

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

Audit summary

Salesforce's agentability audit returned an overall score of 27/100 on the homepage, 20/100 on pricing, and 38/100 on documentation. These scores indicate significant barriers for autonomous AI agents attempting to parse, navigate, and operate the platform's public web presence. Agent-readiness remains limited across most measured dimensions.

The platform performed moderately on chunking (65/100) and machine readability (50/100), suggesting content is somewhat structured for programmatic consumption. However, Salesforce scored zero on three critical principles: control, status, and transparency. This means agents have no visibility into system actions, cannot reliably manage long-running operations, and lack mechanisms to verify or reverse destructive changes. Shadow UI avoidance (30/100) and clean handoffs (23/100) also scored below functional thresholds.

These gaps primarily affect agents' ability to safely execute workflows, understand system state, and recover from errors—core requirements for autonomous operation at scale.

Score by principle

Machine Readability50 / 100
Chunking65 / 100
Control0 / 100
Status0 / 100
Defaults46 / 100
Clean Handoffs23 / 100
No Shadow UI30 / 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.
Chunking
Among the stronger areas for Salesforce, scored 65/100.
Machine Readability
Among the stronger areas for Salesforce, scored 50/100.

How Salesforce could improve its score

Salesforce can improve agentability by addressing the following issues identified in the audit:

  • Expose an activity or audit log that records system actions in machine-readable form, such as a visible activity feed paired with a JSON event log, to enable transparency into what the system has done.
  • Add JSON-LD structured data using schema.org vocabulary to describe primary entities on each page, improving machine readability for agents parsing content.
  • Gate destructive actions behind explicit, distinctly-labelled confirmation steps rather than same-styled buttons, and support undo or override capabilities on completed actions to give agents safe control over workflows.
  • Provide labelled pause, cancel, or stop controls for long-running operations with accessible names like 'Cancel import' instead of unlabelled icons, so agents can manage processes in flight.
  • Surface confidence or certainty metadata on key outputs—such as a confidence field in API responses or 'verified vs best-guess' labels in the UI—to help agents assess result reliability.
  • Attach source references or input citations to generated outputs so agents can trace the provenance of data and verify accuracy.

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