Skip to content

Dashboard

Real-time cost visibility for your AI product — built in, not bolted on.

Paygent includes a hosted analytics dashboard at app.paygent.to. When you create a product and start tracking usage, the dashboard populates automatically — no setup, no configuration, no third-party tools.

What you see

The dashboard gives you six views into your product's AI costs:

Cost overview

Total spend, total tokens, total events, and total users — for any time window. Each card shows the delta from the previous period so you can spot trends.

Spend over time

A line chart of daily cost, broken down by model. See which models are driving spend and whether usage is growing, flat, or spiking.

Gate events

A chart of soft and hard gate fires over time. Shows how often your limits are actually protecting you — and whether you need to tighten or loosen them.

Model breakdown

Pie chart of token consumption by model. Tells you at a glance whether users are leaning on expensive models or sticking to cheap ones.

Top users

Ranked list of your highest-cost users. The users at the top of this list are the ones your spending limits exist to protect you from.

Plan subscribers

Distribution of users across your plans. Shows how many users are on each tier and helps you understand your plan mix.

Who it's for

The dashboard is for you — the developer shipping the AI product. It's scoped to your product via your API key. Your end users don't see it (unless you build your own UI on top of the same data via the Usage API).

Accessing the dashboard

  1. Sign in at app.paygent.to
  2. Select your product
  3. The dashboard is the landing page

The data comes from the same usage events the SDK syncs in the background. There's typically a 5–10 second delay between an LLM call and the event appearing in the dashboard (the SDK's default sync interval).

Managing plans, users, and webhooks

The dashboard also provides management pages for:

  • Products — view and manage your products and API keys
  • Plans — view plan configurations (create/update via API)
  • Users — browse registered users and their current plans
  • Subscriptions — view active subscriptions and billing periods
  • Webhooks — create and manage webhook endpoints, view delivery logs
  • Account — account settings

What's next

  • Quickstart — Get your first tracked call, then check the dashboard
  • Webhooks — Set up real-time alerts on top of what the dashboard shows