Appearance
Quick Start
Get your first monitor running in seconds.
1. Install the CLI
bash
curl -sf https://latency.app/install.sh | sh2. Authenticate
bash
latency loginThis opens your browser to complete OAuth. Your credentials are stored locally in ~/.config/latency/config.json.
3. Create a monitor
bash
latency monitor create https://yourdomain.comThat's it. Latency will begin checking your endpoint every 30 seconds from multiple global regions.
4. View status
bash
latency status5. Set up an alert
bash
latency alert create --channel slack --monitor my-monitorTIP
You can also manage everything from the Console.