HIPAA-by-default · BAA available · US-hosted

Telecom as a service. Private by default.

Switchboard by 3wirebuild

HIPAA and strict privacy are the default, never an add-on. Get video, real-time chat, and more, delivered as a simple telecom API. Bring your own application and keep your data contained: you build the experience, Switchboard runs the communications.

No card required on the Developer tier · 2,000 free participant-minutes/mo

Create a room
curl -X POST https://api.switchboard.dev/api/v1/rooms \
  -H "Authorization: Bearer sk_live_…" \
  -H "Idempotency-Key: $(uuidgen)" \
  -d '{"room": {"name": "Patient intake",
              "capabilities": ["video","chat","recording"]}}'

# → { "data": { "id": "…", "status": "idle" } }
HIPAA by defaultEnd-to-end encrypted recordingsTamper-evident audit logUS-hosted, single regionBAA available
Platform

Everything you need to ship compliant comms

The infrastructure layer for video, chat, and rooms — so your team builds the experience, not the plumbing.

Rooms & video API

Create rooms, mint scoped join tokens, manage participants. Backed by a LiveKit SFU for 1:1 up to large rooms with screen share.

Customer-owned recordings

Egress writes straight to your S3 bucket with your key — Switchboard never holds the bytes. End-to-end encryption optional.

Signed webhooks

React to room and participant events with HMAC-signed deliveries, retries with backoff, and a per-endpoint payload allowlist.

Audit log

Every event is append-only and queryable (HIPAA §164.312(b)). Identities are hashed, never stored in the clear. Reads are audited too.

Scoped API keys

Per-key scopes (rooms, recordings, audit) and per-key rate limits. Idempotency keys make every POST safe to retry.

Built to a contract

A clean HTTP/JSON API with a full OpenAPI spec and a typed error catalog. Language-agnostic — use it from anything.

API-first

The HTTP contract is the product

No SDK lock-in. A stable, versioned REST API with idempotency, cursor pagination, rate-limit headers, and a typed error catalog. Drop the OpenAPI spec into your codegen and go.

  • Bearer API keys, scoped and rate-limited
  • Idempotency-Key on every POST
  • Cursor pagination on every list
  • Webhooks with HMAC signatures + retries
Explore the API reference →
# Mint a join token (scoped, short-lived)
POST /api/v1/rooms/{id}/tokens
{ "identity": "patient-9182", "role": "patient" }

# Stream events to your backend
POST  https://you.example/hooks
Switchboard-Signature: t=1719…,v1=9f86d0…
{ "type": "participant.joined", "data": { … } }
Security & compliance

HIPAA-by-default, not by checkbox

Switchboard is architected so the compliant path is the only path. A Business Associate Agreement is available on Business and Enterprise.

One path, and it's the compliant one

There's no “turn on HIPAA” switch. The strict-privacy posture is the default behavior for every customer — telehealth or not.

You own the keys

Recordings egress to your bucket with your KMS key. Switchboard stores a metadata pointer, never the media.

PHI never leaks to logs

Tainted fields are redacted from logs, metrics, and webhook payloads. Identities are HMAC-hashed before they're ever persisted.

Audit everything

An append-only event log answers “who did what, when” — and the audit reads are themselves audited.

Pricing

Pay as you use

Start free. Tiers add concurrency, recording, HIPAA BAA, and support — overage is billed per participant-minute.

Developer

Free

Build and test end-to-end. No card required.

  • 2,000 participant-min/mo
  • 3 concurrent rooms
  • No recording
  • No BAA
  • Community support
Start free

Team

$49/mo + usage

Production-ready for a growing app.

  • 25,000 participant-min/mo
  • 50 concurrent rooms
  • Recording included
  • No BAA
  • Email support
Start free
Most popular

Business

$299/mo + usage

Scale + HIPAA BAA, dedicated infrastructure.

  • 150,000 participant-min/mo
  • 500 concurrent rooms
  • Recording included
  • HIPAA BAA
  • Priority support
Start free

Enterprise

Custom

Custom volume, isolated infra, SLA.

  • Custom volume
  • Unlimited rooms
  • Recording included
  • HIPAA BAA
  • Dedicated support
Talk to sales

Build your first compliant room today.

Spin up a Developer account in minutes. Upgrade for recording, HIPAA BAA, and dedicated infrastructure when you're ready.