Setup
1. Register in Muster
Dashboard → Add Agent:- Name: your Dify app name
- Framework:
DIFY
2. Add an HTTP node
In your Dify workflow, add an HTTP Request node as the last step:| Setting | Value |
|---|---|
| Method | POST |
| URL | https://app.getmuster.io/api/v1/jobs/{{sys.run_id}}/quality |
| Content-Type | application/json |
Use
sys.run_id as the job_id — it’s unique per Dify execution and makes it easy to correlate Muster signals with Dify logs.