Integrations
Dify
Native Muster integration in Dify — connect your project as the third-party LLMOps provider.
Dify is an open-source LLM development platform with workflow builders, RAG pipelines, and agents. Muster (langfuse) is one of the supported third-party LLMOps providers — connect once and every Dify run is traced.
Setup
- Create a Muster project and grab the API keys from project settings.
- Open your Dify application's Monitoring settings and select "Third-party LLMOps provider" → Langfuse.
- Paste in your Muster
Public Key,Secret Key, andHost(https://app.getmuster.ioor your self-hosted URL). - Run the application from the Dify UI or API — traces appear in Muster automatically.
Data mapping
Dify automatically maps fields onto Muster's data model:
| Dify | Muster |
|---|---|
user | userId |
message_id | trace_id |
conversation_id | sessionId |
| Application & model type | tags |
Prompt management
A community-maintained Langfuse plugin extends Dify with prompt fetch / search / version capabilities — useful for iterating prompts in Dify while keeping them versioned in Muster.