Postgres meta (pg)
Use this page with Global Geobase context.
What this service is
Postgres meta endpoints expose database metadata and admin-oriented introspection APIs.
When an agent should use it in a Next.js app
Use for internal tooling, schema browsing, and migration/metadata diagnostics (not end-user browser flows).
Base URL from CLI output
Derived from project settings fields such as pgMetaUrl and related metadata URLs.
Auth required
Treat as privileged surface; use server-side credentials only.
Minimal request example
# URL comes from project settings metadata, not a fixed path in this hub.Human checkpoint
Confirm endpoint availability in your project settings and avoid exposing metadata responses to public clients.
Links
Last updated on