# Quickstart

Getting started
Quickstart
Install the tool, register an agent, connect it, and confirm it — a couple of minutes end to end.
1 · Install
One line. Read the installer first at get.whisper.online if you like.
curl get.whisper.online | sh
whisper login
Prefer a package manager? Every channel — brew, scoop, apt/dnf/apk, go, aqua, and more — is on Install anywhere.
2 · Register an agent
whisper agent create --name shipping-bot
# issued  2a04:2a01:b69a:6717:e3b0:51ff:3bf7:f478
# name    ae3b051ff3bf7f478.tdc38e7c55bad3306a92b830f9bb1e4f9.agents.whisper.online
3 · Connect & run
whisper connect shipping-bot
whisper run -- curl https://whisper.online/egress-ip
# {"ip":"2a04:2a01:b69a:6717:e3b0:51ff:3bf7:f478"}
4 · Confirm it (keyless)
dig -x 2a04:2a01:b69a:6717:e3b0:51ff:3bf7:f478 +short                          # -> ae3b051ff3bf7f478.tdc38e7c55bad3306a92b830f9bb1e4f9.agents.whisper.online
curl -s https://rdap.whisper.online/ip/2a04:2a01:b69a:6717:e3b0:51ff:3bf7:f478  # registry record, active
✓Done. Next: how it works, verify any agent, or authorize inbound agents.
