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

# Integrations

HiddenLayer maintains pre-built integrations that put Agentic Runtime Security in front of your AI traffic and call the evaluation endpoints for you, so you get detection and enforcement without wiring them by hand. They all call the same endpoints under the hood; pick the one that matches your stack. To call the endpoints directly from your own code instead, see [Get Started](/docs/products/runtime/agentic/get_started).

***

## Available integrations

| Integration                                      | Type                      | Use when                                                      | What it handles                                                                                                                                                                                   | Repository                                                                                                                                                    |
| ------------------------------------------------ | ------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **AWS Strands Guardrails**                       | Agent framework guardrail | You build on AWS Strands                                      | Calls the evaluation endpoints at the framework's guardrail hooks                                                                                                                                 | <a href="https://github.com/hiddenlayerai/hiddenlayer-strands-guardrails" target="_blank">hiddenlayer-strands-guardrails</a>                                  |
| **OpenAI Agents SDK Guardrails**                 | Agent framework guardrail | You build on the OpenAI Agents SDK                            | Calls the evaluation endpoints at the framework's guardrail hooks                                                                                                                                 | <a href="https://github.com/hiddenlayerai/hiddenlayer-openai-guardrails" target="_blank">hiddenlayer-openai-guardrails</a>                                    |
| **LangChain / LangGraph Guardrails**             | Agent framework guardrail | You build on LangChain or LangGraph                           | Calls the evaluation endpoints from your LangChain or LangGraph app                                                                                                                               | <a href="https://github.com/hiddenlayerai/hiddenlayer-langchain-guardrails" target="_blank">hiddenlayer-langchain-guardrails</a>                              |
| **Microsoft / Azure Agent Framework Guardrails** | Agent framework guardrail | You build on the Microsoft Agent Framework (Azure AI Foundry) | Calls the evaluation endpoints at the framework's guardrail hooks                                                                                                                                 | <a href="https://github.com/hiddenlayerai/hiddenlayer-msft-agent-framework-guardrails" target="_blank">hiddenlayer-msft-agent-framework-guardrails</a>        |
| **Azure API Management (APIM) Guardrails**       | AI gateway / proxy        | You front LLM APIs with Azure APIM                            | Evaluates traffic passing through the APIM gateway                                                                                                                                                | <a href="https://github.com/hiddenlayerai/hiddenlayer-azure-apim-guardrails" target="_blank">hiddenlayer-azure-apim-guardrails</a>                            |
| **TrueFoundry AI Gateway**                       | AI gateway / proxy        | You use the TrueFoundry AI gateway                            | A deployable wrapper the gateway calls to evaluate input and output (see the <a href="https://www.truefoundry.com/docs/ai-gateway/hiddenlayer" target="_blank">TrueFoundry integration guide</a>) | <a href="https://github.com/truefoundry/integrations-custom-guardrails/tree/main/integrations/hiddenlayer" target="_blank">integrations-custom-guardrails</a> |

Check each linked repository for current status and supported versions.

## How integrations help

All integrations call the same v2 evaluation endpoints under the hood. Framework guardrails run inside an agent framework; gateway integrations run in front of LLM traffic. They reduce the custom code needed to call the endpoints and carry per-call metadata, but your application still owns propagating one stable session id across tools, sub-agents, retries, and parallel branches. See [Agentic Sessions](/docs/products/runtime/agentic/sessions).
