Documentation Index
Fetch the complete documentation index at: https://docs.toktra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Data Protection Impact Assessment
Toktra has completed a Data Protection Impact Assessment (DPIA) for all personal data processing activities on the platform. The DPIA covers the nature of the data collected (usage metadata — never content), the legal basis for processing (legitimate interests under GDPR Article 6(1)(f)), risk assessment, and the technical and organizational safeguards in place. Key findings from the DPIA:- All residual risks reduced to Low or Medium level after applying controls
- No prior supervisory authority consultation required (no High residual risks)
- Privacy-by-design architecture confirmed: metadata only, no prompt or response capture
Employee notice templates
Before deploying Toktra monitoring in your organization, you are required to inform your employees. Toktra provides ready-to-use notice templates for the following jurisdictions:| Template | Jurisdiction |
|---|---|
notice-eu-gdpr.md | EU / EEA (GDPR) |
notice-uk.md | United Kingdom (UK GDPR) |
notice-us-ca.md | California (CCPA / CPRA) |
notice-us-general.md | United States (general) |
Data Subject Access Requests (DSAR)
Employees can request a copy of their personal data held by Toktra. Toktra’s DSAR pipeline supports both self-service access via the dashboard and programmatic submission via the API.Regulation-aware deadlines
| Regulation | Response deadline |
|---|---|
| GDPR (EU/EEA/UK) | 30 calendar days from receipt of verified request (extendable by 60 days for complex requests) |
| CCPA (California) | 45 calendar days from receipt of verified request |
Submitting a DSAR
Submit via dashboard
Employees can log in to the Toktra Employee Self-Service Portal using their organization’s SSO credentials and navigate to My Data → Download My Data for immediate self-service export in JSON or CSV format.
Track the request
Poll for completion using the request ID returned in the response:The response includes status, a signed download URL (when complete), and the data package size.
DSAR status tracking
List all DSAR requests for your organization, with filtering by status and date range:Right to erasure
Employees have the right to request deletion of their personal data. Toktra’s erasure workflow deletes all individual-level data while preserving:- Anonymized aggregate statistics (team/org level, no individual attribution)
- Audit logs under WORM retention (employee identifiers are pseudonymized, not physically deleted, during the Object Lock retention period)
- The erasure request record itself (retained 3 years as compliance evidence)
Submitting an erasure request
Tracking erasure status
deletion_receipt with the verification hash and records processed per data store.
E-discovery
Toktra integrates with Relativity and Logikcull for litigation support. You configure e-discovery connectors and trigger exports per legal hold from the API or the dashboard under Legal → E-Discovery.Configure an e-discovery connector
Legal holds
Legal holds preserve relevant employee data and prevent it from being deleted by the automated retention worker. Toktra supports both manual holds and automated preservation rules that trigger holds based on configurable conditions.Managing automated hold rules
Hold automations use the same append-only chain-of-custody DAG as manual holds. Every preservation action is timestamped with an RFC 3161 timestamp from a trusted timestamp authority (DigiCert), providing tamper-proof evidence for litigation.
Data residency
You select your data residency region during onboarding, and all personal data is stored exclusively in that region.| Region | AWS region | Suitability |
|---|---|---|
| United States | us-east-1 | Default |
| European Union | eu-west-1 | GDPR-compliant |
| Australia | ap-southeast-2 | Australian data sovereignty |
| Canada | ca-central-1 | Canadian data residency |
eu-west-1 region is configured with GDPR-compliant data handling. Standard Contractual Clauses (SCCs) are executed for any transfers outside the EEA. Contact legal@toktra.io to request the SCCs or a Transfer Impact Assessment.
Processing agreement
You can request a Data Processing Agreement (DPA) from Toktra that covers:- Processing only on your documented instructions
- Confidentiality obligations for all Toktra personnel with data access
- Technical and organizational security measures
- Sub-processor list and notification of changes (30-day advance notice)
- Assistance with data subject requests
- Deletion or return of data upon contract termination
- Audit rights
Does Toktra act as a data controller or data processor?
Does Toktra act as a data controller or data processor?
Toktra acts as a data processor on behalf of your organization (the data controller). Your organization determines the purposes and means of processing. The DPA formalizes this relationship and specifies Toktra’s obligations under GDPR Article 28.
How do I handle a DSAR from a former employee?
How do I handle a DSAR from a former employee?
Former employees’ individual-level telemetry is retained for 90 days after their account is deactivated. After that, data is aggregated and anonymized. You can still submit a DSAR using the former employee’s historical
employee_id — the API returns whatever individual-level data remains within the retention window, along with a statement of what has been aggregated.Can an employee object to being monitored?
Can an employee object to being monitored?
Yes. Under GDPR Article 21, employees can formally object to processing. Submit the objection in writing to your organization’s DPO. Your DPO assesses whether the organization’s compelling legitimate grounds override the employee’s interests. During the assessment period, you can apply a processing restriction via
POST /v1/legal/dsar with request_type: restriction. If the objection is upheld, the employee’s monitoring is suspended and existing data is erased following the erasure workflow.What personal data is included in a DSAR data package?
What personal data is included in a DSAR data package?
The DSAR package is a ZIP archive containing: all individual usage telemetry (token counts, provider hostnames, model identifiers, timestamps, application context), device enrollment records, alert and policy violation history, access audit log (who viewed the employee’s data), and account metadata. Prompt and response content is never captured, so it is never included.
Does Toktra support California CCPA rights?
Does Toktra support California CCPA rights?
Yes. Toktra supports CCPA rights including the right to know (access), right to delete, and right to opt out of sale (Toktra does not sell personal data). The DSAR API accepts a
regulation: ccpa parameter and enforces the 45-day deadline. Contact legal@toktra.io for CCPA-specific DPA addenda.