Claude Code Governance

Identify policy violations in under 5 minutes

Connect your Anthropic Compliance API key once. Get a real-time dashboard with spend caps, file-access rules, and one-click SOC 2 audit reports — no code required.

The problem

Claude Code is in production. Governance isn’t.

You can't see what Claude accessed

Anthropic ships raw JSON logs via the Compliance API. No dashboard, no search, no alerts. Your CISO is asking questions you can't answer without a week of scripting.

Spend is invisible until the invoice

One developer burns through $500 in a day and you find out 30 days later on the Anthropic bill. Per-user spend caps don't exist in the native console.

Auditors want proof you don't have

SOC 2 requires evidence of AI usage controls. Right now your answer is a spreadsheet someone updates monthly — if they remember.

How it works

Three steps to compliance clarity

01

Paste your Compliance API key

One field, one click. ScopeAudit connects to Anthropic and pulls 30 days of historical usage data in under 60 seconds.

POST /api/connect
{
  "apiKey": "sk-ant-compliance-...",
  "orgName": "Acme Corp"
}

→ 200 OK
{
  "status": "connected",
  "eventsIngested": 14_832,
  "developers": 12
}
02

Set your policy rules

Spend caps per developer, file path blocklists, flagged query patterns. No YAML, no config files — a visual rule builder that takes two minutes.

{
  "rules": [
    {
      "type": "spend_cap",
      "limit": "$50/day",
      "scope": "per_developer"
    },
    {
      "type": "file_blocklist",
      "patterns": ["/secrets/*", "*.env*"]
    },
    {
      "type": "query_flag",
      "keywords": ["disable auth", "skip validation"]
    }
  ]
}
03

Monitor violations, export audit reports

Violations surface in real time with severity badges and developer attribution. Generate a PDF audit report for any date range in under 15 seconds.

GET /api/violations?range=30d

→ 200 OK
{
  "total": 7,
  "critical": 2,
  "warning": 5,
  "topRule": "file_blocklist",
  "topDeveloper": "sarah.chen",
  "auditReportUrl": "/reports/2026-04.pdf"
}

Pricing

Start free. Upgrade when you need it.

All plans include a 14-day free trial. No credit card required.

Starter

Free14-day trial

Try ScopeAudit with your team. No credit card required.

  • Up to 5 developers
  • Usage dashboard
  • 3 policy rules
  • 7-day data retention
  • Community support
Join waitlist

Team

Recommended
$99/month

Full governance for growing engineering teams.

  • Up to 10 developers
  • Unlimited policy rules
  • Violations feed with resolution workflow
  • PDF audit reports
  • 90-day data retention
  • Email + Slack alerts
Join waitlist

Business

$199/month

For orgs that need enterprise-grade compliance.

  • Up to 50 developers
  • Everything in Team
  • SIEM webhook export
  • Custom report templates
  • 12-month data retention
  • Priority support
Join waitlist

FAQ

Common questions

Get early access

Join the waitlist and be the first to know when ScopeAudit launches. Early adopters get 30 days free.