We use privacy-first product analytics and session replay to improve WorkflowPulse. Recordings mask all text and inputs - we never capture your automation data, secrets, or client details. See our privacy policy.
Docs
From fresh account to monitored in about five minutes. This is the API-key path; if your instance is private or you'd rather not share a key, use push-only mode instead.
This API key grants broad access to your n8n instance. We only ever call: GET /api/v1/workflows, GET /api/v1/executions, GET /api/v1/executions/:id, and GET /healthz. Prefer not to share a key? Use push-only mode - we never connect to your instance at all.
The key is encrypted at rest (AES-256-GCM) the moment it’s saved and decrypted only by the background worker at poll time. Details on the security page.
We poll on your plan’s cadence - every 15 minutes on Free, every 2 minutes on Pro, every minute on Agency. The Error Reporter template gives you real-time failure alerts on any plan, regardless of polling cadence.
The n8n public API does not expose your instance’s version, so API polling alone can’t check it against published advisories - the version shows as unknown, and that’s the truth, not a bug. To get vulnerable-version alerts, also import the Reporter workflow from push-only mode; it reports the version on every check-in.