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.

Tracing
There is currently no first-party native tracing integration for n8n workflows. There are two viable workarounds:
- OpenRouter Broadcast — point your n8n workflow at OpenRouter as the LLM provider, then enable OpenRouter's Broadcast feature to relay traces to Muster.
- Community nodes — both
n8n-nodes-openai-langfuse(an OpenAI wrapper node with tracing) andn8n-langfuse-shipper(a Python OTel forwarder for n8n execution data) provide tracing today.
