Legal
Last updated: March 27, 2026 — Version 2.0
Executive Summary
Zero cookies on first load. First-party analytics only. No third-party tracking pixels. No cross-site identifiers. No data brokerage. No behavioral advertising. No sale, rent, or trade of personal data under any circumstance. Your data is never used to train, fine-tune, or evaluate any machine learning model — not ours, not our vendors', not anyone's. We process personal data only to deliver the services you explicitly request, to maintain the security and integrity of our platform, and to fulfill our legal obligations. Every data flow in our infrastructure is auditable by design and governed by cryptographic policy enforcement. This is not a marketing position. It is an architectural constraint.
Data Controller
The entity responsible for the processing of your personal data.
The data controller for all personal data processed in connection with LEAPWare products, services, and properties (including leapware.ai and all subdomains) is:
LEAPWare
Governed AI Workforce Infrastructure
United States
Data Protection Officer: Founder & CEO
DPO Contact: privacy@leapware.ai
Legal Inquiries: legal@leapware.ai
The Data Protection Officer (DPO) is designated in accordance with Article 37 of the General Data Protection Regulation (GDPR) and is responsible for overseeing data protection strategy, ensuring compliance with applicable privacy regulations, conducting privacy impact assessments, and serving as the primary point of contact for supervisory authorities and data subjects exercising their rights.
Where LEAPWare processes personal data on behalf of an enterprise customer (i.e., as a data processor), the customer remains the data controller, and processing is governed by the Data Processing Agreement executed between the parties. In all other cases — including website visitors, direct product users, and prospective customers — LEAPWare acts as the data controller.
Legal Framework
Each category of personal data is mapped to a specific legal basis under applicable law.
| Data Category | Legal Basis | Explanation |
|---|---|---|
| Website analytics (anonymized) | Legitimate interest | Understanding aggregate usage patterns to improve site performance and content. Data is fully anonymized at collection; no individual identification is possible. We have conducted a balancing test confirming minimal impact on data subject rights. |
| Contact form submissions | Consent | You actively choose to provide your name, email, and message content. Processing occurs only upon explicit submission. Consent may be withdrawn at any time by contacting privacy@leapware.ai. |
| Account registration data | Contractual necessity | Required to create, authenticate, and maintain your account; deliver the services described in our Terms of Service; and fulfill our contractual obligations to you. |
| Knowledge objects and content | Contractual necessity | Processing is essential to deliver the core LEAPCortex service — ingesting, indexing, governing, and serving organizational knowledge as contracted. |
| Agent execution logs | Contractual necessity / Legitimate interest | Execution logs are necessary to deliver governed AI workforce capabilities (contractual) and to maintain platform security and audit integrity (legitimate interest). |
| Billing and payment data | Contractual necessity / Legal obligation | Required to process payments under our service agreement and to comply with tax, accounting, and financial reporting obligations. |
| Security and access logs | Legitimate interest / Legal obligation | Maintaining the security and integrity of our systems, detecting and preventing unauthorized access, and complying with information security regulatory requirements. |
| Support communications | Contractual necessity | Processing support requests is necessary to fulfill our service-level obligations and resolve issues affecting your use of LEAPWare products. |
Where processing is based on legitimate interest, we have conducted and documented a Legitimate Interest Assessment (LIA) for each processing activity. These assessments are available for review by supervisory authorities upon request. You have the right to object to processing based on legitimate interest at any time.
Data Collection
A comprehensive inventory of personal data categories, organized by context of collection.
When you visit leapware.ai, we collect the minimum data necessary to deliver and secure the website:
We do not deploy fingerprinting techniques, cross-site tracking mechanisms, social media pixels, retargeting tags, or any form of persistent cross-session identification for website visitors who have not created an account.
When you submit a contact, partnership, or investment inquiry form, we collect:
Contact form data is stored in our primary infrastructure and is not transmitted to third-party CRM systems. Submissions are retained for 24 months from the date of last interaction, after which they are permanently deleted unless an ongoing business relationship has been established.
When you create a LEAPWare account or use any LEAPWare product, we process the following categories of personal data:
Account Data
Knowledge Objects (LEAPCortex)
Knowledge objects are customer data. LEAPWare processes this data solely as instructed by the customer and in accordance with the applicable Data Processing Agreement. We do not access, analyze, aggregate, or derive insights from customer knowledge objects for any purpose other than delivering the contracted service.
Agent Execution Data (LEAPHive, LEAPCrew)
Operational Metadata
Data Use
Explicit permitted uses and categorical prohibitions.
LEAPWare commits to the following absolute prohibitions. These are not policy preferences — they are architectural constraints enforced at the infrastructure level:
Cookie Schedule
Complete enumeration of all cookies and client-side storage mechanisms.
LEAPWare deploys zero cookies on first page load. No cookie consent banner is required because no non-essential cookies are set before user interaction. The following schedule represents the complete set of cookies and local storage entries that may be set across all LEAPWare properties:
| Name / Category | Purpose | Duration | Legal Basis |
|---|---|---|---|
| Strictly Necessary | |||
__lw_session | Maintains authenticated session state for logged-in users. Contains an opaque session identifier only — no personal data is stored in the cookie value. | Session (expires on browser close) | Contractual necessity |
__lw_csrf | Cross-Site Request Forgery protection token. Validated server-side on every state-changing request to prevent unauthorized form submissions. | Session | Legitimate interest (security) |
__lw_cc | Records cookie consent preference to avoid repeated consent prompts. Stores only the consent state (accepted/declined) and timestamp. | 365 days | Legal obligation (ePrivacy) |
| Analytics (First-Party Only) | |||
__lw_aid | Anonymous visitor identifier for first-party analytics. Generated as a random UUID with no connection to any personal identifier. Used to calculate unique visitor counts without cross-site tracking. | 90 days | Legitimate interest (requires consent in EU/UK) |
__lw_ref | Stores the referring URL for first-party attribution analysis. No data is shared with third parties. | 30 days | Legitimate interest (requires consent in EU/UK) |
| Preferences | |||
__lw_theme | Stores user-selected color theme preference (light/dark/system) to maintain visual consistency across sessions. | 365 days | Consent |
__lw_locale | Stores preferred language and locale setting for internationalized content delivery. | 365 days | Consent |
We do not use any third-party cookies, tracking pixels, web beacons, fingerprinting scripts, or invisible image tags. Analytics cookies are set only after affirmative consent in jurisdictions requiring it (EU, UK, Brazil). For visitors in these jurisdictions who decline analytics cookies, we fall back to fully anonymous, cookieless page-view counting that cannot identify or re-identify any individual.
Architecture
How we structurally guarantee tenant separation at every layer of the stack.
LEAPWare implements defense-in-depth tenant isolation that goes significantly beyond industry-standard practices. Isolation is not a configuration choice — it is an architectural invariant enforced at multiple layers:
Each tenant's AI agent workloads execute in dedicated, container-isolated environments with independent process namespaces, network policies, and resource quotas. Agent containers cannot address, discover, or communicate with containers belonging to other tenants. Orchestration enforces hard scheduling boundaries at the node level.
Knowledge objects, agent execution logs, and operational data are stored in tenant-scoped partitions with distinct encryption keys derived from a hierarchical key management system. Each tenant's data-at-rest encryption uses a unique AES-256-GCM key wrapped by a tenant-specific key-encryption key (KEK) stored in a hardware security module (HSM). Cross-tenant data access is not merely unauthorized — it is cryptographically impossible without the tenant's KEK.
Tenant workloads operate within isolated virtual network segments with zero-trust network policies. All inter-service communication is mutually authenticated via mTLS with short-lived certificates (24-hour rotation). Network policies default-deny all traffic and explicitly allowlist only the minimum required service-to-service paths.
Every data access request — whether from a human user, an AI agent, or an internal service — is evaluated against the tenant's Cedar policy store before execution. Cedar policies are tenant-scoped and cryptographically signed. Policy evaluation occurs at the query boundary, not at the application layer, ensuring that no code path can bypass governance enforcement.
This architecture is validated through continuous automated testing, including cross-tenant access attempts that run in production (against canary tenants) on a 15-minute cycle. Any successful cross-tenant data access immediately triggers a P0 security incident response.
Sub-Processors
All third-party entities that process personal data on our behalf.
LEAPWare maintains a limited set of sub-processors, each bound by a Data Processing Agreement that imposes obligations no less protective than those in this Privacy Policy. We evaluate sub-processors annually for security posture, data handling practices, and regulatory compliance. Enterprise customers are notified at least 30 days in advance of any sub-processor addition or change, with the right to object.
| Provider | Purpose | Data Categories | Location |
|---|---|---|---|
| Cloudflare | CDN, DDoS protection, DNS, edge caching for leapware.ai static assets | IP addresses (transient, not logged beyond 24hr), HTTP request metadata | Global edge network (US-headquartered) |
| Amazon Web Services | Primary cloud infrastructure: compute, storage, databases, key management | All customer data categories (encrypted at rest and in transit) | US regions (us-east-1, us-west-2) |
| Anthropic | LLM inference for AI agent reasoning, knowledge synthesis, and natural language processing | Query context and prompts (no persistent storage by provider per our agreement; zero-retention API access) | United States |
| Stripe | Payment processing, subscription billing, invoice generation | Payment card details, billing address, transaction history | United States (PCI DSS Level 1) |
| Postmark | Transactional email delivery (account verification, password resets, billing notifications) | Email address, email subject, delivery metadata | United States |
Notably absent from this registry: advertising platforms, data brokers, behavioral analytics providers, A/B testing services that process personal data, and social media tracking integrations. Their absence is intentional and permanent.
AI Governance
Our commitments regarding artificial intelligence, profiling, and automated decisions.
LEAPWare builds AI products. This creates an elevated obligation to be precise about how AI interacts with personal data:
No Automated Decisions with Legal or Significant Effect. LEAPWare does not use personal data to make automated decisions that produce legal effects concerning you or similarly significantly affect you within the meaning of GDPR Article 22. All AI agent actions that could have material consequences are subject to human-in-the-loop approval workflows governed by Cedar policy. Agents operate under chartered authority boundaries — they cannot exceed their defined scope without human escalation and explicit authorization.
No Profiling. We do not engage in profiling as defined by GDPR Article 4(4). We do not analyze or predict personal aspects relating to your economic situation, health, personal preferences, interests, reliability, behavior, location, or movements. Our AI systems process organizational knowledge and execute business workflows — they do not model individuals.
Human Oversight Guarantee. Every LEAPWare AI product implements the LEAP cycle (Listen, Explain, Act, Prove) which requires that AI reasoning be explainable, that actions be authorized under policy, and that outcomes be provable through audit trails. Human oversight is not optional — it is an architectural requirement enforced by the governance layer. Any customer can configure their Cedar policies to require human approval for any category of agent action, at any threshold.
Model Provider Data Handling. When LEAPWare transmits data to LLM providers (currently Anthropic) for inference, we enforce the following constraints contractually and technically:
International Transfers
How we protect personal data when it crosses borders.
LEAPWare is headquartered in the United States. If you are located outside the United States, your personal data will be transferred to the United States for processing. We implement the following safeguards to ensure that international data transfers comply with applicable data protection laws:
Retention
How long we keep each category of data and how we delete it.
| Data Type | Retention Period | Deletion Method |
|---|---|---|
| Website analytics (anonymized) | 90 days from collection | Automated purge from analytics data store; data is aggregated into non-reversible statistical summaries before deletion of raw records. |
| Contact form submissions | 24 months from last interaction | Permanent deletion from primary and backup storage. Backup propagation completes within 30 days of deletion trigger. |
| Account registration data | Duration of account + 90 days | Account deletion triggers a 90-day grace period (to allow account recovery), followed by cryptographic erasure of all associated data. |
| Knowledge objects (customer content) | Duration of contract + 60 days | Upon contract termination, customers receive a 60-day data export window. After expiration, all knowledge objects are permanently deleted via cryptographic erasure (destruction of tenant KEK renders all encrypted data unrecoverable). |
| Agent execution logs | Duration of contract + 60 days | Same as knowledge objects. Execution logs are included in the data export window and subject to the same cryptographic erasure process. |
| Billing and payment data | 7 years from transaction date | Retained to comply with tax and financial reporting obligations (IRS, applicable state law). Deleted via secure overwrite after the statutory retention period expires. |
| Security and access logs | 12 months from creation | Automated rotation and deletion. Logs related to active security investigations are preserved until investigation closure + 90 days. |
| Support communications | Duration of account + 12 months | Deleted from support systems. Anonymized support interaction metadata may be retained for service quality analysis. |
| Cookie consent records | 3 years from consent action | Retained as evidence of valid consent under GDPR and ePrivacy Directive requirements. Deleted via automated lifecycle management. |
All deletion methods are verified through automated compliance checks that confirm the absence of residual data. Cryptographic erasure — used for all customer content — provides a deletion guarantee equivalent to physical destruction: once the tenant's key-encryption key is destroyed, the encrypted data is computationally irrecoverable regardless of storage medium retention.
Your Rights
Your rights under GDPR, CCPA, CPRA, and other applicable privacy laws.
To exercise any of these rights, submit a request to privacy@leapware.ai with the subject line "Data Subject Request" or use the mechanisms described in the following section.
Request Process
How to submit, verify, and track requests to exercise your privacy rights.
Submission. Data subject requests may be submitted via email to privacy@leapware.ai. Enterprise customers may also submit requests through their designated account manager or via the LEAPControl customer portal. All request channels are treated with equal priority and urgency.
Verification. To protect your privacy, we verify the identity of every data subject request before processing. For account holders, verification is performed through email confirmation sent to the registered account email address. For non-account holders, we may request additional identifying information sufficient to match the request to our records. We will never ask for government-issued identification numbers, financial account details, or passwords as part of verification.
Authorized Agents. California residents may designate an authorized agent to submit requests on their behalf. The authorized agent must provide written authorization signed by the data subject and must be verified as described above. We may contact the data subject directly to confirm the authorization.
Service-Level Commitments.
Appeals. If you are dissatisfied with our response to your data subject request, you may appeal by emailing privacy@leapware.ai with the subject line "DSR Appeal" and your original reference number. Appeals are reviewed by the Data Protection Officer within 15 business days. You also retain the right to lodge a complaint with your local supervisory authority at any time.
Government Requests
Our policy on government access to customer data.
LEAPWare is committed to protecting customer data from overbroad or unlawful government access. Our policy on government and law enforcement requests is as follows:
Children's Privacy
Our commitments regarding minors' data under COPPA, GDPR, and applicable law.
LEAPWare products are designed for business and enterprise use. Our services are not directed at, marketed to, or intended for use by individuals under the age of 16 (or under 13 in jurisdictions where the COPPA age threshold applies).
COPPA Compliance. We do not knowingly collect, use, or disclose personal information from children under 13 as defined by the Children's Online Privacy Protection Act (COPPA). Our website and products do not contain content or features designed to attract children, and our registration process requires users to confirm that they are of legal age to enter into a binding agreement.
GDPR-K Compliance. For users in the European Economic Area, we do not knowingly process personal data of children under 16 without verified parental consent, in accordance with Article 8 of the GDPR. Member state variations in the age of digital consent (ranging from 13 to 16) are respected based on the user's jurisdiction.
Discovery and Remediation. If we discover that we have inadvertently collected personal data from a child below the applicable age threshold, we will immediately delete all such data, notify the child's parent or legal guardian (if identifiable), and document the incident in our internal privacy incident log. To report a concern about a child's data, contact privacy@leapware.ai with the subject line "Children's Privacy Concern."
Enterprise
Contractual framework for enterprise customers.
Enterprise customers processing personal data through LEAPWare products are entitled to execute a Data Processing Agreement (DPA) that establishes the contractual framework for our role as data processor. Our DPA includes:
To request a DPA, contact legal@leapware.ai. Pre-signed DPAs are available for immediate execution to avoid delays in enterprise procurement cycles.
Assessments
Our commitment to privacy-by-design evaluation.
LEAPWare conducts Data Protection Impact Assessments (DPIAs) in accordance with GDPR Article 35 for all product changes, new features, and architectural modifications that involve the processing of personal data or could affect the privacy rights of data subjects. Our DPIA process includes:
DPIAs are retained internally as part of our accountability documentation under GDPR Article 5(2) and are available for review by supervisory authorities upon request.
Breach Notification
Our response obligations in the event of a personal data breach.
LEAPWare maintains a comprehensive incident response plan that addresses the detection, containment, assessment, notification, and remediation of personal data breaches. Our commitments:
72-Hour Supervisory Authority Notification. In the event of a personal data breach that is likely to result in a risk to the rights and freedoms of natural persons, LEAPWare will notify the relevant supervisory authority without undue delay and no later than 72 hours after becoming aware of the breach, in accordance with GDPR Article 33. The notification will include the nature of the breach, approximate number of data subjects affected, likely consequences, and measures taken or proposed to address the breach.
Customer Notification. Where LEAPWare acts as a data processor and a breach affects customer data, we will notify the affected customer without undue delay after becoming aware of the breach, providing sufficient detail for the customer to fulfill its own notification obligations as data controller. Our target for customer notification is within 48 hours of breach confirmation.
Data Subject Notification. Where a breach is likely to result in a high risk to the rights and freedoms of individuals, LEAPWare will communicate the breach to affected data subjects without undue delay, in clear and plain language, describing the nature of the breach, the likely consequences, and the measures taken to mitigate harm, in accordance with GDPR Article 34.
Post-Incident Review. Following every security incident, we conduct a formal post-incident review that includes root cause analysis, timeline reconstruction, control gap identification, and remediation planning. Findings are documented and incorporated into our security program. Material findings that affect our data protection posture are reflected in updated DPIAs.
Changelog
Version history documenting all material changes to this policy.
| Version | Date | Changes |
|---|---|---|
| 2.0 | March 27, 2026 | Comprehensive rewrite. Added Legal Bases table, Cookie Schedule with specific cookie names, Data Isolation Architecture section, Sub-Processor Registry, AI and Automated Decision-Making section, International Data Transfer safeguards and TIA disclosures, Data Retention Schedule with deletion methods, expanded GDPR and CCPA/CPRA rights enumeration, Data Subject Request SLAs, Government and Law Enforcement request policy, Children's Privacy (COPPA + GDPR-K), Data Processing Agreement details, Privacy Impact Assessment process, Data Breach Notification procedures. Restructured all sections for institutional-grade comprehensiveness. |
| 1.0 | March 1, 2026 | Initial privacy policy published. Covered basic data collection, cookie policy, GDPR rights summary, and contact information. |
Material changes to this policy will be communicated to registered users via email at least 30 days before they take effect. Continued use of LEAPWare services after the effective date constitutes acceptance of the updated policy. The current version is always available at leapware.ai/legal/privacy.
Contact
How to reach us regarding privacy and data protection matters.
For all questions about this privacy policy, data subject requests, privacy complaints, or concerns about our data handling practices:
Data Protection Officer
Email: privacy@leapware.ai
Subject line: Include "Privacy Inquiry," "Data Subject Request," or "Privacy Complaint" as appropriate.
Response time: Within 48 hours for acknowledgment; substantive response within 5 business days.
For Data Processing Agreement requests, regulatory correspondence, legal process, or law enforcement requests:
Legal Department
Email: legal@leapware.ai
Subject line: Include "DPA Request," "Legal Process," or "Regulatory Inquiry" as appropriate.
Response time: Within 48 hours for acknowledgment; DPA execution available within 5 business days.
We take every privacy inquiry seriously. If you believe that your data protection rights have been violated, you have the right to lodge a complaint with your local data protection supervisory authority. We encourage you to contact us first so that we can attempt to resolve your concern directly.