Troubleshooting If requests fail, run or How It Works db9 is a serverless, Postgres-compatible database built for AI agents. You provision a database in under a second, then either run SQL via the control-plane REST API or connect directly over the Postgres wire protocol (pgwire) with a short-lived connect token. Base URL: Authentication All requests use Bearer token auth: The server-side API key is a 128-character hex string (no prefix). Never send it to any domain other than . Environment Variables | Variable | Description | |---|---| | | db9 server-side API key (128-char hex) | Key Endpoin…