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

# Dashboard

> The web console for your organization: credentials, webhooks, users, transactions, and earnings, with a Live/Test toggle.

Everything the CLI and MCP can do, you can also do by clicking. The dashboard lives at [app.agentcard.sh](https://app.agentcard.sh), and the Live/Test toggle in the top bar decides which mode you're looking at, the same way your credentials decide it for the API.

## Where things are

| Section                                         | What you do there                                                  |
| ----------------------------------------------- | ------------------------------------------------------------------ |
| **Settings → Developers → Credentials**         | Your `client_id` and `client_secret`, per mode, with rotation      |
| **Settings → Developers → Implement Agentcard** | Create your app and get integration guidance                       |
| **Settings → Developers → Webhooks**            | Endpoints, signing secrets, and the delivery log with payloads     |
| **Settings → Developers → Logs**                | Every API request your credentials made, for debugging             |
| **Users**                                       | Your connected users, their wallets, and their verification status |
| **Transactions**                                | Everything your users' agents have spent                           |
| **Cards**                                       | The cards behind those transactions                                |
| **Wallet**                                      | Your company balance, transfers, and withdrawals                   |
| **Earnings**                                    | Your interchange share and markup revenue                          |
| **Settings → Revenue**                          | Configure your markup and reward routing                           |
| **Settings → Billing**                          | The subscription that unlocks production                           |

## When to reach for it

The dashboard is where you look when something needs eyes: a webhook delivery that failed, a user stuck in verification, a transaction you want to trace. During the [Quickstart](/get-started/quickstart) it's how you watch your first events arrive, and on the way to production it's where you [subscribe and create live credentials](/ship/go-live).

Next: [Test in sandbox](/ship/test-in-sandbox)
