Integration: n8n
n8n is a fair-code licensed workflow automation platform.
Prompt Management Integration

Langfuse Prompt Management is available via an n8n node. Learn more in the n8n Node documentation.
Tracing Integration
Officially Supported
Currently, there is no native n8n tracing integration. Please upvote the related GitHub discussion here if you are interested in this.
Workarounds
While there is no native integration, there are several ways to trace your n8n AI workflows in Langfuse.
Using OpenRouter with Broadcast
You can use OpenRouter as your LLM provider in n8n, and send traces to Langfuse using OpenRouter’s Broadcast feature.
Community Supported

@rorubyy has created a n8n node for that wraps OpenAI models and sends tracing data to Langfuse. You can find it here: rorubyy/n8n-nodes-openai-langfuse
Alternatively, @rwb-truelime has developed n8n-langfuse-shipper, a Python project that ships n8n execution data to Langfuse using the OTEL (OpenTelemetry) API. This approach provides a broader integration by capturing workflow execution data from n8n and forwarding it to Langfuse for observability and tracing.