Monitoring 200+ API providers in real time

Terms changed.
You didn't notice.
Perry did.

AI-powered monitoring for Terms of Service changes across every API your company depends on. One click to protect your entire org.

OpenAIStripeAWSTwilioGoogle CloudAnthropicAzureVercelOpenAIStripeAWSTwilioGoogle CloudAnthropicAzureVercel

How Perry works

From detection to action in seconds. Your code never leaves your infrastructure.

01

Detect

Perry continuously monitors ToS pages across 200+ API providers. Changes are detected within minutes.

02

Analyze

AI compares old and new terms, classifying severity and identifying what requires developer action.

03

Broadcast

A structured alert is sent to your GitHub repos via repository dispatch. No code is transmitted — only the advisory.

04

Act

An edge bot on your runner scans local dependencies and opens a GitHub Issue if you're affected. Code stays in your VPC.

Zero-Knowledge Architecture

Your code never
leaves your VPC.

Perry broadcasts structured advisories — not code scanners. The open-source edge bot runs entirely on your GitHub Actions runner, scanning your private dependencies locally. We never see your source code, your dependencies, or your infrastructure.

No source code transmitted
No dependency lists shared
Open-source edge bot — audit it yourself
Runs on your own GitHub Actions runner
tos-scan.yml
name: ToS Change Scanner
on:
  repository_dispatch:
    types: [tos_alert_broadcast]

jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: perry-tos/edge-bot@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
200+
Providers monitored
< 5 min
Detection time
0 bytes
Of your code shared
1 click
To protect your org

Start protecting your org

Install the GitHub App, and Perry handles the rest. No configuration needed.

Install GitHub App

Free during beta. Takes 30 seconds.