Quickstart

View as Markdown

Get from zero to a sent SMS using the Dial CLI. The CLI is the fastest path and the one most agents use.

1

Install the CLI

$npm install -g @getdial/cli

Requires Node 22 or newer. Confirm it’s on your path:

$dial --version
2

Request a sign-up code

$dial signup you@example.com

Dial emails you a 6-digit code and remembers the pending sign-up locally.

3

Finish onboarding

$dial onboard --code 123456

This creates your account, saves your API key locally, and provisions your first phone number.

4

Confirm your setup

$dial doctor

doctor reports your account, saved key, and number — and tells you what to do next if anything is missing.

5

Send your first SMS

$dial message --to +14155550123 --body "Hello from Dial"

Dial sends from your onboarded number. Add --from-number-id <id> to choose a specific number.

What’s next