Zero friction. No signup. Just a JSON response.
Get a full-featured MySQL-compatible database with Vector & Full-Text Search in milliseconds.
curl -X POST https://api.tidb.instant/v1/databaseNative Vector Search integration. Store embeddings alongside relational data.
Not a lite version. Joins, Transactions, and standard SQL support.
72-hour lifespan. Use it for CI tests, demos, or agent sessions. Claim to keep.
Milliseconds to provision. No cold starts. Always ready for your query.
See how an AI Agent can spin up a database, enable vector search, seed data, and deploy a demo app in seconds using TiDB Instant.
Click to watch an agent build a "Vector Search E-commerce" demo from scratch.
npx skills add https://github.com/tidbcloud/skills --skill tidb-instantProvisions a new TiDB Instant instance. Returns connection details immediately.
{
"region": "us-west-2" // default
}{
"database_id": "db_550e84...",
"expires_at": "2026-02-01T10:00:00Z",
"claim_url": "https://tidb.cloud/...",
"status": "unclaimed",
"connection": {
"host": "gateway.tidb.cloud",
"port": 4000,
"user": "2FA9.root",
"password": "...",
"database": "db_550e84",
"ssl": true,
"dsn": "mysql://..."
}
}Retrieve connection details or check expiration status for an existing instance.