> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tuner Integration

> Connect Dograh to Tuner — the observability, simulation, and testing layer for voice

<iframe width="100%" height="400" src="https://www.youtube.com/embed/mFfMIsK-qPM" title="Tuner Integration Walkthrough" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Overview

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
* A Dograh voice agent workflow

## Setup

### 1. Create an agent in Tuner

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.

<img src="https://mintcdn.com/dograhai/h_CAawyL2w_bYh6Y/images/tuner-create-agent.png?fit=max&auto=format&n=h_CAawyL2w_bYh6Y&q=85&s=ca3523fc9f41093d2cd88a3444e77eff" alt="Create a New Agent modal in Tuner — set Provider to Dograh" width="1952" height="1558" data-path="images/tuner-create-agent.png" />

### 2. Gather your Tuner credentials

You'll need three values from your Tuner account:

| Credential       | Where to find it                                     |
| ---------------- | ---------------------------------------------------- |
| **Agent ID**     | Agent Settings → Agent Connection → Agent Remote ID  |
| **Workspace ID** | Workspace Settings → General Settings → Workspace ID |
| **API Key**      | Workspace Settings → Tuner API Key                   |

**Agent Remote ID** — open Agent Settings for your agent:

<img src="https://mintcdn.com/dograhai/h_CAawyL2w_bYh6Y/images/tuner-agent-settings.png?fit=max&auto=format&n=h_CAawyL2w_bYh6Y&q=85&s=cbca488242c00ff381e2b247ffce1a5d" alt="Tuner Agent Settings showing Agent Remote ID" width="3398" height="1614" data-path="images/tuner-agent-settings.png" />

**Workspace ID and API Key** — open Workspace Settings:

<img src="https://mintcdn.com/dograhai/VrgtkrrdQPukF1Cq/images/tuner-workspace-settings.png?fit=max&auto=format&n=VrgtkrrdQPukF1Cq&q=85&s=7f6052e014c798954c643e4fd1226822" alt="Tuner Workspace Settings showing Workspace ID and API Key" width="1024" height="550" data-path="images/tuner-workspace-settings.png" />

### 3. Add the Tuner node to your workflow

In your Dograh workflow editor, click **Add node** and scroll to the **Integrations** section. Select **Tuner**.

<img src="https://mintcdn.com/dograhai/VrgtkrrdQPukF1Cq/images/tuner-dograh-workflow-builder.png?fit=max&auto=format&n=VrgtkrrdQPukF1Cq&q=85&s=58f147757d2de71df6558f800728db16" alt="Dograh voice workflow builder — click Add node" width="1024" height="536" data-path="images/tuner-dograh-workflow-builder.png" />

Scroll to **Integrations** and select **Tuner**:

<img src="https://mintcdn.com/dograhai/VrgtkrrdQPukF1Cq/images/tuner-integrations-panel.png?fit=max&auto=format&n=VrgtkrrdQPukF1Cq&q=85&s=43ec20cb22a218913536e493810f869d" alt="Dograh Integrations panel showing QA Analysis, Tuner, and Webhook" width="728" height="724" data-path="images/tuner-integrations-panel.png" />

The node appears on your canvas with a **Not configured** badge:

<img src="https://mintcdn.com/dograhai/VrgtkrrdQPukF1Cq/images/tuner-node-not-configured.png?fit=max&auto=format&n=VrgtkrrdQPukF1Cq&q=85&s=b9586404fbd912a6cbbe74fd28ede52c" alt="Tuner node on the canvas showing Not configured" width="1024" height="509" data-path="images/tuner-node-not-configured.png" />

### 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="https://mintcdn.com/dograhai/VrgtkrrdQPukF1Cq/images/tuner-edit-modal.png?fit=max&auto=format&n=VrgtkrrdQPukF1Cq&q=85&s=a28676fff63e5dcecb3f73c14601a0a2" alt="Dograh Edit Tuner modal with credential fields and Enabled toggle" width="1024" height="512" data-path="images/tuner-edit-modal.png" />

Click **Save**, then **Publish** your workflow.

<img src="https://mintcdn.com/dograhai/VrgtkrrdQPukF1Cq/images/tuner-node-configured.png?fit=max&auto=format&n=VrgtkrrdQPukF1Cq&q=85&s=d8140d6427f21253a9e2cf0df5caf269" alt="Tuner node on the canvas showing configured and enabled" width="984" height="502" data-path="images/tuner-node-configured.png" />

### 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    |
| Wrong agent in Tuner         | Confirm the Tuner agent's Provider is set to **Dograh**           |

## Learn more

* [Tuner](https://usetuner.ai) — The observability, simulation, and testing layer for voice
* [Tuner documentation](https://docs.usetuner.ai) — Complete Tuner platform docs
