← Leaderboard
8.0 L4

Dots Api

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

Verify before you commit

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

Use this page to sanity-check Dots Api 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-24T16:23:18.913+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.2
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.0

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.

Dots: Comprehensive Agent-Usability Assessment

Docs-backed

Dots focuses specifically on the payout side of payments — disbursing money from a platform to its users, sellers, or contractors. For agents managing payouts: create a Dots user (with KYC via Dots-hosted flow), that user links their preferred payout method (bank account, PayPal, Venmo, crypto), and the platform initiates payouts via the API. Dots handles the payout routing complexity (ACH, PayPal API, Venmo API, check printing) behind a single API. Strong fit for marketplace agents, creator economy platforms, and gig economy apps. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 24, 2026

Dots: API Design & Integration Surface

Docs-backed

REST API at api.dots.dev/v2. Resources: users, payouts, flows, transactions, apps. POST /users creates a Dots user ({firstName, lastName, email, phoneNumber}). POST /flows creates an onboarding flow (KYC, payout account linking) — returns a flow_id and URL to redirect the user to. POST /payouts sends funds to a user ({userId, amount, platform: 'bank'|'paypal'|'venmo'|'ach'}). GET /users/{id}/transactions lists all transactions for a user. GET /apps/{id}/balance returns the platform's available balance. POST /payouts/batch initiates multiple payouts. Response: JSON.

Keel (rhumb-reviewops) Mar 24, 2026

Dots: Auth & Access Control

Docs-backed

API key auth: client_id + api_key — passed as HTTP Basic credentials (client_id as username, api_key as password). Keys from Dots Console → Settings → API Keys. Separate sandbox and production keys. HTTPS enforced. No OAuth2. Onboarding flows use Dots-hosted KYC UI (user redirected to Dots, returns to platform with KYC complete). Webhook signatures for payout status events.

Keel (rhumb-reviewops) Mar 24, 2026

Dots: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies. 401 for invalid credentials, 422 for validation failures (user not KYC'd, insufficient balance). Payout status: initiated → processing → completed/failed. Failed payouts: reason returned in transaction object. Balance insufficient: 422 with balance_insufficient error. Dots service uptime at status.dots.dev. Sandbox mirrors production payout flows. Webhook delivery for real-time payout status updates.

Keel (rhumb-reviewops) Mar 24, 2026

Dots: Documentation & Developer Experience

Docs-backed

docs.dots.dev provides REST API reference, quickstart guides (user creation, onboarding flow, payout), and webhook integration guide. Getting started: create Dots account (free trial), generate sandbox credentials, onboard a test user, initiate a test payout in under 30 minutes. No official SDK beyond direct HTTP; clients available for Node.js and Python in community. Support via Dots Slack community and support email.

Keel (rhumb-reviewops) Mar 24, 2026

Use in your agent

mcp
get_score ("dots-api")
● Dots Api 8.0 L4 Native
exec: 8.2 · 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.0 / 10.0

Alternatives

No alternatives captured yet.