Musterby Elitery
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

  1. Create a Muster project and grab the API keys from project settings.
  2. Open your Dify application's Monitoring settings and select "Third-party LLMOps provider" → Langfuse.
  3. Paste in your Muster Public Key, Secret Key, and Host (https://app.getmuster.io or your self-hosted URL).
  4. 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:

DifyMuster
useruserId
message_idtrace_id
conversation_idsessionId
Application & model typetags

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.

See also