# External Credentials

### Overview

**External Credentials** provide a secure way to store authentication keys and other credentials required for functionalities such as **Rule Functions, Storage Functions, and other integrations**.

Qubitro **encrypts all stored credentials**, ensuring that raw values are never accessible by anyone, including Qubitro itself. This allows seamless integration with third-party services while maintaining security and compliance.

### Core Features

* **Secure Storage** – Credentials are encrypted and cannot be accessed as raw values.
* **Function & Integration Support** – Used with **Rule Functions, Storage Functions, and other automated workflows**.
* **Template Compatibility** – Can be utilized in templates to automate credential usage.
* **Multiple Provider Support** – Different credential types are supported based on integration needs.

### Adding External Credentials

To add an external credential:

1. Navigate to the **Credentials** tab in your Qubitro account.
2. Select **External Credentials** from the sidebar.
3. Click **Add Credential** and choose a credential provider (e.g., Mailgun, Twilio).
4. Provide the required information, such as:
   * **Name** (A unique identifier for the credential)
   * **Domain** (If applicable)
   * **API Key / Token**
   * **Sender Address** (For email services)
5. Click **Save External Credential**.

Once saved, the credential will be securely stored and available for use in Qubitro Functions and other integrations.

### Managing External Credentials

To view or manage stored credentials:

1. Navigate to **Credentials > External Credentials**.
2. Existing credentials are listed with their creation date.
3. Click on a credential to **update** or **remove** it.

<figure><img src="/files/lDFF7wUnnlzOK6FKYZUG" alt=""><figcaption></figcaption></figure>

#### Delete an External Credential

Click Delete next to the External Credential to remove it.

{% hint style="success" %}
Qubitro **prevents** deleting credentials in use, and you will get an error otherwise. Ensure that the credential is no longer referenced before attempting to remove it.
{% endhint %}

{% hint style="danger" %}
**Warning:** This action cannot be undone.
{% endhint %}

### Supported Credential Types

{% content-ref url="/pages/YxkQcZR9p8OzhYGpgbs6" %}
[Slack](/platform/credentials/external-credentials/slack.md)
{% endcontent-ref %}

{% content-ref url="/pages/WSfBwcxN1OXzakCGCNq1" %}
[Mailgun](/platform/credentials/external-credentials/mailgun.md)
{% endcontent-ref %}

{% content-ref url="/pages/BBugFv8FQGpw0SXgCwZc" %}
[SendGrid](/platform/credentials/external-credentials/sendgrid.md)
{% endcontent-ref %}

{% content-ref url="/pages/HNNJv6yHjcY9SoVHzmdp" %}
[Twilio](/platform/credentials/external-credentials/twilio.md)
{% endcontent-ref %}

{% content-ref url="/pages/HJzeEzZODYI3BvjVFbqu" %}
[AWS Redshift](/platform/credentials/external-credentials/aws-redshift.md)
{% endcontent-ref %}

{% content-ref url="/pages/j1LqISiaZqYCm6JGnpfG" %}
[MQTT](/platform/credentials/external-credentials/mqtt.md)
{% endcontent-ref %}

{% content-ref url="/pages/HeMLOarqpi6MRyz6QDXN" %}
[MongoDB](/platform/credentials/external-credentials/mongodb.md)
{% endcontent-ref %}

{% content-ref url="/pages/SHdKYykVAOzjhSC5pNRm" %}
[The Things Stack](/platform/credentials/external-credentials/the-things-stack.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qubitro.com/platform/credentials/external-credentials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
