Skip to main content

How it works

The n8n connector:
  • Discovers all n8n workflows containing LLM nodes automatically
  • Streams execution results by polling the n8n Execution API every 30 seconds
  • Infers quality checks from execution output
Elitery deploys and manages the connector. Your n8n workflow developers do nothing.

What Elitery needs from you

During onboarding, provide:
If your n8n uses a self-signed TLS certificate:

Which workflows are monitored

The connector automatically identifies AI workflows by detecting LLM nodes:
  • @n8n/n8n-nodes-langchain.agent
  • @n8n/n8n-nodes-langchain.openAi
  • @n8n/n8n-nodes-langchain.lmChatOpenAi
  • @n8n/n8n-nodes-langchain.lmChatAnthropic
  • n8n-nodes-base.openAi
Non-AI workflows (data pipelines, email triggers, etc.) are ignored.

What your n8n developers do

Nothing for automatic monitoring. For precise quality checks on critical workflows, add an HTTP Request node as the last step: Node settings:
This is optional — the connector already provides automatic monitoring without it.