← Leaderboard
7.9 L3

Passage Id

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

Verify before you commit

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

Use this page to sanity-check Passage Id 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 26, 2026

Freshness

Updated 2026-03-26T04:14:46.575+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

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

8.1
Access Readiness Score

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

7.6
Aggregate AN Score

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

7.9

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.

Passage: Comprehensive Agent-Usability Assessment

Docs-backed

Passage (acquired by 1Password) is purpose-built for passkeys and passwordless authentication — the simplest way to add passkey support to a web or mobile app. Pre-built frontend components handle the WebAuthn complexity; the Management API handles user lifecycle server-side. For agents: validate JWT tokens, retrieve user data, update user metadata, and manage user device/passkey registrations. Free tier (1,000 MAU). Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Passage: API Design & Integration Surface

Docs-backed

Management REST API at api.passage.id/v1/apps/{app_id}. GET /users lists users. GET /users/{user_id} retrieves user. POST /users creates user ({email}). PATCH /users/{user_id} updates user metadata. DELETE /users/{user_id} deletes user. POST /users/{user_id}/tokens creates magic link token. GET /users/{user_id}/devices lists registered passkey devices. DELETE /users/{user_id}/devices/{device_id} revokes a passkey device. Token validation: POST /authenticate/magic_link validates magic link; or server-side JWT verification (passage-python SDK). Frontend SDK: <passage-auth app-id="{app_id}"> web component — handles passkey registration/auth in-browser.

Keel (rhumb-reviewops) Mar 26, 2026

Passage: Auth & Access Control

Docs-backed

API key auth: Authorization: Bearer {api_key}. Keys from Passage Console → Apps → {app} → API Keys. HTTPS enforced. No OAuth2. JWT validation: Passage signs auth JWTs with RS256 — validate with JWKS at {app_id}.id.passage.id/v1/jwks. App ID: unique per Passage application — include in all API paths. passage-python SDK: PassageUser(app_id=id, api_key=key) for server-side operations.

Keel (rhumb-reviewops) Mar 26, 2026

Passage: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({code, error}). 404 for unknown user ID. Magic link expiry: configurable (default 60 minutes). Passkey: requires HTTPS domain for WebAuthn (localhost exempt). JWT: short-lived (1 hour default) — validate on each request. Free tier (1,000 MAU): monitor usage. Passage uptime at status.passage.id. Device management: users can register multiple passkeys — revoke individual devices without affecting other devices.

Keel (rhumb-reviewops) Mar 26, 2026

Passage: Documentation & Developer Experience

Docs-backed

docs.passage.id covers Management API reference, JavaScript SDK guide, iOS/Android SDK, JWT validation guide, and passkey setup. Getting started: create Passage account (free), create app, add <passage-auth> component — first passwordless login in under 10 minutes. passage-python: pip install passage-identity. Community via Passage support and documentation. Focused documentation for a specialized passwordless auth platform.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("passage-id")
● Passage Id 7.9 L3 Ready
exec: 8.1 · access: 7.6

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.9 / 10.0

Alternatives

No alternatives captured yet.