Skip to content

Commit 18b6b1b

Browse files
authored
Merge pull request #416 from signalwire/nko/tcpr
Add TCPA compliance document
2 parents cd32bce + 8c9f8b7 commit 18b6b1b

2 files changed

Lines changed: 503 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Compliance"
3+
slug: /compliance
4+
description: Technical guidance for building compliant communications and voice AI applications on SignalWire.
5+
max-toc-depth: 3
6+
sidebar-title: Overview
7+
position: 0
8+
---
9+
10+
SignalWire is built to support compliant communications and voice AI applications. These guides cover the technical controls — encryption, consent, disclosure, access, and audit logging — for meeting specific regulatory obligations when your application handles calls, messages, and sensitive data.
11+
12+
<Warning>
13+
These guides provide technical guidance for implementing compliance controls. They are not legal advice. Requirements vary by jurisdiction, by use case, and by data type, and they change frequently. Always consult qualified counsel before operationalizing any program. Compliance is a shared responsibility between SignalWire, your organization, and your implementation choices.
14+
</Warning>
15+
16+
<CardGroup cols={2}>
17+
18+
<Card title="HIPAA" icon="regular shield-halved" href="/docs/platform/compliance/hipaa">
19+
Build HIPAA-compliant voice AI that protects Protected Health Information (PHI) across the call lifecycle.
20+
</Card>
21+
22+
<Card title="TCPA" icon="regular phone" href="/docs/platform/compliance/tcpa">
23+
Build TCPA-compliant outbound voice AI with consent gating, AI disclosure, calling-hour rules, and opt-out handling.
24+
</Card>
25+
26+
</CardGroup>

0 commit comments

Comments
 (0)