The Tuner integration node automatically sends your completed call data (transcript, metadata, and call outcomes) to Tuner after each call finishes. This lets you monitor agent performance, run evaluations, and track quality trends without any custom code.
## Prerequisites
- A [Tuner account](https://app.usetuner.ai) with an active workspace
Log in to [Tuner](https://app.usetuner.ai) and create a new agent. When configuring the agent, set the **Provider** to **Dograh**. Enter your **Agent Name** and choose the **Call Direction** (Inbound or Outbound) for your setup. The **Agent Remote ID** is auto-generated after you create the agent.
alt="Dograh Integrations panel showing QA Analysis, Tuner, and Webhook"
/>
The node appears on your canvas with a **Not configured** badge:
<img
src="/images/tuner-node-not-configured.png"
alt="Tuner node on the canvas showing Not configured"
/>
### 4. Configure the node
Click on the Tuner node and fill in the following fields:
- **Tuner Agent ID** — The Agent Remote ID from Tuner
- **Tuner Workspace ID** — Your numeric workspace ID
- **Tuner API Key** — Your workspace API key
- **Enabled** — Toggle on to activate the export
<img
src="/images/tuner-edit-modal.png"
alt="Dograh Edit Tuner modal with credential fields and Enabled toggle"
/>
Click **Save**, then **Publish** your workflow.
<img
src="/images/tuner-node-configured.png"
alt="Tuner node on the canvas showing configured and enabled"
/>
### 5. Verify the connection
Make a test call through your agent. Once the call completes, check the **Call Logs** tab in your Tuner agent dashboard. The call should appear within a few moments.
## Disabling the integration
To temporarily stop exporting calls to Tuner, open the Tuner node configuration and toggle **Enabled** off. Your credentials are preserved — toggle it back on anytime to resume.
## Troubleshooting
| Issue | Solution |
|---|---|
| Calls not appearing in Tuner | Verify all three credentials are correct with no extra whitespace |
| Node shows "Not configured" | Open the node and fill in Agent ID, Workspace ID, and API Key |
| Workflow not sending data | Make sure the workflow is published, not just saved as a draft |