# Credentials

Create and manage credentials used to authenticate with Qubitro and connect to external services.

{% hint style="success" %}
Personal accounts and Organizations have separate credential scopes. Make sure you're managing credentials under the correct context.
{% endhint %}

### API Keys

Create and manage API keys to authenticate requests to the Qubitro API.

{% content-ref url="/pages/W8nOHHdaEh14ScKRshki" %}
[API Keys](/platform/credentials/api-keys.md)
{% endcontent-ref %}

### External Credentials

Store credentials for external services such as MongoDB Atlas or Slack in a secure repository.

{% content-ref url="/pages/96C0zYh6rYkFTwF3N7qz" %}
[External Credentials](/platform/credentials/external-credentials.md)
{% endcontent-ref %}

### Webhook Signing Key

Used to verify incoming payloads in no-code integrations such as webhooks.

{% content-ref url="/pages/wHm3LZ8RDwB3em25m7iw" %}
[Webhook Signing Key](/platform/credentials/webhook-signing-key.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.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.
