Skip to main content

Choose Your Integration

RAXE integrates with your entire AI stack. Use this guide to find the right integration for your use case.
All integrations use the same underlying detection engine with 515+ rules and ML-based classification. Choose the integration that matches your architecture.

Quick Decision Guide

Answer one question to find your integration:
Use: MCP GatewayThe MCP Gateway acts as a transparent security proxy for any Model Context Protocol server. It scans all tool calls and responses without modifying your existing setup.
pip install raxe[mcp]
Use: LangChain IntegrationCallback-based scanning for chains, agents, tools, memory, and RAG pipelines. The most comprehensive integration for LangChain applications.
pip install raxe[langchain]
Use: LiteLLM IntegrationSingle integration for 100+ LLM providers. If you’re using LiteLLM as your abstraction layer, this is the integration for you.
pip install raxe[litellm]
Use: OpenAI WrapperDrop-in replacement for the OpenAI Python SDK. Change one import line.
# Before
from openai import OpenAI
# After
from raxe import RaxeOpenAI as OpenAI
Use: Anthropic WrapperDrop-in replacement for the Anthropic Python SDK.
# Before
from anthropic import Anthropic
# After
from raxe import RaxeAnthropic as Anthropic
Choose based on your framework:
FrameworkIntegration
CrewAICrewAI Integration
AutoGenAutoGen Integration
LangGraphLangChain Integration
CustomSDK Direct
Use: SIEM IntegrationStream threat data to Splunk, CrowdStrike, Microsoft Sentinel, ArcSight, or any CEF-compatible SIEM.
Use: CI/CD IntegrationShift-left security scanning with GitHub Actions, pre-commit hooks, or custom pipelines.

Integration Comparison

IntegrationBest ForEffortScan Coverage
MCP GatewayClaude Desktop, Cursor5 minTool calls, responses
LangChainAgent apps, RAG10 minPrompts, tools, memory, chains
LiteLLMMulti-provider apps5 minAll LLM calls
OpenAI WrapperSimple OpenAI apps2 minChat completions
Anthropic WrapperSimple Claude apps2 minMessages API
CrewAIMulti-agent crews10 minAgent messages, tasks
AutoGenMicrosoft agents10 minConversations
LlamaIndexRAG applications10 minQueries, retrievals
DSPyOptimized prompts10 minModule I/O
SIEMEnterprise SOC30 minAll detections
SDK DirectCustom integrationVariesFull control

Agent Frameworks

Protect multi-agent systems, RAG pipelines, and autonomous AI applications.

MCP Gateway

Claude Desktop & Cursor - Transparent security proxy for Model Context Protocol servers.
pip install raxe[mcp]

LangChain

Most Popular - Protect chains, agents, tools, memory, and RAG pipelines with callback-based scanning.
pip install raxe[langchain]

CrewAI

Multi-agent crew protection with task-level scanning and inter-agent message validation.
pip install raxe[crewai]

AutoGen

Microsoft’s multi-agent framework with conversation-level threat detection.
pip install raxe[autogen]

LlamaIndex

RAG-focused protection for document ingestion, retrieval, and query pipelines.
pip install raxe[llamaindex]

DSPy

Stanford’s declarative language model programming framework with signature-level protection.
pip install raxe[dspy]

Portkey

AI gateway integration for unified observability and security across providers.
pip install raxe[portkey]

OpenClaw

Personal AI Assistant - Protect your self-hosted AI across 13+ messaging channels.
raxe openclaw install

LLM Provider Wrappers

Drop-in replacements for native SDKs with built-in threat detection.

LiteLLM

100+ LLM Providers - Single integration for OpenAI, Anthropic, Azure, Bedrock, Vertex AI, and more.
pip install raxe[litellm]

OpenAI

Drop-in replacement for the OpenAI Python SDK. Same API, added security.
from raxe import RaxeOpenAI
client = RaxeOpenAI()

Anthropic

Drop-in replacement for the Anthropic Python SDK with Claude protection.
from raxe import RaxeAnthropic
client = RaxeAnthropic()

HuggingFace

Protect HuggingFace Transformers and Inference API calls.
pip install raxe[huggingface]

Enterprise SIEM

Real-time threat data streaming to your security operations center.

Splunk

HTTP Event Collector (HEC) integration for real-time threat indexing.

CrowdStrike

Falcon LogScale (Humio) integration for threat correlation.

Microsoft Sentinel

Azure Data Collector API for cloud-native SIEM integration.

ArcSight

SmartConnector CEF format for enterprise SIEM deployments.

CEF (Generic)

Common Event Format over HTTP, UDP, or TCP/TLS syslog.

QRadar

IBM QRadar via CEF format integration.

Web Frameworks & CI/CD

Protect HTTP endpoints and shift-left security in your deployment pipeline.

FastAPI / Flask / Django

Middleware, decorators, and dependency injection patterns for Python web frameworks.

GitHub Actions & Pre-commit

Scan prompts and test data in pull requests. Catch threats before they’re committed.

LLM Providers via LiteLLM

Through our LiteLLM integration, RAXE supports 100+ LLM providers with a single integration:
ProviderModels
OpenAIGPT-4o, GPT-4, GPT-3.5
AnthropicClaude 3.5, Claude 3, Claude 2
Azure OpenAIAll Azure-hosted models
Google Vertex AIGemini Pro, PaLM 2
AWS BedrockClaude, Llama, Titan
CohereCommand, Embed
Mistral AIMistral Large, Medium, Small

What’s Next?

Quick Start

Get protected in 60 seconds

How Detection Works

Understand what RAXE detects and how