Analyze Terms of Service and Privacy Policies with AI-powered extraction. Identify concerning clauses across multi-domain company infrastructure in seconds.
Get early access to PolicyBoom and help shape the future of legal policy analysis
Enter your email to receive setup instructions and be notified of updates.
policyboom setup and paste your API key when prompted~/.policyboom/config.json (never shared)Together AI offers a generous free tier. PolicyBoom uses Meta's Llama 3.3 70B model for intelligent clause extraction.
Get PolicyBoom running in under 2 minutes
PolicyBoom is available on the Python Package Index
pip install policyboom
Set up your Together AI key for AI-powered extraction
policyboom setup
Analyze any company's legal policies instantly
policyboom exec "scan('slack.com').summarizeHigh()"
Focus on specific risk categories
policyboom exec "scan('dropbox.com').category('arbitration')"
policyboom exec "scan('dropbox.com').summarizeHigh()"
policyboom exec "scan('notion.com').summarizeAll().metadata()"
policyboom exec "scan('slack.com').category('dataSale')"
policyboom export <scan_id> --format json
For developers who want to contribute or customize
# Clone the repository
git clone https://github.com/vikramm2/policyBoom
# Enter the PolicyBoom directory
cd policyBoom/policyboom
# Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install in development mode
pip install -e .
# Configure your API key
policyboom setup
# Verify installation
policyboom --help
# Run your first scan
policyboom exec "scan('dropbox.com').summarizeHigh()"
PolicyBoom is open source. We welcome contributions from developers worldwide.
Help us build the future of legal policy intelligence. Whether you're fixing bugs, adding features, or improving documentation - every contribution matters.