> 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.alphi.dev/connections/overview.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.
