Musterby Elitery
Integrations

IBM watsonx Orchestrate

Trace IBM watsonx Orchestrate skills and agents in Muster via the Orchestrate CLI's native Langfuse settings.

IBM watsonx Orchestrate ADK is a framework for building and publishing custom skills for automated workflows. The Orchestrate CLI ships native Muster (langfuse) telemetry settings.

Setup

Configure observability via the CLI

orchestrate settings observability langfuse configure \
  --url "https://app.getmuster.io/api/public/otel" \
  --api-key "sk-lf-..." \
  --health-uri "https://app.getmuster.io" \
  --config-json '{"public_key": "pk-lf-..."}'

You can also point --config-file at a YAML file with the same fields.

Start Orchestrate with telemetry enabled

orchestrate start --with-ibm-telemetry

Open the local console at https://localhost:8765 to view traces and spans, then check Muster for the same traces ingested.

Self-hosted Muster

Adjust --url and --health-uri to your self-hosted Muster URL. Verify your API and public keys are from the same Muster project, and that TLS is configured correctly.

See also