Guides
How-To Guides
Step-by-step guides for common tasks in SupaGuard.
Checks
How to Create a Scheduled Check
- Go to Checks → Create Check
- Enter a name for your check
- Write your Playwright test
- Set the schedule using cron syntax or presets:
- Every 5 minutes
- Every 15 minutes
- Every hour
- Daily
- Select run locations
- Click Create
How to Pause a Check
- Go to Checks
- Find the check you want to pause
- Click the ⋮ menu
- Select Disable
To resume, repeat the steps and select Enable.
How to View Check Results
- Go to Checks
- Click on a check name
- View the results timeline
- Click a result to see details:
- Screenshot
- Trace file
- Logs
- Network requests
Organizations
How to Invite Team Members
- Go to Settings → Team
- Click Invite Member
- Enter their email address
- Select their role (Admin, Member, Viewer)
- Click Send Invite
How to Create API Keys
- Go to Settings → API Keys
- Click Create Key
- Enter a description
- Set permissions
- Copy the key (it won't be shown again)
Alerts
How to Mute Alerts Temporarily
- Go to Checks
- Find the check
- Click ⋮ → Mute Alerts
- Set the duration (1 hour, 24 hours, custom)
- Click Mute
How to Create an Escalation Policy
- Create primary alert policy (e.g., Slack)
- Create secondary policy (e.g., PagerDuty)
- Set the secondary with a delay (e.g., after 15 minutes)
- Link both to the same check
Troubleshooting
Check is Failing Unexpectedly
- View the trace - See exactly what happened
- Check selectors - Elements may have changed
- Review timing - Add explicit waits if needed
- Test locally - Run the script on your machine
Not Receiving Alerts
- Check channel configuration
- Send a test notification
- Verify email isn't in spam
- Check webhook logs for errors