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

# Agents Overview

> Manage sales agents and their merchant assignments

Agents are sales representatives who originate and manage merchant applications on behalf of a partner organization. Each agent record tracks identity, contact details, and status within the SignaPay network.

## What's included

| Endpoint                                                      | Description                                                         |
| ------------------------------------------------------------- | ------------------------------------------------------------------- |
| [List agents](/api-reference/agents/list-agents)              | Retrieve a paginated list of agents                                 |
| [Create agent](/api-reference/agents/create-agent)            | Create a new agent record                                           |
| [Get agent](/api-reference/agents/get-agent)                  | Retrieve a single agent by ID                                       |
| [Update agent](/api-reference/agents/update-agent)            | Update an existing agent's profile                                  |
| [Update status](/api-reference/agents/update-agent-status)    | Transition an agent to a new status (activate, deactivate, close)   |
| [Decrypt sensitive data](/api-reference/agents/decrypt-agent) | Decrypt a protected field (e.g. SSN, bank account number) on demand |
