Before you can invite teammates or start managing incidents, you need to set up your business profile and configure your incident management system (IMS). This page walks you through the full onboarding flow — from registering your business account to adding your first team members.Documentation Index
Fetch the complete documentation index at: https://docs.scrubbe.com/llms.txt
Use this file to discover all available pages before exploring further.
Onboarding flow
Register your account
Create a Scrubbe account at app.scrubbe.com. During registration, select BUSINESS as your account type to unlock team management and IMS features.
If you select DEVELOPER as your account type, you will not have access to team invitations or IMS configuration. You can upgrade your account type at any time from your account settings.
Set up your business profile
Call the business setup endpoint to register your organization’s details. Replace the placeholder values with your actual business information.
Configure your IMS
Set up your incident management system to control how Scrubbe handles alerts, notifications, and escalations for your team.
Once your IMS is set up, you can update any of these fields at any time:To review your current IMS configuration:
Request body
| Field | Type | Description |
|---|---|---|
alertEmail | string | Email address that receives incident alert notifications. |
slackChannel | string | Slack channel name where incident notifications are posted. |
slaEnabled | boolean | Enable SLA tracking for incidents. |
autoEscalate | boolean | Automatically escalate incidents that breach SLA thresholds. |
notifyOnCreate | boolean | Send notifications when a new incident is created. |
notifyOnResolve | boolean | Send notifications when an incident is resolved. |
timezone | string | IANA timezone used for SLA calculations and timestamps. |
Invite team members
Send an invitation to each teammate you want to add to your organization. You assign their role and access permissions at the time of invitation.The
Request body
role field controls what actions the teammate can perform across Scrubbe. The available roles are:| Role | Description |
|---|---|
SUPER_ADMIN | Full access to all settings, billing, and team management. |
ADMIN | Manage team members and configure IMS settings. |
MANAGER | Oversee incident workflows and assign responders. |
ENGINEER | Create and manage incidents. |
RESPONDER | Respond to assigned incidents. |
VIEWER | Read-only access to incidents and reports. |
Teammate accepts the invitation
When your teammate receives the invitation email, they need to decode the invite token and then accept it.Decode the invite token:Accept the invitation:Once accepted, the teammate’s account is linked to your organization and they can log in with the role and permissions you assigned.
Request body
Request body
View your team members
To see a list of all members currently in your organization, including their roles and access levels:cURL
Only users with the
ADMIN or SUPER_ADMIN role can view the full member list or send new invitations.Next steps
API keys
Create and manage API keys to authenticate requests to the Scrubbe API.
Billing
Review your plan and manage your subscription.