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

# Account API

> Planned: manage keys, wallet and usage with a key. Today these live in the Dashboard.


<Info>
Planned: not available yet. Tracked as TI-06.
</Info>

## What this will do

A key-authenticated Account API will let a script manage keys, the wallet and usage without the Dashboard. How that API authenticates is still open. Today every account action is a Dashboard view; the table below lists where each one lives.

## Available today in the Dashboard

| What it does | Dashboard location |
|---|---|
| Create, list and revoke `ozk_`, `sk-ocean-` and `sk-conn-` keys | **Dashboard → One API → Keys** |
| Wallet balance, top-up, auto-recharge, BYOK provider keys | **Dashboard → One API → Billing** |
| Ledger of top-ups and charges | **Dashboard → Billing → Ledger** |
| Usage by user, workflow, model or channel | **Dashboard → Billing → Usage** |
| Request log of One API calls | **Dashboard → One API → Requests** |
| Model and connector catalog (provider cost basis) | **Dashboard → One API → Catalog** |
| Connected accounts | **Dashboard → Secrets & Connections → Connections** |
| Teams, companies and roles | **Dashboard → Team** and **Dashboard → Workspace** |
| Who am I (identity, tier, rate window) | Key-authenticated today over MCP: [plungeai_whoami](/account-api/identity/whoami) |

## Use this today

<CardGroup cols={2}>
<Card title="Open the Keys tab" icon="key" href="https://dashboard.plungeai.com/one-api?tab=keys">
Create and revoke keys in the Dashboard.
</Card>
<Card title="Get balance" icon="credit-card" href="/account-api/balance/get-balance">
Where the wallet balance lives today.
</Card>
</CardGroup>

<!-- placeholder-source: content/_placeholders.json -->
