PostgreSQL
Connect PostgreSQL and your agents can inspect schemas, write and run read-only SQL, and turn the answer into a summary, a chart or the next step in a workflow. Any write, update or DDL is a destructive-tier action that runs only after you approve the exact statement.
What your agents can do with PostgreSQL
- Inspect schemas, tables and columns
- Write and run read-only queries
- Run writes or DDL (with approval)
- Turn query results into reports
How to connect PostgreSQL to Velaris
- 1
Create your Velaris account
Sign up and open your AI OS desktop.
- 2
Open Connections
Go to Settings → Connections in the OS.
- 3
Connect PostgreSQL
Authorize PostgreSQL with scoped access you control.
- 4
Ask an agent to act
Tell Velaris a goal — it uses PostgreSQL from the mesh automatically.
Popular ways to use it
PostgreSQL + Velaris — common questions
Can an agent run write queries against my database?
Reads run automatically. Every INSERT, UPDATE, DELETE or DDL statement is held as a destructive-tier action — you see the exact SQL, approve it, and the run is logged.
How do I stop agents from touching sensitive tables?
Connect with a dedicated read-only role and grant it only the schemas you want visible. Velaris cannot see past the permissions of the role you give it.
Can Velaris reach Postgres behind a firewall or VPC?
Yes — allowlist the Velaris egress IPs or route the connection through your own tunnel. The connection string and credentials are stored encrypted.