Provision a new database instance. Call it from your backend, get a JSON response.
curl -X POST https://www.turadb.com/api/v1/db/instances \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "my-app-db",
"engine": "postgres",
"tier": "starter"
}'Uses the same TuraLogin API key across all Tura services.
Spin up a database, connect your app, and let us handle backups and scaling.
Paste this into Cursor, Claude, or ChatGPT to set up a TuraDB integration.
Full API reference and integration guides.
curl https://www.turadb.com/SKILL.mdOne account, one key. TuraDB connects with every Tura Cloud service.
Templates wire these together automatically. No code needed.
API-first building blocks for custom integrations.