Overview
Post AI is managed PostgreSQL on Cloudflare Workers. It gives your team a single SQL endpoint — queries, transactions, migrations, and audit trail — powered by Neon PostgreSQL via Hyperdrive, with no infrastructure to manage.
Base URL
Section titled “Base URL”https://postdb.dev/apiArchitecture
Section titled “Architecture”Your App → POST /query → Cloudflare Worker → Hyperdrive → Neon PostgreSQL ↓ D1 Audit Trail- Hyperdrive accelerates Postgres connections from the edge — global p95 <50ms
- Tenant isolation via
SET LOCAL search_path = "tenant_{id}", public— each tenant’s data is fully isolated - Audit trail — every query is logged to an immutable D1 hash chain
MCP Server
Section titled “MCP Server”Post AI exposes 5 MCP tools so AI agents can query and migrate your database directly — no separate tooling needed.
Next steps
Section titled “Next steps”- Quickstart — first query in 2 minutes
- Connecting PostgreSQL — Hyperdrive setup