The Dashboard is the first screen you see after signing in. It’s the single‑page snapshot of your account: how many calls you’ve placed, what you’ve spent, how much capacity you have left, and where to find the credentials your code needs.Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
URL

1. Top bar
The fixed bar at the very top of every console page.| Element | What it does |
|---|---|
Vobiz logo + plan badge (POSTPAID / PREPAID) | Click the logo to return to the dashboard from anywhere. The badge shows your current billing mode — see Billing model to switch. |
| Search Endpoints… (⌘K / Ctrl+K) | Global search across pages, numbers, trunks, and applications. Hit ⌘K (Mac) or Ctrl+K (Windows / Linux) from any screen. |
Date range (May 1, 2026 – May 30, 2026) | Drives every chart and KPI tile on the page. Click to pick a different window — last 7 days, last 30 days, this month, custom range. |
| BALANCE | Wallet balance in INR. Click to open the Transactions view and top up. |
| Profile menu (avatar) | Switch sub‑accounts, manage API keys, change password, sign out. |
2. KPI tiles
Six tiles summarising the date range you picked. Every tile shows the current period value plus a trend pill comparing it to the previous period of the same length.| Tile | What it measures | Action |
|---|---|---|
| Calls Made | Total call attempts in the range. | Click the tile to deep‑link into CDRs filtered to this window. |
| Total Spend | Sum of all charges (voice + numbers + features) in INR. The eye icon toggles the value’s visibility — useful when sharing your screen. | Click to open Transactions. |
| Success Rate | connected / total attempts for the range, expressed as a percentage. | – |
| SIP Trunk Calls | Calls placed through your SIP trunks. Includes the View call logs link → SIP Call Logs. | View logs. |
| Voice API Calls | Calls placed via the REST API and XML applications. Includes View call logs → Voice Call Logs. | View logs. |
| Active Numbers | Phone numbers currently rented on your account. | Click to open Phone Numbers. |
- Green ↑ — value increased vs the previous period.
- Red ↓ — value decreased.
- Grey “No change” — same as previous period.
The pill compares like‑for‑like windows. A 30‑day current period is compared to the 30 days immediately before it.
3. Usage & cost charts
Two side‑by‑side line charts that animate when you change the date range.Usage Overview
Plots three series per day:- Total Calls (green) — every connected call.
- SIP Trunk (purple) — the subset routed through trunks.
- Voice API (orange) — the subset via REST / XML.
Cost Analysis
Breaks your spend down by line item per day:| Series | What it includes |
|---|---|
| CDR | Voice minutes (the bulk of most accounts). |
| NCC | Network connection charge (per‑call surcharge where applicable). |
| Recording | Storage + retrieval of call recordings. |
| Stream CDR | Audio streaming time over WebSockets. |
| Transcription | STT / ASR usage during <Gather> and stream sessions. |
| DID Purchase | One‑time number purchase fees. |
| DID Rental | Monthly number rental. |
| Feature Cost | Add‑ons like premium routing, CNAM lookups, etc. |
4. Inbound & Outbound Calls
A daily bar chart with two stacked series:- Inbound (green) — calls received on your numbers.
- Outbound (orange) — calls placed from your account.
Activity by date label at the top‑right is the only legend; click either colour swatch at the bottom to filter the chart to that direction alone.
5. Account & Infrastructure
The bottom section groups everything you need to integrate with the API into three cards.API Credentials
| Field | What it is | Use it for |
|---|---|---|
Auth ID (e.g. MA_ZRTEMCF7) | Your account identifier. Public — safe to include in URLs and logs. | The X-Auth-ID header on every API request, and the partner API. |
| Auth Token | Your secret. Click the eye icon (👁) to reveal, the copy icon (⧉) to copy. Treat this like a password. | The X-Auth-Token header on every API request. |
Example request
Global Call Distribution
The world map shows where calls originated and terminated in the selected date range. Darker regions = more traffic. Hover any country to see the per‑country call count and spend. Useful for spotting:- Unexpected geographies — a sudden cluster in a country you don’t serve usually means a misconfigured campaign or fraud. Cross‑check in CDRs and block the country in your dialler if needed.
- Regulatory hot spots — heavy India traffic? Make sure you’re current on DLT registration and KYC.
Capacity limits
Two side‑by‑side counters showing how much call capacity your account is provisioned for.| Counter | What it means |
|---|---|
| CPS (Calls Per Second) | The peak rate at which Vobiz will accept new call attempts from you. base is included in your plan; purchased is the add‑on you bought; Total is the sum and the actual cap. |
| Concurrent calls | The maximum number of calls that can be in progress simultaneously on your account. Same base + purchased = Total math. |
Left sidebar
The vertical icon strip on the far left is the primary navigation. From top to bottom:| Icon | Section | What you do there |
|---|---|---|
| Gauge | Dashboard | You’re here. |
| Phone | Call Management | Active calls, queued calls, live transfers. |
| Cloud | SIP | Trunks, credentials, IP ACLs, origination URIs. |
| ID card | Numbers / DID | Rent and manage phone numbers. |
| Speech bubble | XML Applications | Build and assign programmable call flows. |
| Receipt | Billing | Top‑ups, invoices, transactions. |
| Headset | Recordings | Browse and download call recordings. |
| Person | Sub‑Accounts | Manage child accounts under a parent. |
| Book (bottom) | Docs | Opens docs.vobiz.ai in a new tab. |
| Sun (bottom) | Theme | Toggle light/dark mode. |
| Door (bottom) | Sign out | Log out and return to the Login screen. |
Tips
- Bookmark
console.vobiz.ai/app/dashboard. It’s the fastest way back if you get lost in nested settings. - Pin the date range to “Last 7 days” in your head — almost every triage starts there before you zoom out.
- Watch the BALANCE pill. Postpaid accounts can run negative briefly, but prepaid accounts will hard‑stop calls at ₹0. Set up auto‑recharge in Billing to avoid surprises.
What’s next
Quick Start
Make your first call in under 5 minutes using these credentials.
API Reference
Drop the Auth ID and Auth Token straight into the live API explorer.