Skip to main content
Go to Settings in the sidebar.

Organization

SettingDescription
Organization nameDisplay name used across the UI
SlugURL-safe identifier used in your status page URL (status.obsy.ai/{slug})
LogoOptional logo shown in the sidebar and status page
Changes take effect immediately.

Members

Manage who has access to your organization.

Invite a member

  1. Click Invite member.
  2. Enter their email and select a role.
  3. Click Send invite.
The invitee receives an email with a link to create or log into an Obsy account and join your organization.

Roles

RolePermissions
OwnerFull access, including billing and organization deletion
AdminAll features; can invite and remove members
MemberRead/write access to incidents, alerts, RCA, postmortems, and services
ViewerRead-only access to all pages

Removing a member

Click the member’s row and select Remove. Removed members lose access immediately. Their contributions (incident timeline entries, RCA reports) are preserved.

Notification channels

Configure how Obsy notifies your team when incidents are created or updated.
ChannelDescription
SlackPosts to the general incidents channel (requires Slack connected in Integrations)
EmailSends to all Admin and Owner members
Toggle each channel independently. See Incident settings for per-incident notification configuration.

API tokens

Generate long-lived API tokens for CI/CD integrations (e.g. sending deployment events from GitHub Actions).
  1. Go to Settings → API tokens.
  2. Click Generate token.
  3. Give it a name (e.g. github-actions-prod).
  4. Copy the token immediately — it is shown only once.
Use the token in your CI/CD pipelines:
Authorization: Bearer {token}
To revoke a token, click Revoke next to it.

Danger zone

ActionEffect
Delete organizationPermanently removes all data: clusters, incidents, alerts, integrations, reports. Cannot be undone.
You must type the organization name to confirm deletion.