Legal
Cookie Policy
Status of this document
Engineering draft for counsel to review. The technical description below reflects what the shipped code actually does as of the date above, and must be re-checked whenever browser storage changes.
1. Short version
The Korps marketing site sets no cookies at all. There is no analytics, no advertising pixel and no third-party tracker on korps.ai.
The Korps web app stores two values in your browser's local storage so you stay signed in. Both are strictly necessary to provide a service you asked for, so no consent banner is required for them.
2. What is stored
| Name | Type | Purpose | Lifetime |
|---|---|---|---|
korpsAccess |
Local storage, first party | Short-lived access token that authorises API calls for your session. | Valid 15 minutes; replaced on renewal, removed on sign-out. |
korpsRefresh |
Local storage, first party | Refresh token used to get a new access token so you are not signed out mid-visit or on return. | Valid 30 days; removed on sign-out or when the server rejects it. |
These are local storage entries rather than cookies, so they are never attached automatically to requests and are not sent to any third party.
3. What we do not use
- No first-party or third-party analytics.
- No advertising, retargeting or conversion pixels.
- No session-recording or heatmap tools.
- No social media embeds or share widgets that phone home.
- No fingerprinting, and no cross-site identifiers.
The marketing page loads no third-party scripts, fonts or images. Its motion is drawn locally in your browser.
4. Server-side logs
Independently of browser storage, our reverse proxy and API record request method, path, status, timing and source IP address in order to run and secure the service. That is described in the Privacy Policy, not here.
5. How to clear the stored values
- Use Sign out in the app. That removes both values and also ends the session on our side.
- Or clear site data for korps.ai in your browser settings. You will be asked to sign in again.
- Blocking local storage for korps.ai will stop sign-in from working, because there is nowhere to keep the session.
6. Changes
If we ever add analytics or any non-essential storage, we will update this page and ask for consent before setting it.
7. Contact
privacy@korps.ai · mailbox to be confirmed