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

# Partner Dashboard

> The self-serve control panel for your team: manage customer accounts, watch build jobs, and configure your integration without writing code.

The Partner Dashboard is where your team runs the partner program by hand: create
and manage customer accounts, watch build jobs and their results, track usage, and
configure your webhook. It is the no-code counterpart to the
[Partner API](/partners/api-reference), backed by the same data.

<Frame caption="The Partner Dashboard overview: usage, build jobs, spend, and webhook health at a glance.">
  <img src="https://mintcdn.com/wpos/YGiimKp65fuNsG1Z/images/partners/dashboard-overview.png?fit=max&auto=format&n=YGiimKp65fuNsG1Z&q=85&s=cdc75a5ed8acc61d8aa0127da71878e6" alt="Partner Dashboard overview" width="1280" height="971" data-path="images/partners/dashboard-overview.png" />
</Frame>

## Getting in

There are two ways to open the dashboard, and they land in the same place.

<Steps>
  <Step title="From your WPOS account (recommended)">
    Once WPOS enables your account as a partner, a **Partner** item appears in your
    WPOS dashboard at [app.wpos.ai](https://app.wpos.ai). Open it and click
    **Open Partner Dashboard**. You are signed straight in, no key to paste.

    <Frame caption="The Partner section in your WPOS account, with one-click access to the dashboard.">
      <img src="https://mintcdn.com/wpos/YGiimKp65fuNsG1Z/images/partners/user-app-partner.png?fit=max&auto=format&n=YGiimKp65fuNsG1Z&q=85&s=72ceda233f83741448c4ca3c37275d18" alt="Partner section in the WPOS user dashboard" width="1280" height="720" data-path="images/partners/user-app-partner.png" />
    </Frame>
  </Step>

  <Step title="With your API key">
    You can also sign in directly at
    [api.wpcursor.com/partner/portal](https://api.wpcursor.com/partner/portal) with
    a partner API key. The key is exchanged for a short session and is never stored
    in the browser. What you can do follows the key's
    [scopes](/partners/concepts#api-key-and-scopes): a read-only key gives a
    read-only dashboard.
  </Step>
</Steps>

<Note>
  Signing in from your WPOS account gives you the full dashboard. Signing in with a
  key gives you exactly what that key's scopes allow, which is useful for handing a
  read-only view to someone without provisioning rights.
</Note>

## What you can do

### Overview

Credits used, build jobs and their success rate, job spend, and webhook delivery
health across your whole book, with a 7, 30, or 90 day window. Below the tiles are
per-day charts for credits and job outcomes, your top accounts by usage, and
cumulative growth.

### Accounts

Every customer account you manage, with plan, status, credit balance, and site
count. From here you can create an account, suspend or reactivate one, grant
credits, and drill into a customer's connected sites. See
[Accounts](/partners/accounts) for what each action means.

### Build jobs

<Frame caption="Build jobs: every agent run on your customers' sites, with credits, cost, and duration.">
  <img src="https://mintcdn.com/wpos/YGiimKp65fuNsG1Z/images/partners/dashboard-jobs.png?fit=max&auto=format&n=YGiimKp65fuNsG1Z&q=85&s=736be09e1130eb181f0eaed36804f14d" alt="Build jobs list in the Partner Dashboard" width="1280" height="900" data-path="images/partners/dashboard-jobs.png" />
</Frame>

The full history of agent runs on your customers' sites. Click any job to see the
instruction you sent, the structured result, and any error. Queued or running jobs
can be cancelled. See [Build jobs](/partners/build-jobs).

### Settings

<Frame caption="Settings: webhook endpoint, recent deliveries, API keys, and your integration details.">
  <img src="https://mintcdn.com/wpos/YGiimKp65fuNsG1Z/images/partners/dashboard-settings.png?fit=max&auto=format&n=YGiimKp65fuNsG1Z&q=85&s=287c64e2b3f5d68a3efac84a5b584341" alt="Partner Dashboard settings" width="1280" height="1646" data-path="images/partners/dashboard-settings.png" />
</Frame>

Configure your webhook endpoint yourself: set or change the URL, and WPOS rotates
the signing secret and shows it to you exactly once. Below it is a live log of
recent deliveries with the failure reason on any that did not land, so you can
debug an endpoint without leaving the page. You can also see your API keys
(metadata only, never the secret) and your integration details.

## Roles and access

The dashboard respects your key's scopes on every action, so a read-only operator
can watch usage and jobs without being able to change anything. Mutations are
recorded in your partner audit log with who did them.

## Next

<CardGroup cols={2}>
  <Card title="Accounts" icon="users" href="/partners/accounts">
    Provision and manage customer accounts.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/partners/webhooks">
    Configure and verify lifecycle events.
  </Card>
</CardGroup>
