# Webhook Signing Key

### Overview

The **Webhook Signing Key** is used to securely interact with **No-code Data Sources** in Qubitro. It ensures that incoming webhooks originate from trusted sources by allowing signature verification.

This key is available under the **Credentials** tab for both **Personal** and **Organizational** accounts.

{% hint style="info" %}
The **Webhook Signing Key** is automatically assigned to your account and remains active as long as the account exists.
{% endhint %}

<figure><img src="/files/rtEUtEZDtEbBTkRN69fo" alt="" width="563"><figcaption></figcaption></figure>

### Accessing the Webhook Signing Key

To find your **Webhook Signing Key**:

* Navigate to the **Credentials** tab in your Qubitro account.
* Select **Webhook Signing Key** from the list.
* Copy the key to use it.

{% hint style="warning" %}
🔒 **This key cannot be modified or deleted.** It is system-generated and permanently associated with your account.
{% endhint %}


---

# 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/webhook-signing-key.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.
