Last Updated: 4/8/2026
LangGraph Integration
PrivateVault integrates with LangGraph to provide security and governance for your graph-based agent workflows.
Overview
The LangGraph integration allows you to:
- Secure LangGraph workflows with AI firewall protection
- Enforce policies across graph nodes
- Audit graph execution flows
- Monitor agent interactions at each node
Installation
pip install privatevault langgraphBasic Usage
from privatevault import Client
from langgraph import Graph
# Initialize PrivateVault client
client = Client(api_key="pv_live_xxx")
# Your LangGraph code here