Get a live view of your n8n instance without manual checks. The workflow builds a full inventory of workflows, nodes, tags, and webhook URLs, then serves it as JSON and as a simple HTML dashboard. It fits teams that maintain many automations and need quick insight.
Data is pulled from your n8n API and shaped into clear sections. Code nodes and JMESPath create lists and counts for each workflow, node type, and tag. Sort and Aggregate nodes rank the most used nodes and group related items. A webhook endpoint delivers an HTML page that reads XML data through an XSLT template. Another webhook returns the stylesheet so the page loads in the browser. A final JSON object can feed BI tools for deeper charts and reports.
Setup needs an n8n API credential and your base URL. Cloud users may replace environment variables with direct URLs in the noted nodes. Expect faster audits, fewer errors in reporting, and clear visibility of active and idle flows. Teams use it to track growth, spot risky public webhooks, and plan refactoring work.