- Provide fast Postgres operations for agent workflows.
- Reduce latency for common API queries and actions.
- Postgres API integration and FGP method surface.
- Local daemon execution and request routing.
- Full replacement for official Postgres clients.
- Managing billing or unrelated admin workflows.
- Hosting or multi-tenant service operation.
- Keep API calls explicit and minimal.
- Favor predictable responses over breadth.
- Warm-call performance is the primary metric.
- Avoid leaking sensitive data in logs.
- FGP daemon handles socket requests and dispatch.
- Postgres API calls authenticated via local credentials.
- FGP methods for Postgres workflows.
- CLI entrypoints via
fgp call.
- Runs locally with provider credentials.
- Owners: Postgres daemon maintainers.
- Integration tests for core endpoints.
- Error handling for auth and rate limits.
- Credentials provided via environment or local config.
- Avoid logging sensitive payloads.
- Include timing metadata in responses.
- Surface API errors with context.
- API changes or rate limits affecting reliability.
- Expand coverage for additional Postgres workflows.