← Leaderboard
7.6 L3

Stoplight

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

Scores 7.6/10 overall. with execution at 7.7 and access readiness at 7.3.

Verify before you commit

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

Use this page to sanity-check Stoplight 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-23T18:15:56.168071+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.7
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.6

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.

Stoplight: API Design & Integration Surface

Docs-backed

REST API at api.stoplight.io/v1. Resources: workspaces, projects, branches, nodes (API elements). GET /workspaces/{id}/projects lists projects. GET /projects/{id}/branches lists branches with their OpenAPI specs. POST /projects/{id}/push pushes an OpenAPI spec update to a project. Stoplight Docs hosting: published docs at {org}.stoplight.io. Spectral CLI: npm install -g @stoplight/spectral-cli; `spectral lint openapi.yaml --ruleset .spectral.yaml` runs style guide checks. Mock server: Prism (open-source companion) runs mock servers from OpenAPI specs locally or in CI.

Rhumb editorial team Mar 23, 2026

Stoplight: Error Handling & Operational Reliability

Docs-backed

REST API: standard HTTP status codes with JSON errors. 401 for invalid/expired token, 404 for missing project/branch. Spectral CLI: exit 0 (no lint errors), 1 (lint errors found) — suitable for CI gating. Lint results: severity (error/warn/info/hint), path, message, source location in YAML/JSON. Stoplight platform uptime at status.stoplight.io. Mock server (Prism) runs locally; no external dependency for mocking. Rate limits not prominently documented for REST API.

Rhumb editorial team Mar 23, 2026

Stoplight: Comprehensive Agent-Usability Assessment

Docs-backed

Stoplight is an API design and governance platform — its primary value is in designing APIs (visual OpenAPI editor), enforcing API style guides (Spectral linter), hosting API documentation (Stoplight Docs), and generating mock servers from specs. For agents, the key programmatic surfaces are: (1) Spectral CLI for OpenAPI linting in CI pipelines, (2) Stoplight REST API for workspace and project management, and (3) mock server generation from OpenAPI specs. Not a runtime API testing tool — it's design-time governance. Used by teams managing large API portfolios who want consistency and automated style guide enforcement. Confidence is docs-derived.

Rhumb editorial team Mar 23, 2026

Stoplight: Auth & Access Control

Docs-backed

REST API: Bearer token auth via Authorization: Bearer {token}. Tokens from Stoplight account settings → API Tokens. Workspace-scoped tokens. HTTPS enforced. Spectral CLI: no auth required for local linting; Stoplight platform connectivity for remote ruleset fetching uses the same API token. RBAC via Stoplight workspace roles: viewer, editor, admin. Projects can be public (external docs visible) or private (workspace members only).

Rhumb editorial team Mar 23, 2026

Stoplight: Documentation & Developer Experience

Docs-backed

docs.stoplight.io provides Stoplight Studio guide (visual editor), Spectral ruleset documentation (built-in rules + custom rule authoring), REST API reference, mock server (Prism) documentation, and documentation hosting configuration. Getting started requires a Stoplight account (free plan available with limited projects). Spectral is fully open-source (no account needed for CLI linting). GitHub integration for spec sync and CI checks. Community via Stoplight Community forum and Spectral GitHub.

Rhumb editorial team Mar 23, 2026

Use in your agent

mcp
get_score ("stoplight")
● Stoplight 7.6 L3 Ready
exec: 7.7 · 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.6 / 10.0

Alternatives

No alternatives captured yet.