Data Residency & Processing Locations
Understand exactly where your data flows, how it's processed, and the controls you have over its residency.
Our Data Philosophy
Local-First, Minimal Retention
Tork is designed with a local-first architecture. The content you send to our API for evaluation is processed entirely in memory and is never written to disk or persistent storage.
This means your sensitive data—the actual text, code, or content being evaluated—never leaves the ephemeral processing environment. Only metadata (timestamps, decisions, rule matches) is stored for audit purposes, and even that is configurable.
API request content is never stored. Processing happens in isolated, ephemeral containers that are destroyed after each request.
All data in transit uses TLS 1.3. Persistent data is encrypted at rest with AES-256. API keys are hashed, not stored in plaintext.
Audit log retention is configurable from 30 to 365 days. Delete data anytime via API or dashboard.
Processing Regions
Data Flow
API Request Received
Your request hits our edge network (Vercel) and is routed to the nearest processing region. TLS 1.3 encryption protects data in transit.
In-Memory Processing
Content is evaluated in an isolated, ephemeral serverless function. Policy rules are applied, PII is detected, and decisions are made. No content is written to disk.
Metadata Logged (Optional)
If audit logging is enabled, only metadata (timestamp, decision, rule matched, request ID) is written to our database in AWS us-east-1. Content is never logged.
Response Returned
The evaluation result (ALLOW/BLOCK/REDACT + signed receipt) is returned to you. The serverless function is terminated and all in-memory data is destroyed.
Regional Compliance
European Union
Compliant via DPA- Standard Contractual Clauses (SCCs) available
- Data Processing Agreement (DPA) GDPR-compliant
- EU representative can be appointed on request
- Data deletion requests honored within 30 days
United States
Compliant- CCPA/CPRA rights fully supported
- HIPAA BAA available for healthcare customers
- Virginia VCDPA, Colorado CPA compliant
- Primary data processing location
Australia
Compliant- JCorp Australia Pty Ltd is the data controller
- Australian Privacy Principles (APPs) compliant
- Cross-border data transfer protections in place
- OAIC complaints process supported
United Kingdom
Compliant via DPA- International Data Transfer Agreement (IDTA) available
- UK GDPR compliant data handling
- ICO registration maintained
- Subject access requests honored
Data Retention Policies
API Request Content
Not retainedProcessed in real-time memory only. Never written to disk or persistent storage.
Audit Logs
Configurable (30-365 days)Metadata about evaluations (timestamp, decision, rule matched). Configurable per plan.
Account Data
Account lifetime + 30 daysEmail, name, company. Deleted 30 days after account closure upon request.
API Keys
Until revokedHashed and stored securely. Permanently deleted when revoked.
Usage Metrics
90 days (detailed), 2 years (aggregated)API call counts and timestamps for billing. Aggregated for long-term analytics.
Session Data
24 hoursAuthentication tokens and session state. Auto-expired.
Enterprise Options
For organizations with specific data residency requirements, we offer advanced deployment options.
Dedicated Tenancy
Enterprise planIsolated database and compute resources for your organization
- Dedicated PostgreSQL instance
- Isolated serverless functions
- Custom domain and SSL
- Priority support included
Regional Deployment
Enterprise plan (roadmap)Deploy Tork infrastructure in your preferred region
- EU region (Frankfurt) - Coming Q2 2026
- APAC region (Sydney) - Coming Q3 2026
- Custom regions available on request
- Data never leaves selected region
Bring Your Own Key (BYOK)
Enterprise plan (roadmap)Use your own encryption keys for data at rest
- AWS KMS integration
- Customer-managed keys
- Key rotation support
- Audit trail for key usage
On-Premise Deployment
Enterprise planRun Tork entirely within your infrastructure
- Docker/Kubernetes deployment
- Air-gapped environment support
- Full data sovereignty
- Self-managed updates