Is my data private and secure?
Is my data private and secure?
Yes. Hyper does not sell your data to third parties — ever. Your facts, memories, and connected data are used solely to power your workspace’s AI memory layer. All connector OAuth tokens are encrypted at rest using AES-256-GCM, which is the same encryption standard used by leading cloud providers and financial institutions. Hyper-issued bearer tokens are hashed before storage, meaning no plaintext credential is ever written to disk. Service secrets are held in AWS SSM Parameter Store with strict IAM access controls, so they are never embedded in application code or environment files.
How do you handle access control?
How do you handle access control?
Access control in Hyper is workspace-scoped. In a team workspace, each member can only read and write memories within the workspaces they belong to — there is no cross-workspace data leakage. Hyper-issued bearer tokens authenticate individual agents and users, and each token carries only the permissions granted at issuance. You can revoke any token or disconnect any integration at any time from Settings → Connections, and the change takes effect immediately. Administrators in a team workspace can manage member access and review connection status from the same settings panel.
What data does Hyper store, and for how long?
What data does Hyper store, and for how long?
Hyper stores two categories of data:
- Memory facts — the structured facts your agents record via
rememberorobserve. These persist until you delete them or disconnect your workspace. - Connector data — metadata and content ingested from your connected integrations (Gmail, Google Drive, Google Calendar, Slack). This data flows through Hyper’s ingestion pipeline and is indexed to make your memories searchable.
How do I delete my data?
How do I delete my data?
You have several options depending on what you want to remove:
- Delete a specific memory — find the fact in the Hyper desktop app and delete it directly. The change is immediate.
- Disconnect an integration — go to Settings → Connections, select the integration, and click Disconnect. Hyper will stop ingesting new data from that source. You can also request deletion of previously ingested data from that connector via the same screen.
- Delete your entire workspace — contact Hyper support to initiate a full account and data deletion. All stored facts, credentials, and ingested data will be permanently removed from Hyper’s systems.
What OAuth scopes does Hyper request, and why?
What OAuth scopes does Hyper request, and why?
Hyper requests the minimum OAuth scopes needed to make your connected data searchable for your agents. Here is exactly what each Google scope is used for:
Hyper never writes to your Drive or Calendar, and never sends email on your behalf. The
| Scope | Why Hyper needs it |
|---|---|
gmail.readonly | Read email content so agents can recall relevant message history |
gmail.modify | Apply labels or filters to messages during sync — required by Gmail’s API for certain organizational operations; Hyper does not delete or send email |
drive.readonly | Read file content from Google Drive so agents can reference documents |
calendar.readonly | Read calendar events so agents can be aware of your team’s schedule |
gmail.modify scope is a Gmail API requirement for applying organizational labels during sync — it does not grant Hyper the ability to delete, compose, or send messages.How is connector credential data protected?
How is connector credential data protected?
When you connect an integration, Hyper stores the resulting OAuth token encrypted at rest using AES-256-GCM. The encryption key is managed separately from the encrypted data, so a database breach alone would not expose usable credentials. Hyper-issued bearer tokens — used by your agents to authenticate with the Hyper API — are stored as one-way hashes. This means even Hyper’s own infrastructure cannot reconstruct a plaintext bearer token after it has been issued. Service-level secrets (database credentials, API keys used internally) are stored in AWS SSM Parameter Store and are never written to source code, configuration files, or logs.
Does Hyper sell or share my data with third parties?
Does Hyper sell or share my data with third parties?