Free automation health check
Point OutcomeGuard at an n8n instance. It reads your workflows and recent executions over the public REST API, judges each workflow against its own history, and shows you what it found.
Read-only. The API key is used for this one scan and then discarded — it is only stored if you choose to connect the instance afterwards.
Three steps
Create an n8n API key
In n8n: Settings → n8n API → Create an API key.
Paste the URL and the key
The base URL is whatever you open n8n at, for example https://n8n.example.com.
Read the findings
Failures, silent failures, missed runs, empty output, drift — with the evidence behind each one.
What this scan reads
- Workflow definitions: names, whether they are active, their trigger schedules, node names and a definition hash.
- Execution summaries: status, start and stop times, duration, item counts, the last node executed and error text with secrets redacted.
- Nothing else. Execution payloads are not downloaded, and the report is deleted after 7 days.