Documentation Index
Fetch the complete documentation index at: https://docs.getmuster.io/llms.txt
Use this file to discover all available pages before exploring further.
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
What Elitery needs from you
During onboarding, provide: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.lmChatAnthropicn8n-nodes-base.openAi
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:| Setting | Value |
|---|---|
| Method | POST |
| URL | https://api.yourcompany.getmuster.io/api/v1/jobs/{{ $json.jobId }}/quality |
| Body | JSON (see below) |