Musterby Elitery
Integrations

n8n

Use Muster prompt management in n8n workflows — and trace n8n runs via OpenRouter or community nodes.

n8n is a fair-code workflow automation platform. Muster integrates with n8n in two ways.

Prompt management

Muster's prompt management is available natively as an n8n node. Drop the node into a workflow and it fetches the prompt by name and version from Muster, applies any compile-time variables, and feeds the rendered text to downstream nodes.

Muster prompt management node in an n8n workflow

Tracing

There is currently no first-party native tracing integration for n8n workflows. There are two viable workarounds:

  1. OpenRouter Broadcast — point your n8n workflow at OpenRouter as the LLM provider, then enable OpenRouter's Broadcast feature to relay traces to Muster.
  2. Community nodes — both n8n-nodes-openai-langfuse (an OpenAI wrapper node with tracing) and n8n-langfuse-shipper (a Python OTel forwarder for n8n execution data) provide tracing today.

n8n + community Langfuse node workflow

See also