Last Updated: 4/8/2026
CrewAI Integration
PrivateVault integrates with CrewAI to provide security and governance for your multi-agent crews.
Overview
The CrewAI integration allows you to:
- Secure CrewAI agents with AI firewall protection
- Enforce policies across crew members
- Audit crew interactions and task execution
- Monitor inter-agent communications
Installation
pip install privatevault crewaiBasic Usage
from privatevault import Client
from crewai import Crew, Agent, Task
# Initialize PrivateVault client
client = Client(api_key="pv_live_xxx")
# Your CrewAI code here