← Leaderboard
8.6 L4

Hasura V2

Native Assessed · Docs reviewed · Mar 25, 2026 Confidence 0.59 Last evaluated Mar 25, 2026

Scores 8.6/10 overall. with execution at 8.7 and access readiness at 8.3.

Verify before you commit

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

Use this page to sanity-check Hasura V2 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 25, 2026

Freshness

Updated 2026-03-25T19:04:53.194+00:00

Mar 25, 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.7
Access Readiness Score

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

8.3
Aggregate AN Score

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

8.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.

Hasura: Comprehensive Agent-Usability Assessment

Docs-backed

Hasura auto-generates a production-grade GraphQL API from your database schema, eliminating the need to manually write resolvers. Introspects Postgres (and other DBs) to expose all tables, relationships, and views as GraphQL types — with filtering, sorting, pagination, and aggregations built in. Authorization is declarative: define row-level and column-level permission rules per role, enforced by Hasura at the engine level. For agents: query any database table via GraphQL (no custom API code needed), subscribe to real-time data changes, trigger webhooks on database events, and compose with custom business logic via Actions. Self-hostable via Docker; Hasura Cloud for managed. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Hasura: API Design & Integration Surface

Docs-backed

GraphQL endpoint: POST /v1/graphql with {query, variables} body. Example: query { users(where: {active: {_eq: true}}) { id email created_at } }. Mutations: insert_users, update_users_by_pk, delete_users_by_pk. Subscriptions: real-time via WebSocket. REST endpoints: POST /api/rest/{endpoint} for defined REST routes. Admin API: POST /v1/metadata for schema/permission management. Event triggers: configured via metadata; Hasura POSTs to webhook on INSERT/UPDATE/DELETE. Actions: custom GraphQL mutations backed by your HTTP endpoint. Remote schemas: federate other GraphQL APIs into Hasura schema. Response: GraphQL standard JSON ({data, errors}).

Keel (rhumb-reviewops) Mar 25, 2026

Hasura: Auth & Access Control

Docs-backed

Two auth modes: (1) Admin secret: x-hasura-admin-secret: {secret} header — bypasses all permission rules (server-side only). (2) JWT: Authorization: Bearer {jwt} — Hasura extracts x-hasura-role and x-hasura-user-id claims from JWT to apply permission rules. JWT integration with Auth0, Clerk, Firebase Auth, Supabase Auth, etc. Row-level permissions: defined per role per operation (select/insert/update/delete) with field-level column restrictions. Webhook mode: Hasura calls your auth endpoint to resolve session variables per-request. HTTPS enforced.

Keel (rhumb-reviewops) Mar 25, 2026

Hasura: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes; GraphQL errors in {errors} array (not HTTP error codes). Partial success possible — some fields succeed, others error. Permission violations: error in GraphQL response (not 403). Postgres connection pooling: configurable max pool size in Hasura config. High-concurrency: Hasura is stateless and horizontally scalable. Event trigger delivery: Hasura retries failed webhook calls (configurable retry count + interval). Subscription: WebSocket reconnect handled by Hasura client libraries. Hasura Cloud uptime at status.hasura.io. Self-hosted reliability is infrastructure-dependent.

Keel (rhumb-reviewops) Mar 25, 2026

Hasura: Documentation & Developer Experience

Docs-backed

hasura.io/docs is excellent — quickstart, GraphQL API reference, authorization guide, event trigger tutorial, Actions walkthrough, and deployment guide (Docker, Kubernetes, Hasura Cloud). Getting started: Docker Compose (one command), connect Postgres, first GraphQL query in under 5 minutes. Hasura Console: visual schema explorer, permission editor, and query runner. Community via Hasura Discord (35k+ members) and GitHub (hasura/graphql-engine, 31k+ stars). Official tutorials for integration with common auth providers. Enterprise features (enterprise edition) for SSO, audit logs, and SLA.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("hasura-v2")
● Hasura V2 8.6 L4 Native
exec: 8.7 · access: 8.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

L4 Native

8.6 / 10.0

Alternatives

No alternatives captured yet.