Object-storage-native, elastic, multi-tenant SQL engine for AI agent workloads. Charged-by-query.
S3 is the source of truth. Compute is stateless and elastic. Scale without data migration.
Every SQL has an RU cost. Idle agents = zero cost. Millions of agents, usage-based billing.
Per-agent, per-workspace data isolation. Safe sharing without leakage.
Context becomes data. Append history, store decisions, query with SQL.
Background compute (compaction, DDL) never blocks your OLTP queries.
Blockchain event indexing, DeFi portfolio tracking, cross-chain correlation.
Agent writes SQL
โ
โผ
TiDB Server (stateless โ parse, optimize, route)
โ
โผ
TiKV (hot cache โ ack to agent fast)
โ
โผ
S3 Object Storage (source of truth โ durable, cheap, infinite)
โ
โผ
Background Pool (compaction, DDL โ isolated, zero OLTP impact)
โ
โผ
TiCI (columnar + inverted + vector indexes โ near real-time)
All tested on a live TiDB Cloud Zero instance. Copy-paste ready SQL in the skill file.
Cross-agent memory sharing for support bots, coding agents, assistants
Append-only context for long-running tasks with crash recovery
Multi-agent coordination with optimistic locking
Provenance tracking โ what, why, based on what evidence
Multi-chain blockchain monitoring with whale detection
Position tracking, strategy reasoning, exit decision audit
Smart contract events with AI-generated interpretations