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

# Integrations

> Link your Discord account (roles, DM notifications) and manage your API keys.

The **Integrations** page gathers the services connected to your Oxanaut account.

## Discord

The Discord link associates your Oxanaut account with your Discord account.

<Steps>
  <Step title="Click Connect">
    You are redirected to the Discord authorization, then back to the Integrations page with a confirmation.
  </Step>

  <Step title="Check your role">
    Linked members get the **Verified** role; customers with at least one active service get the **Client** role. Roles sync automatically (every 5 minutes).
  </Step>
</Steps>

Once linked, you can enable **direct-message notifications**:

* **Invoice reminders**: generated invoices, reminders, overdue notices - with a pay button;
* **Service alerts**: upcoming renewals, suspensions;
* **Offers and promotions**: Oxanaut marketing communications (deals, discounts). Enabled by default, can be turned off at any time.

Messages are grouped: one recap per cycle, no spam.

## Oxanaut API

The **Oxanaut API** card manages your personal API keys:

1. Click **Enable** (or **Configure**) then generate a key: name it, pick its permission and expiry date.
2. Two permissions exist: **Read** (GET requests only) and **Read + write**.
3. The full key value is shown **once** at creation. A key can be revoked at any time.

See [API authentication](/en/api/authentication) to use it, and the [API reference](/api-reference/get-v1-services) for the route list.


## Related topics

- [Deactivate (unlink) an integration](/api-reference/integrations/deactivate-unlink-an-integration.md)
- [Activate an integration for the current user](/api-reference/integrations/activate-an-integration-for-the-current-user.md)
- [List the integration catalog with my activation state](/api-reference/integrations/list-the-integration-catalog-with-my-activation-state.md)
- [Update my per-user integration config](/api-reference/integrations/update-my-per-user-integration-config.md)
- [Get the Discord OAuth authorize URL (signed state)](/api-reference/integrations/get-the-discord-oauth-authorize-url-signed-state.md)
