> For the complete documentation index, see [llms.txt](https://docs.alphi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphi.dev/connections/overview.md).

# Overview

{% hint style="info" %}
Connections are secured using AES-256-GCM encryption.
{% endhint %}

When connecting to third-party services such as OpenAI, you must include an API key in the request. This token is used to identify you and track usage so you can be billed accordingly.

{% hint style="danger" %}
Including an API key in client-side JavaScript code is extremely dangerous!
{% endhint %}

Using Alphi connections, you can securely store your API keys in the cloud and reference them within your flow.

It is important to remember that Alphi flows are public by default, so whilst your keys are secure, a malicious user could abuse your quota limits. We recommend integrating an authentication service such as Outseta or Memberstack to secure your flows.

{% content-ref url="/pages/3SN7Ua3RyMgjd6aWRWNm" %}
[Add an API Key](/connections/add-an-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/CG0V0LgBqDKcI6sgq4An" %}
[OAuth Connections](/connections/oauth-connections.md)
{% endcontent-ref %}
