> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adrian.secureagentics.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Adrian connects to your agent framework and to the alerting channels you already use.

## Frameworks

The framework integration attaches the Adrian SDK to your running agent and captures activity logs and reasoning traces. Set up starts in your [dashboard](https://app.adrian.secureagentics.ai), where you generate the API key the SDK uses.

**Supported today**

* **LangChain.** Wrap an existing LangChain agent with two lines of code via the Adrian SDK (Python).
* **Anthropic SDK.** Calling `messages.create` directly, without a framework? The same Python SDK patches the Anthropic client. See the [Anthropic SDK](/reference/anthropic-sdk) reference.
* **OpenAI.** Wrap your OpenAI client with the Adrian [TypeScript SDK](/reference/typescript-sdk) - one line, every Chat Completions call captured.
* **Claude Code.** Integrates as a Claude Code plugin rather than the SDK - it hooks every tool call, classifies it, and enforces per your policy, with no code to write. See the [Claude Code plugin](/reference/claude-code) reference.

**Coming next**

We're exploring framework integrations including OpenClaw, OpenAI Agents SDK, and CrewAI. Tell us what you want next on our [Discord](https://discord.gg/6nmJ9k3u6).

## Alerting channels

Adrian sends one-way alerts to the channels you choose, based on your configured thresholds. Approvals and human-in-the-loop interventions are handled through the dashboard only at launch. Channel setup, thresholds, and policies are all configured from your [dashboard](https://app.adrian.secureagentics.ai).

**Supported today**

* **Slack.** Connect from your dashboard, pick a channel, set your alert threshold.
* **Discord.** Connect from your dashboard, pick a channel, set your alert threshold.

**Coming next**

WhatsApp, Microsoft Teams, PagerDuty, and others. We are also exploring dynamic two-way conversations / approvals / configurations with Adrian for deeper personalisation to your specific use case. Tell us what you want next on our [Discord](https://discord.gg/6nmJ9k3u6).
