> ## 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.

# Paygent Integration

> Connect Dograh to Paygent — real-time cost tracking, multimodal usage monitoring, and billing for voice agents

<iframe width="100%" height="400" src="https://www.loom.com/embed/09fce8f875564f51821429665778e8e8" title="Paygent Integration Walkthrough" frameBorder="0" allowFullScreen />

## Overview

**Paygent** is a specialized, usage-based billing platform designed exclusively for AI voice agents.

If you are building voice agents for clients or offering them as a SaaS product, calculating margins across different AI providers (LLMs, TTS, STT, and Speech-to-Speech models) can be incredibly complex. Paygent solves this by serving as your centralized billing engine.

### How you charge your customers

Instead of building custom tracking infrastructure, you simply connect your Dograh workflow to Paygent. As your agents handle calls, Dograh passively calculates the exact multimodal token usage and audio duration.

This data is securely exported to Paygent after every call, where your custom pricing margins (rate cards) are applied. This seamless flow allows you to automatically invoice your end-users for the exact infrastructure they consume — turning your AI agents into a scalable, profitable business with zero engineering overhead.

## Prerequisites

* A [Paygent account](https://withpaygent.com)
* A Dograh voice agent workflow

## Setup

### 1. Create an agent and configure pricing in Paygent

Before connecting Dograh, you must register your agent in Paygent and define how you want to charge your customers.

Log in to [Paygent](https://withpaygent.com) and click **Create Agent**. You will be prompted to define your agent's core details, including the **Agent Name** and **Agent ID**:

<img src="https://mintcdn.com/dograhai/zB9cUsiN_6uPw_aC/images/paygent-create-agent-image-1.webp?fit=max&auto=format&n=zB9cUsiN_6uPw_aC&q=85&s=8f1f6dfd5f507c6d0ccc800168369bdf" alt="Creating a new agent in Paygent - Agent Name and ID" width="1238" height="976" data-path="images/paygent-create-agent-image-1.webp" />

Next, set the **Indicator Name**. This is the billing event identifier you will pass from Dograh (e.g. `per-minute-call`) to tell Paygent which rate to apply for this agent's calls:

<img src="https://mintcdn.com/dograhai/zB9cUsiN_6uPw_aC/images/paygent-create-agent-image-2.webp?fit=max&auto=format&n=zB9cUsiN_6uPw_aC&q=85&s=0853ceb1b146c156b6eaa4f21ff6bcaf" alt="Setting your indicator name in Paygent" width="1198" height="358" data-path="images/paygent-create-agent-image-2.webp" />

Finally, you will configure your **Pricing Strategy**. Paygent allows you to set custom markup rates (rate cards) for every modality. You can define exact margins for Speech-to-Text (STT) seconds, LLM tokens, Text-to-Speech (TTS) characters, and total call minutes:

<img src="https://mintcdn.com/dograhai/zB9cUsiN_6uPw_aC/images/paygent-create-agent-image-3.webp?fit=max&auto=format&n=zB9cUsiN_6uPw_aC&q=85&s=01c7c09bbb11f0ab2a03800ee4c3b902" alt="Configuring custom pricing margins and rate cards in Paygent" width="1222" height="772" data-path="images/paygent-create-agent-image-3.webp" />

Once your pricing is configured, confirm your setup. You will use the **Agent ID** and **Indicator** from this process to connect your Dograh workflow.

### 2. Gather your Paygent credentials

You'll need three core values from your Paygent dashboard to link your Dograh agent:

| Credential          | Where to find it / Description                                       |
| ------------------- | -------------------------------------------------------------------- |
| **Paygent API Key** | Your workspace API key used to authenticate requests (`pg_live_...`) |
| **Agent ID**        | The unique identifier configured for your agent in Step 1            |
| **Customer ID**     | Your Paygent organisation or customer ID                             |

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

In your Dograh workflow editor, click **Add node** and scroll to the **Integrations** section. Select **Paygent**. The node will appear on your canvas with a **Not configured** badge.

### 4. Configure the node

Click on the Paygent node and fill in the following fields:

* **Paygent API Key** — Your `pg_live_...` secret key
* **Agent ID** — The unique agent identifier from Paygent
* **Customer ID** — Your Paygent organisation ID
* **Indicator** — The billing event name (defaults to `per-minute-call`)
* **Enabled** — Toggle on to activate the export

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

### 5. Verify the connection

Make a test call through your agent. Once the call completes, check your Paygent dashboard. The billing event and detailed multimodal usage breakdown should appear under your configured Agent ID within a few moments, with your configured pricing margins automatically applied.

## Disabling the integration

To temporarily stop exporting usage data to Paygent, open the Paygent node configuration and toggle **Enabled** off. Your credentials are preserved — toggle it back on anytime to resume tracking.

## Troubleshooting

| Issue                               | Solution                                                                                                        |
| ----------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Usage data not appearing in Paygent | Verify all credentials are correct with no extra whitespace                                                     |
| Node shows "Not configured"         | Open the node and fill in API Key, Agent ID, Customer ID, and Indicator                                         |
| Workflow not sending data           | Make sure the workflow is published, not just saved as a draft                                                  |
| Missing realtime STS tokens         | For OpenAI Realtime or Google Live models, verify the pipeline is running in realtime mode (`is_realtime=True`) |

## Learn more

* [Paygent](https://withpaygent.com) — Usage-based billing platform for AI agents
