How to connect project data stores safely so drafts can include current account context for support, while keeping execution bounded by policy and approvals.
Queries should key from a bounded customer identifier.
Safety
Policy-gated
Lookups are used in governed draft surfaces only.
1.0
Why this is a support-context feature
This feature adds live account facts to AI drafting (for example plan, seats, or billing state) without making your entire database a knowledge base. Use it when your support team needs current state, not static docs.
Supports current-state answers
Prevents stale knowledge snapshots
Operates inside project-level policy
2.0
Pick one secure connection path
Open `/projects/[projectId]/data` and choose the integration mode that matches your infrastructure policy.
Postgres URL: direct encrypted read-only connection through an approved DB role.
Signed HTTPS relay: use when your database is private, behind ACLs, or requires brokered access.
Both paths support the same project approval workflow and audit visibility.
Operations
What this means in production.
These pages describe the product contract behind the UI, not a decorative brochure. Each surface should connect back to the same governed support loop.
Control boundary
Live account data is fetched at query time instead of being silently embedded.
Operator workflow
Support moves through secure ingest, AI preparation, human approval, outbound execution, and audit evidence.
Configuration impact
Provider setup, project policies, knowledge trust, retention, and billing limits decide how this behaves for a real workspace.
Proof points
Designed for governed support, not hidden autonomy.
Live account data is fetched at query time instead of being silently embedded.
All lookups remain bound to project and tool permissions.
Draft context stays within the governed workflow with approval-first execution.
References
Official stack and legal references.
These external links point to provider documentation, privacy notices, data-processing terms, or platform terms that shape production operation.