Quickly see which n8n workflows use which app credentials. Ask questions in plain English and get instant answers, like which projects use Slack and Google Sheets. Built for IT and operations teams that need fast visibility and safer change control.
The build has two parts. First, a manual run calls the n8n API to list all workflows, maps each workflow’s name and credential list, and writes that data into a small SQLite table. Second, a chat entry point lets you type a question. An AI model turns your words into a SQL query, runs it against the local database, and replies with the result. A short memory keeps the conversation context so you can refine your search.
You will need an n8n API key and an OpenAI API key. Run the data load step to rebuild the database, then use the chat interface to search. Expect faster audits, quicker impact checks during credential rotation, and fewer missed dependencies. If your n8n instance restarts, rebuild the database by running the first step again. Teams with many automations will save hours each month by avoiding manual checks.