Team Collaboration for Synthetic Monitoring
Set up team workflows for monitoring. Learn how to invite members, manage roles, organize checks, share alert policies, and collaborate effectively on supaguard.
Monitoring is a team sport. supaguard offers unlimited seats on all plans — including the free tier — so your entire engineering team can access dashboards, investigate failures, and manage checks without per-seat costs.
Inviting Team Members
Adding Members to Your Organization
- Go to Settings → Team
- Click Invite Member
- Enter their email address
- Select their role
- Click Send Invite
The invited member receives an email with a link to join your organization.
Role-Based Access
| Role | Permissions |
|---|---|
| Owner | Full access — billing, settings, team management, all checks |
| Admin | Manage checks, alerts, integrations. Cannot manage billing |
| Member | Create and edit checks, view results, acknowledge alerts |
| Viewer | Read-only access to dashboards and check results |
[!TIP] Use the Member role for most engineers. Reserve Admin for team leads who manage alert policies and integrations. Viewer is useful for stakeholders who want visibility without configuration access.
Organizing Checks
As your monitoring coverage grows, organization becomes essential:
Naming Conventions
Use consistent naming to make checks searchable and sortable:
[Environment] [Flow] — [Detail]Examples:
[Prod] Login — Credentials[Prod] Checkout — Stripe Payment[Staging] Dashboard — Data Loading[Prod] API — Products Endpoint
Grouping by Criticality
Organize checks into logical groups based on business impact:
| Group | Examples | Alert Policy |
|---|---|---|
| Revenue-Critical | Checkout, payments, pricing | Critical — Page On-Call |
| User Access | Login, signup, password reset | Critical — Page On-Call |
| Core Features | Dashboard, settings, data views | Warning — Slack |
| Supporting | Blog, docs, marketing pages | Informational — Email |
Shared Alert Policies
Create alert policies that the whole team can use:
- Critical — Page On-Call: PagerDuty + Slack
#critical. For revenue and auth flows - Warning — Slack: Slack
#monitoring. For important but non-urgent issues - Informational — Email: Daily digest email. For low-priority checks
[!NOTE] Alert policies are organization-wide. Any team member with Member role or above can assign policies to their checks. This ensures consistent alerting behavior across the team.
Team Workflow Patterns
On-Call Rotation
- Set up a PagerDuty integration with your team's on-call schedule
- Assign "Critical" alert policies to revenue-critical checks
- On-call engineer receives alerts and investigates using the debugging tools
- Fix the issue or acknowledge the alert if it's a known problem
Post-Incident Review
When a synthetic check catches a real outage:
- Review the failure timeline — video, traces, and network data
- Identify the root cause using the debugging dashboard
- Document the incident and resolution
- Update monitoring if needed (new checks, adjusted assertions)
During Deployments
Coordinate monitoring during deployments:
- Before deploy: Verify all checks are green
- During deploy: Optionally mute alerts for 5-10 minutes (via check settings)
- After deploy: Trigger CI/CD checks to verify the release
- Monitor: Watch the dashboard for 15-30 minutes after deploy
Unlimited Seats Advantage
Unlike competitors that charge per seat, supaguard includes unlimited team members on every plan:
| Plan | Seats |
|---|---|
| Hacker (Free) | Unlimited |
| Startup ($49/mo) | Unlimited |
| Scale ($169/mo) | Unlimited |
| Enterprise | Unlimited |
This means you can invite:
- The entire engineering team
- DevOps and SRE teams
- Product managers and stakeholders
- QA engineers
- Customer support (with Viewer role)
→ Pricing Plans for full plan details
Best Practices
- Invite everyone — The more eyes on monitoring, the faster issues get resolved
- Use roles appropriately — Don't give everyone Admin. Member is sufficient for most engineers
- Standardize naming — Consistent check names make the dashboard scannable
- Share alert policies — Don't create per-person policies. Use team-wide standards
- Review together — Include monitoring results in sprint retros or weekly standups
Next Steps
- Quick Start Guide — Set up your first check
- Configuring Alerts — Alert policy design
- Billing & Pricing — Plan details
- How-To Guides — Common tasks step by step
Synthetic Monitoring Checklist: 30-Point Guide for SaaS Reliability
Use this practical synthetic monitoring checklist to improve uptime, catch broken user flows, and build a reliable incident response process for SaaS applications.
Troubleshooting Synthetic Monitoring Checks
Fix common synthetic monitoring issues. Solutions for timeout errors, authentication failures, flaky tests, selector problems, and network errors in supaguard.