Home / The Index / Salesloft
Developing

How agent-ready is Salesloft?

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

Salesloft received an agentability score of 35–37 out of 100 across its homepage, pricing, and documentation pages, indicating that autonomous AI agents will encounter significant friction when attempting to parse and operate the platform programmatically. While the site demonstrates strong machine readability (78/100) and acceptable status communication (65/100), it falls short in areas critical for agent interaction.

The most pressing gaps are in shadow UI avoidance and transparency, both scoring 0/100, meaning the site likely relies heavily on client-side rendering or obfuscated interfaces that agents cannot interpret, and provides no mechanism for agents to understand confidence levels, data provenance, or system reasoning. Control scored just 19/100, indicating insufficient safeguards and reversibility for agent-initiated actions. Chunking (39/100) and defaults (33/100) also limit agent efficiency by forcing navigation of poorly segmented content and requiring manual input specification.

At this level, Salesloft is navigable by human users but presents substantial barriers to autonomous agent workflows, requiring manual intervention for most tasks beyond simple information retrieval.

Score by principle

Machine Readability78 / 100
Chunking39 / 100
Control19 / 100
Status65 / 100
Defaults33 / 100
Clean Handoffs50 / 100
No Shadow UI0 / 100
Transparency0 / 100

Key findings

Defaults
Pre-fill inputs with sensible defaults wherever a reasonable one exists.
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.
Machine Readability
Among the stronger areas for Salesloft, scored 78/100.
Status
Among the stronger areas for Salesloft, scored 65/100.
Clean Handoffs
Among the stronger areas for Salesloft, scored 50/100.

How Salesloft could improve its score

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

  • Expose an activity or audit log with machine-readable output (such as a JSON event stream) that records system actions and provides a 'why this result' trail agents can parse programmatically.
  • Add transparency to key outputs by including confidence or certainty indicators in API responses and UI elements, such as 'verified' versus 'best-guess' labels, and attach source references or input citations to generated results.
  • Implement explicit confirmation steps for destructive actions using distinctly labelled controls, and add labelled pause, cancel, or stop buttons (e.g., 'Cancel import') for long-running operations instead of relying on icons alone.
  • Support undo and override capabilities on completed actions, allowing agents and users to reverse destructive changes or edit results after submission.
  • Pre-fill form inputs with sensible defaults wherever reasonable values exist, reducing the number of required decisions agents must make during workflows.
  • Structure important results as a one-line summary with expandable drill-down details, enabling agents to quickly assess relevance before processing full payloads.

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