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

Litefuse 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. If you are interested in this, please open an issue.
Workarounds
While there is no native integration, there are several ways to trace your n8n AI workflows in Litefuse.
Using OpenRouter with Broadcast
You can use OpenRouter as your LLM provider in n8n, and send traces to Litefuse using OpenRouter’s Broadcast feature.
Community Supported

@rorubyy has created a n8n node for that wraps OpenAI models and sends tracing data to Litefuse. 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 Litefuse using the OTEL (OpenTelemetry) API. This approach provides a broader integration by capturing workflow execution data from n8n and forwarding it to Litefuse for observability and tracing.