If you are a workspace administrator onboarding a new client organization — including provisioning the tenant in the database — see the Onboarding Tutorial instead.
Sign in
Go to app.causeloop.ai and sign in with your email. Authentication is handled by Clerk — you can use a magic link or a password depending on your workspace’s configuration.If your workspace enforces SSO (
sso_enforced: true), you will be redirected to your identity provider automatically.On your very first login you land on the onboarding wizard. If you have been invited to an existing workspace you land directly on the dashboard.Complete the onboarding wizard
The wizard walks you through five steps. You can skip it at any time and come back later — your progress is saved.
| Step | What you do |
|---|---|
| Welcome | Review the workspace name and confirm you are in the right place |
| Connect | Pick at least one data source (Jira, GitHub, PagerDuty, ServiceNow, Linear, Opsgenie, or Zendesk) |
| Alerts | Set a recurrence probability threshold for proactive alerts (default: 75% within 7 days) |
| Team | Invite teammates by email with a role (analyst or viewer) |
| Done | A summary of what you configured; click Go to dashboard |
Explore the dashboard
The dashboard gives you a live snapshot of your workspace:
- Active issues — open failures by severity and status
- Pattern count — how many recurring failure patterns Causeloop has detected
- Risk forecast — predicted recurrence probability over the next 30 days
- Top recommendations — highest-ranked fixes waiting to be acted on
Review issues
Navigate to Issues to see every failure event ingested from your connected sources.
- Filter by severity (P1–P4), status, source, or team
- Click any issue to open the detail view, which shows the AI-generated root-cause analysis and any patterns the issue has been linked to
- Use Analyze on an issue to trigger an on-demand AI analysis if one hasn’t run yet
Explore patterns
Navigate to Patterns to see the recurring failures Causeloop has surfaced.Each pattern shows:
- The issues it groups (member count)
- A risk score (0–100) and confidence rating
- A frequency chart with observed occurrences and a recurrence forecast
- The top recommendation linked to the pattern
Act on a recommendation
Navigate to Recommendations to see the ranked fix queue for your workspace.
- Recommendations are ordered by
rank(1 = highest priority) and labeled with estimated effort (low/medium/high) and expected loops prevented - Change a recommendation’s status to
in_progresswhen you start working on it - Use Push to tracker to create a ticket in Jira, Linear, GitHub, or ServiceNow directly from Causeloop
- When a fix is deployed, mark the recommendation
implemented— Causeloop will monitor whether the pattern’s issues stop recurring
What to do next
Onboarding Tutorial
The full client onboarding guide — provision a tenant, configure the workspace, invite the team, and review your first insights end to end.
Core Concepts
Understand organizations, workspaces, roles, issues, patterns, predictions, and recommendations.
Integrations
Browse all 70+ connectors and learn how to configure webhooks, OAuth, and scheduled syncs.
API Reference
Build on the Causeloop API — authentication, endpoints, rate limits, and SDKs.