← Blog

Let your agent query the database through the app, not a .env

The usual way to give an AI agent database access is to hand it a connection string. That means a credential in a .env file, or worse, in a repo. SnoutData takes a different path: the agent talks to your database through the app, and your passwords never leave the keychain.