> ## Documentation Index
> Fetch the complete documentation index at: https://docs.obsy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings

> Organization, member, and notification settings.

Go to **Settings** in the sidebar.

***

## Organization

| Setting               | Description                                                                |
| --------------------- | -------------------------------------------------------------------------- |
| **Organization name** | Display name used across the UI                                            |
| **Slug**              | URL-safe identifier used in your status page URL (`status.obsy.ai/{slug}`) |
| **Logo**              | Optional 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

| Role       | Permissions                                                            |
| ---------- | ---------------------------------------------------------------------- |
| **Owner**  | Full access, including billing and organization deletion               |
| **Admin**  | All features; can invite and remove members                            |
| **Member** | Read/write access to incidents, alerts, RCA, postmortems, and services |
| **Viewer** | Read-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.

| Channel   | Description                                                                       |
| --------- | --------------------------------------------------------------------------------- |
| **Slack** | Posts to the general incidents channel (requires Slack connected in Integrations) |
| **Email** | Sends to all Admin and Owner members                                              |

Toggle each channel independently. See [Incident settings](/incidents/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

| Action                  | Effect                                                                                              |
| ----------------------- | --------------------------------------------------------------------------------------------------- |
| **Delete organization** | Permanently removes all data: clusters, incidents, alerts, integrations, reports. Cannot be undone. |

You must type the organization name to confirm deletion.
