See the Monitoring as Code quickstart guide if you want to start creating your monitoring as code with the CLI.
Prerequisites
Prerequisites
- A Checkly account (sign up at checklyhq.com)
- The URL of a website you want to monitor
1
Create a Browser Check

- Choose “Browser Check” for comprehensive website monitoring
- Enter your webssite URL (e.g.,
https://your-website.com
) - Click “Create Check”
2
Edit Your Test Script
The following test script will check if the homepage is available, performing correctly, and looks visually correct.

3
Configure Check Settings
Configure your check settings by clicking the “Settings” button in the top right corner of the check editor

For your first check, the default settings work well. You can always adjust them later.
4
Choose Scheduling Frequency and Locations

5
Set Up Alerts
Configure who gets notified when issues are detected:

6
Test and Save
Before activating your check:
- Click “Test Check” to run it once and verify it works
- Review the results to ensure your website loads correctly
- Check for any errors in the console or network tabs
- Click “Save and Activate” to start continuous monitoring
7
View Results
Once your check is active:

- Visit your dashboard to see real-time results
- Check the results page for detailed performance metrics
- Review screenshots and timing information
- Set up additional checks for other critical pages
Next Steps
Now that you have your first check running:- Add API Checks: Monitor your backend services and APIs
- Create Check Groups: Organize related checks together
- Set up Status Pages: Share uptime information with users
- Explore Integrations: Connect with Slack, PagerDuty, or other tools
Upgrading to Monitoring as Code
As your monitoring needs grow, consider upgrading to our CLI approach:- Version Control: Keep your monitoring configuration in Git
- Team Collaboration: Review changes through pull requests
- CI/CD Integration: Deploy monitoring alongside your applications
- Advanced Scripting: Write custom Playwright tests for complex flows