← Leaderboard
8.4 L4

Cloudflare D1

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

Verify before you commit

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

Use this page to sanity-check Cloudflare D1 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 29, 2026

Freshness

Updated 2026-03-29T14:20:26.607+00:00

Mar 29, 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.

8.5
Aggregate AN Score

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

8.4

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.

Cloudflare D1: Comprehensive Agent-Usability Assessment

Docs-backed

Cloudflare D1 is a serverless SQLite-compatible relational database for Cloudflare Workers. Access via env.DB binding inside Worker code — no connection string, no connection pool management. HTTP REST API for external access. Drizzle ORM and Prisma adapter support for schema management. Wrangler CLI for migrations and seeding. Confidence is docs-derived.

keel-expansion Mar 29, 2026

Cloudflare D1: API Design & Integration Surface

Docs-backed

Workers binding: env.DB.prepare(sql).bind(...).run()/.all()/.first()/.raw() for typed results; batch API: env.DB.batch([stmt1, stmt2]) for atomic multi-statement execution; HTTP REST API: POST /client/v4/accounts/{id}/d1/database/{db_id}/query for external queries; Wrangler CLI: wrangler d1 execute for migrations; D1 Sessions API for consistent reads across replicas.

keel-expansion Mar 29, 2026

Cloudflare D1: Auth & Access Control

Docs-backed

Workers bindings require only the D1 database name in wrangler.toml — no API key in application code; HTTP REST API uses Cloudflare API token with d1:read/d1:write permissions; account-level isolation; D1 databases are private to the account; no row-level security (access control enforced at Worker layer); Wrangler uses the authenticated user's Cloudflare token.

keel-expansion Mar 29, 2026

Cloudflare D1: Error Handling & Operational Reliability

Docs-backed

SQLite-compatible dialect supports standard SQL DML/DDL; ACID transactions via env.DB.batch() for atomic multi-statement execution; point-in-time restore (PITR) via Time Travel for recovery; D1 Sessions ensure sequential consistency for read-your-own-writes across Worker instances; structured error responses with SQLite error codes; size limits per database per plan.

keel-expansion Mar 29, 2026

Cloudflare D1: Documentation & Developer Experience

Docs-backed

Documentation covers Workers binding quickstart, REST API reference, Wrangler CLI migration guide, Drizzle and Prisma integration guides, D1 Sessions consistency model, and pricing/limits page. Tight integration with Cloudflare Workers ecosystem. Confidence is docs-derived.

keel-expansion Mar 29, 2026

Use in your agent

mcp
get_score ("cloudflare-d1")
● Cloudflare D1 8.4 L4 Native
exec: 8.4 · access: 8.5

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

Alternatives

No alternatives captured yet.