Your data stays in Australia
Every byte of agency data — customers, parties, programmes, KYC records — is stored and processed in ap-southeast-2 (Sydney). The AI itself runs on AWS Bedrock Sydney; no prompts, agency content, or compliance records ever transit US infrastructure.
- Database: Supabase Postgres, ap-southeast-2
- AI inference: AWS Bedrock Sydney (Claude Sonnet) — model IDs with cross-region prefixes (us.*, eu.*, ap.*) are rejected at the env-validation layer so a misconfigured deploy fails at boot, not at first inference
- Object storage: Supabase Storage (Postgres-backed, ap-southeast-2). Identity documents, sealed PDFs, and KYC bundles all sit in tenant-prefixed paths
- Application: Vercel syd1 — every API route and server action runs in Sydney
- Where US-hosted services are unavoidable (Inngest workflow orchestration, Stripe billing webhooks), payloads carry only opaque UUIDs — never names, addresses, or party data. The snapshot a workflow needs is re-read inside each step from Sydney; nothing PII-shaped ever crosses the step boundary