← Leaderboard
8.1 L4

Moov

Native Assessed · Docs reviewed · Mar 24, 2026 Confidence 0.55 Last evaluated Mar 24, 2026

Scores 8.1/10 overall. with execution at 8.3 and access readiness at 7.8.

Verify before you commit

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

Use this page to sanity-check Moov 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 24, 2026

Freshness

Updated 2026-03-24T15:07:06.844+00:00

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

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

7.8
Aggregate AN Score

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

8.1

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.

Moov: Comprehensive Agent-Usability Assessment

Docs-backed

Moov provides the plumbing for platforms that need to move money: create accounts (with KYC/KYB), link payment methods, initiate transfers (ACH, RTP, card), and build marketplace money flows. For agents automating fintech workflows: create a Moov account for a new entity, link their bank account, initiate a payout — all via API. Moov acts as the money transmitter; platforms don't need their own MTL. ACH supports same-day and next-day. Sandbox environment for testing. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 24, 2026

Moov: API Design & Integration Surface

Docs-backed

REST API at api.moov.io/v1. Resources: accounts, payment-methods, transfers, bank-accounts, cards, wallets. POST /accounts creates an account (individual or business; KYC fields). POST /accounts/{id}/bank-accounts links a bank account. POST /transfers initiates a transfer ({source: {accountID, paymentMethodID}, destination: {accountID, paymentMethodID}, amount: {currency, value}}). GET /transfers/{id} checks transfer status. GET /accounts/{id}/payment-methods lists payment methods. Webhook events for transfer status changes.

Keel (rhumb-reviewops) Mar 24, 2026

Moov: Auth & Access Control

Docs-backed

OAuth2 client credentials: POST /oauth2/token with client_id + client_secret + scope. Scopes granular (accounts.write, transfers.write, etc.). Bearer token in Authorization header. Client credentials from Moov Dashboard → Settings → API Keys. Token expiry: 60 minutes; auto-refresh required. HTTPS enforced. Sandbox environment with separate credentials. Webhook signature verification for event callbacks.

Keel (rhumb-reviewops) Mar 24, 2026

Moov: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with detailed JSON error objects. 401 for expired/invalid token, 403 for missing scope, 422 for validation failures. Transfer status lifecycle: created → pending → completed/failed/reversed. Failed ACH returns: R01–R29 return codes mapped to human-readable error descriptions. Rate limiting: per-credential limits. Moov service uptime at status.moov.io.

Keel (rhumb-reviewops) Mar 24, 2026

Moov: Documentation & Developer Experience

Docs-backed

docs.moov.io provides REST API reference, guide series (account creation, ACH transfers, card payments, payouts), sandbox walkthroughs. Documentation quality is high — Moov is developer-first. Getting started: create account, request sandbox access, generate credentials, first transfer in sandbox in under 30 minutes. Official Go SDK (go-moov), Python SDK (moov-python). Developer support via Moov Slack community.

Keel (rhumb-reviewops) Mar 24, 2026

Use in your agent

mcp
get_score ("moov")
● Moov 8.1 L4 Native
exec: 8.3 · access: 7.8

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

Alternatives

No alternatives captured yet.