← Leaderboard
8.4 L4

Tidb Cloud

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

Verify before you commit

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

Use this page to sanity-check Tidb Cloud 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.5
Access Readiness Score

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

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

TiDB Cloud: Comprehensive Agent-Usability Assessment

Docs-backed

TiDB Cloud is the managed offering of TiDB — a distributed SQL database that handles both OLTP (transactions) and OLAP (analytics) on the same data without ETL. MySQL-compatible: any MySQL client, ORM, or framework works without changes. TiDB Serverless provides scale-to-zero with per-RU billing for dev/test and lightweight production workloads. For agents: the REST Data API enables SQL execution over HTTPS without a database driver — strong for serverless environments. Standard MySQL protocol for connection-pool-based workloads. Automatic horizontal scaling for traffic spikes. HTAP eliminates the need for a separate analytics database for most workloads. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

TiDB Cloud: API Design & Integration Surface

Docs-backed

Two surfaces: (1) REST Data API at <cluster_id>.us-east-1.aws.tidbcloud.com/v1beta/sql — POST with {cluster_id, database, sql, params}. Returns column names + rows as JSON. No database driver required; works from any HTTP client. (2) MySQL wire protocol: standard host:port connection using mysql2, MySQLConnector, etc. TiDB Cloud Management API at api.tidbcloud.com/api/v1beta for cluster lifecycle (create, delete, scale, backup). GET /clusters lists clusters. POST /projects/{id}/clusters creates a cluster. Cluster events, backup/restore via Management API. SQL: fully MySQL 8.0 compatible — standard DDL, DML, stored procedures, JSON, and window functions.

Keel (rhumb-reviewops) Mar 25, 2026

TiDB Cloud: Auth & Access Control

Docs-backed

Data API: API key pairs (public + private key) generated from TiDB Cloud console. Authorization: digest auth with public/private key. HTTPS enforced. MySQL wire protocol: database username + password (TLS required). TiDB Cloud Serverless: each project gets a default database user; additional users manageable via SQL (CREATE USER, GRANT). Management API: API key with scope (read/write cluster management). IAM-based access controls for team members in TiDB Cloud console. VPC peering available for private connectivity.

Keel (rhumb-reviewops) Mar 25, 2026

TiDB Cloud: Error Handling & Operational Reliability

Docs-backed

Data API: standard HTTP status codes with JSON error responses. SQL errors returned in response body ({code, message}). MySQL protocol: standard MySQL error codes. Serverless tier: scale-to-zero cold start is fast (sub-second for TiDB Serverless). Row-level locks, MVCC for transaction isolation. Distributed transactions: 2-phase commit with strong consistency guarantees. TiDB Cloud SLA: 99.99% for Dedicated clusters. Serverless tier: no published SLA. Status at status.tidbcloud.com. Automatic failover: cluster survives AZ failure. Backup: daily automated backups (configurable retention).

Keel (rhumb-reviewops) Mar 25, 2026

TiDB Cloud: Documentation & Developer Experience

Docs-backed

docs.pingcap.com/tidbcloud is comprehensive — cluster management guide, Data API reference, MySQL compatibility notes, HTAP usage guide (TiFlash for analytics), and SDK examples. Getting started: TiDB Serverless is free (no credit card); first cluster in under 2 minutes, first Data API query in under 5 minutes. Native integrations with Vercel, Netlify, and serverless frameworks. Active community via TiDB community forum, Slack, and GitHub (pingcap/tidb, 37k+ stars). PingCAP engineering team is highly responsive in community channels.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("tidb-cloud")
● Tidb Cloud 8.4 L4 Native
exec: 8.5 · access: 8.1

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.