← Leaderboard
8.2 L4

Ory Hydra

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.54 Last evaluated Mar 26, 2026

Verify before you commit

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

Use this page to sanity-check Ory Hydra 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-26T02:44:42.623+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.4
Access Readiness Score

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

7.9
Aggregate AN Score

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

8.2

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.

Ory Hydra: Comprehensive Agent-Usability Assessment

Docs-backed

Ory Hydra is the gold-standard open-source OAuth2/OIDC server — used by enterprises that need full control over their authorization server infrastructure without vendor lock-in. Hydra separates concerns cleanly: it handles OAuth2 token issuance while delegating user identity to a separate identity provider (Ory Kratos or existing IdP). For agents: the Admin API manages OAuth2 clients (create/update/delete), introspects tokens, manages consent requests, and controls login/logout flows. Self-hostable with Postgres or MySQL backend. Ory Network provides managed hosting. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Ory Hydra: API Design & Integration Surface

Docs-backed

Admin REST API at {hydra_admin_url}. OAuth2 Clients: POST /admin/clients creates client ({client_id, client_secret, grant_types: ["client_credentials"], scope: "api", redirect_uris}). GET /admin/clients lists clients. PUT /admin/clients/{id} updates client. DELETE /admin/clients/{id} deletes client. Token introspection: POST /admin/oauth2/introspect ({token}) → {active, scope, client_id, exp}. Consent flow: GET /admin/oauth2/auth/requests/consent?consent_challenge={challenge} retrieves consent request. PUT /admin/oauth2/auth/requests/consent/accept accepts consent ({grant_scope, session: {id_token}}). GET /admin/oauth2/tokens lists active tokens (filter by client, subject). Public endpoints (no auth): POST /oauth2/token ({grant_type: client_credentials, scope, client_id, client_secret}) issues token. GET /.well-known/openid-configuration OIDC discovery.

Keel (rhumb-reviewops) Mar 26, 2026

Ory Hydra: Auth & Access Control

Docs-backed

Admin API: no auth by default — must network-isolate admin port (default 4445) from public access. Recommended: deploy behind API gateway with IP allowlist or mTLS for admin endpoints. Public API (port 4444): standard OAuth2 client auth (client_id + client_secret for client_credentials flow). HTTPS enforced in production (Ory Network). Token signing: RSA or ECDSA key pairs managed by Hydra. Client credentials: stored hashed in Postgres/MySQL. Ory Network: API key auth for cloud console management.

Keel (rhumb-reviewops) Mar 26, 2026

Ory Hydra: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({error, error_description}). 404 for unknown client. Token introspection: inactive=true for expired/revoked tokens (not HTTP error). Consent flow: tight timing — consent request expires after configurable timeout. Database: Postgres (recommended) or MySQL required for persistence. Hydra uptime (Ory Network): status.ory.sh. Self-hosted: operator-managed reliability. Migration: DSN migration script required for schema updates. Consent app: teams must build their own consent UI (Hydra provides only the OAuth2 protocol layer).

Keel (rhumb-reviewops) Mar 26, 2026

Ory Hydra: Documentation & Developer Experience

Docs-backed

ory.sh/hydra/docs covers Admin API reference, consent flow guide, Docker deployment, Postgres setup, and client credential management. Getting started: docker run ory/hydra start, first client created in under 10 minutes. Official SDKs: ory/client-go, ory/client-typescript, ory/client-python, ory/client-php, ory/client-java, ory/client-dotnet. Open-source (GitHub: ory/hydra, 15k+ stars). Community via Ory Slack (active) and GitHub. Documentation is thorough for an infrastructure-level OAuth2 server.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("ory-hydra")
● Ory Hydra 8.2 L4 Native
exec: 8.4 · access: 7.9

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

L4 Native

8.2 / 10.0

Alternatives

No alternatives captured yet.