SOC 2 Ready · GDPR Aligned · AES-256 Encrypted

Compliance, Security, and Privacy

CorpusIQ LLC, Scottsdale, Arizona. Last updated: December 31, 2025.

SOC 2 ReadyGDPR AlignedAES-256 EncryptedRead-OnlyZero Data Stored
This page documents the technical and organizational measures we apply to protect user data. It also provides exact answers for Apple and OpenAI reviewers. Contact us with questions.

Table of Contents

Section 1

Product Scope

SourcesGmail, Google Drive, OneDrive, Dropbox, Outlook, Shopify, QuickBooks, HubSpot, Google Analytics, Google Ads, Meta Ads, YouTube, TikTok, eBay, PostgreSQL, SQL Server, and more. User-authorized only. No device agents. No browser extensions.
OutputsIn-chat answers, ranked references, and optional deep search results.
StorageEmbeddings and minimal metadata. No raw file bodies stored. Read-only access to connected data.
ControlsPer user namespace, immediate deletion endpoint, immutable audit trail.

Section 2

Data Inventory and Flow

Your Data Sources

Gmail
Drive
Shopify
QuickBooks
Slack
23+ More

Read-only OAuth

Encrypted

CorpusIQ

EncryptedEphemeral
AES-256TLS 1.3Read-Only
Ephemeral

AI Clients

ChatGPT
Claude
Ephemeral ContextNo Persistent AccessNo Model Training
  • Encrypted retrieval: data is encrypted in transit and at rest, scoped per user.
  • User-scoped isolation: each account operates in a separate namespace with no cross-access.
  • Ephemeral context: only short-lived query context is passed to ChatGPT, never persisted.
ClassExamplesEncryptionRetention
AccountEmail, OAuth subjectAES-256 at restUntil account deletion
DerivedEmbeddings, chunk IDsAES-256 at restUntil connector revocation or account deletion
OperationalAudit logs, deletion receiptsAES-256 at rest24 months, security only

Section 3

Security Controls

DEKRACERTIFIED

CASA Tier 2 Certified by DEKRA

Assessed by DEKRA · OWASP Top 10 Verified

TransportTLS 1.3 only, HSTS, forward secrecy
Encryption at restAES-256, managed keys, key rotation every 90 days
NetworkPrivate subnets, deny by default, WAF and rate limits on all public endpoints
AccessSSO, least privilege, hardware key for production access. Production data is not copied to developer laptops
SecretsStored in a dedicated secrets manager, never in source control
LoggingStructured logs, immutable audit stream
Pen-testingIndependent assessment at least annually, remediation tracked to closure
Business continuityDaily encrypted backups, restore tests every 30 days
Change controlVersioned IaC, peer review, and staged rollouts

Section 4

Privacy and Lawful Basis

Lawful basisUser consent at connection time, with clear scopes.
ChildrenNot directed to children under 16.
Data saleDo not sell personal information. No cross-context behavioral advertising.
International transfersStandard contractual clauses where relevant.

Section 5

Retention and Deletion

We store zero customer data by default. Embeddings and metadata are retained only while the connector is active.

Connector revocation removes all associated embeddings and tokens immediately.

Audit receipts retained for 24 months for compliance purposes only.

Account deletion removes all data, tokens, and metadata with final audit receipt.

No backups of customer content retained after deletion.

Deletion API
DELETE https://api.corpusiq.io/v1/delete_my_data
Authorization: Bearer <token>

Response 200:
{
  "status": "deleted",
  "deleted_resources": ["embeddings","metadata","tokens"],
  "audit_id": "del_01J9Z3R4A2",
  "timestamp": "2025-10-14T15:32:10Z"
}

Section 6

Subprocessors

VendorPurposeData typesRegion
OpenAIModel inferencePrompts and derived embeddingsUSA
Cloud hostingCompute and storageEncrypted data at restUSA
Analytics (IP masked)Product analyticsAnonymized eventsUSA

Section 7

Incident Response

01

Detect and triage. Open a ticket, assign severity.

02

Contain, eradicate, and recover.

03

Notify affected users within 72 hours after confirmation, when legally required.

04

Retrospective with corrective actions and ownership.

Section 8

Annual Reviews and Audits

SOC 2 readiness program with quarterly control checks.

Independent pen-test at least once per year.

Vendor reviews and DPA renewals annually.

Section 9

User Data Rights

Users can request access, correction, export, and deletion of their data. Contact privacy@corpusiq.io. We respond within 30 days.

Access

Request a copy of all data we hold about you.

Correction

Ask us to correct inaccurate personal data.

Export

Receive your data in a machine-readable format.

Deletion

Permanently erase all data, tokens, and embeddings.

Section 10

Notes for Apple and OpenAI Reviewers

Apple

  • Sign in with Apple is required for account creation.
  • All data source connections are user-initiated via OAuth. We do not store raw content by default.
  • Domain ownership verified. Callback: /oauth/apple/callback

OpenAI

  • Actions use a documented OpenAPI spec with three endpoints:

    /v1/query/v1/deep_search/v1/delete_my_data
  • We provide a reviewer account with synthetic data and a Postman collection.
  • No background data extraction. Only user-invoked actions.

Section 11

Public API and Examples

OpenAPI spec v3.0.3 · Base: https://api.corpusiq.io · Endpoints: POST /v1/query · POST /v1/deep_search · DELETE /v1/delete_my_data

cURL — Query
curl -s -X POST https://api.corpusiq.io/v1/query \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"q":"what is the renewal date for the ACME contract"}'
cURL — Deep Search
curl -s -X POST https://api.corpusiq.io/v1/deep_search \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"q":"Q4 keyword performance report"}'
cURL — Deletion
curl -s -X DELETE https://api.corpusiq.io/v1/delete_my_data \
  -H "Authorization: Bearer $TOKEN"

Section 12

Change Log

2025-12-31Initial publication with reviewer notes and API examples.

Questions about security?

Reach our security team directly or start your free trial with confidence.