Security Profiles
advanced
30 min

HIPAA-Compliant Profile

Security profile for healthcare organizations handling protected health information (PHI).

Deploy in 30 min

Configuration Preview

This is what your OpenClaw config looks like. Deploy it on Clawctl in 30 min.

openclaw.json
# Clawctl Security Profile — HIPAA
# Good for: healthcare, dental, veterinary, med spa
{
  "security": {
    "level": "enterprise",
    "hipaa": true,
    "egress": {
      "filter": true,
      "strict": true,
      "allowed_domains": ["ehr-api.example.com"]
    },
    "audit": {
      "retention_days": 2190,
      "phi_logging": true
    },
    "secrets": { "encryption": "aes-256" },
    "guardrails": {
      "blocked_patterns": ["SSN", "DOB_with_name"],
      "require_approval": ["share_patient_data"]
    }
  }
}

What This Template Includes

PHI-aware data handling rules

Strict egress filtering (healthcare APIs only)

Extended audit retention for HIPAA

Encrypted data at rest and in transit

Access logging for all PHI interactions

BAA-ready configuration

Perfect For

Healthcare organizations deploying AI agents

Dental and veterinary clinics with patient data

Telehealth platforms with AI assistants

Healthcare IT teams evaluating AI security

Security Level: enterprise

Enterprise-grade with SIEM export, RBAC, 365-day retention, and compliance evidence generation.

Common Questions

Does Clawctl sign a BAA?

Enterprise plans support BAA agreements. Contact us for details.

Can the agent access patient records?

Only via approved integrations with strict egress filtering. All access is logged and auditable.

What about data residency?

Enterprise plans offer VPC/self-hosted deployment for data residency requirements.

Deploy This Template Now

30 min to deploy. $49/month. Full security included. No DevOps required.

Get Started with Clawctl