Skip to main content
The dashboard is deliberately read-mostly — with exactly one exception. Press s from an agent’s detail view to place a real call, guided through a few screens instead of a single command. This is the dashboard’s equivalent of bolna call start — same confirmation, same balance check, same real money spent — just walked through visually instead of typed as flags.

The flow

1

Enter a recipient

A prompt asks for the number to call, validated as E.164 format (+14155551234) before you can continue. An invalid format is rejected right there, before anything is sent anywhere.
2

Confirm

A confirmation screen shows the agent, the recipient, and your account’s real current wallet balance — pulled fresh, not cached. Nothing dials until you explicitly answer y.
This never fires automatically. There’s no “skip confirmation” option inside the dashboard flow — for that, use bolna call start --yes from a script instead.
3

Watch it live

Once confirmed, the screen switches to a live view with an animated waveform, polling the call’s status every 1.5 seconds until it reaches a final state (completed, no-answer, failed, etc.).
4

Read the transcript

When the call ends, the same screen shows the full transcript — no separate lookup needed, no need to copy an execution ID into another command.

See also

bolna call start

The same flow, scriptable from the command line

Dashboard Overview