← Leaderboard
7.7 L3

Percy

Ready Assessed · Docs reviewed · Mar 23, 2026 Confidence 0.53 Last evaluated Mar 23, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Percy quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 23, 2026

Freshness

Updated 2026-03-23T15:15:06.406904+00:00

Mar 23, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

7.9
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.3
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

7.7

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Percy: Comprehensive Agent-Usability Assessment

Docs-backed

Percy captures web page screenshots during CI runs and shows pixel-level visual diffs for human review — making visual regressions visible in pull requests before deployment. Integration pattern: install Percy SDK for your test framework, set PERCY_TOKEN, call percySnapshot() in tests to capture pages. Percy uploads snapshots to its platform, renders across configured browsers/viewports, and creates a build with a diff for review. Part of BrowserStack since 2021. For agents in QA automation pipelines, Percy adds visual regression gating to CI without requiring specialized visual testing knowledge. Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Percy: API Design & Integration Surface

Docs-backed

REST API at percy.io/api/v1. Resources: builds, snapshots, comparisons. GET /api/v1/projects/{projectId}/builds lists builds (status, total_snapshots, total_comparisons). GET /api/v1/builds/{id}/snapshots lists snapshots in a build with diff status (approved/changes_requested/unreviewed). POST /api/v1/builds/{id}/approve approves all unreviewed changes in a build. Primary integration via SDK (percy-cli, @percy/selenium, @percy/cypress, @percy/playwright): snapshots captured and uploaded automatically during test execution. Token (PERCY_TOKEN) identifies the project.

Rhumb editorial team Mar 23, 2026

Percy: Auth & Access Control

Docs-backed

PERCY_TOKEN environment variable for SDK authentication. Project token from Percy settings. REST API: Authorization: Token {token} header using the same project token. Project-scoped access; each Percy project has its own token. No OAuth2; token is the single auth mechanism. Team access managed via Percy organization settings (owner, member, reviewer roles). HTTPS enforced. Token rotation via Percy project settings.

Rhumb editorial team Mar 23, 2026

Percy: Error Handling & Operational Reliability

Docs-backed

SDK connectivity errors surface in CLI output. REST API: standard HTTP status codes. 401 for invalid token, 404 for missing build/snapshot. Build status: pending (upload in progress), processing (rendering), finished (diff ready). Diff classification: no_diffs (no visual change), diffs (changes detected requiring review). CI status integration: Percy sets GitHub/GitLab commit status to pending until build is approved. Percy SaaS uptime (now BrowserStack infrastructure). Rate limits documented per plan tier.

Rhumb editorial team Mar 23, 2026

Percy: Documentation & Developer Experience

Docs-backed

browserstack.com/docs/percy provides SDK integration guides for Selenium, Cypress, Playwright, Storybook, WebdriverIO, and more. REST API reference available. Getting started requires a Percy account (free plan with limited screenshots/month). Percy CLI for framework-agnostic screenshot capture (snapshots from static HTML or URL). Integration with GitHub, GitLab, Bitbucket for PR status checks. Community support via BrowserStack Community.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("percy")
● Percy 7.7 L3 Ready
exec: 7.9 · access: 7.3

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L3 Ready

7.7 / 10.0

Alternatives

No alternatives captured yet.