Axia
02/02/2026, 6:04 AMChiranjeet Mishra
02/02/2026, 6:05 AMVapi Support Bot
02/02/2026, 6:06 AMjson
{
"hipaaEnabled": true,
"artifactPlan": {
"recordingUseCustomStorageEnabled": true,
"loggingUseCustomStorageEnabled": true,
"recordingPath": "https://your-bucket.s3-ap-southeast-2.amazonaws.com/recordings/",
"loggingPath": "https://your-bucket.s3-ap-southeast-2.amazonaws.com/logs/"
}
}
This setup gives you full control over data residency and retention—artifacts are stored only in your infrastructure, not on Vapi’s servers. For more, see the [Vapi data flow documentation](https://docs.vapi.ai/security-and-privacy/data-flow).
Source:
- [Vapi Data Flow Documentation](https://docs.vapi.ai/security-and-privacy/data-flow)James Christopher
02/02/2026, 1:33 PMAxia
02/02/2026, 1:56 PMJames Christopher
02/02/2026, 5:22 PMkyle
02/04/2026, 2:09 AMhipaaEnabled: true
* When HIPAA mode is enabled, no recordings, transcripts, or logs are stored by Vapi
* Custom storage buckets supported:
* AWS S3
* GCP Cloud Storage
* Azure Blob Storage
* Cloudflare R2
* Supabase
---
### Encryption & Access Controls
* Data in transit: TLS encrypted
* Data at rest: encrypted storage
* Strict role-based access controls
* Tool argument encryption for sensitive fields
* Regular security audits and penetration testing
---
### Data Residency & Australia-Specific Considerations
* Custom storage buckets can be configured in Australian regions
* Core Vapi orchestration runs on US/EU infrastructure but processes data ephemerally (not stored)
* Azure OpenAI supports Australian regions for LLM processing
* Regional isolation is achieved by routing recordings and transcripts directly to your own infrastructure
---
### HIPAA Mode
When `hipaaEnabled: true`:
* No call data is stored by Vapi
* Only HIPAA-compliant providers are allowed:
* OpenAI, Azure, Anthropic, Google, Deepgram, ElevenLabs, Cartesia
* PHI passes through STT → LLM → TTS but is not retained
* BAA is available
---
### Recommendation
Given your requirements around:
* Australian-only data residency
* NMBA, AHPRA, and Australian privacy compliance
* Clinical AI with sensitive health information
We recommend a discussion with our sales / solutions team for:
* Formal documentation on regional isolation
* BAA process
* Enterprise retention and storage controls
* On-prem or advanced deployment options
* Australia-specific regulatory guidance
Sales: [https://vapi.ai/sales](https://vapi.ai/sales)
Security: [security@vapi.ai](security@vapi.ai)
Happy to clarify anything further.Axia
02/11/2026, 9:06 AMaustralia region broken - need australiaeast
I'm trying to add Azure Speech credentials for Australian data residency.
Issue: Vapi lists australia as a region option, but it fails:
"Invalid API key. Azure Speech API returned getaddrinfo ENOTFOUND australia.tts.speech.microsoft.com"
Reason: Azure doesn't have an australia endpoint. The correct endpoint is australiaeast.tts.speech.microsoft.com
Request: Please add australiaeast as a supported region option.
My Azure endpoint: https://australiaeast.api.cognitive.microsoft.com/
---