KORPS.AI Sign in

Legal

Cookie Policy

Version 0.1 · Drafted August 28, 2026 · Draft for attorney review, not yet in force

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

Browser storage used by Korps, as of version 0.1 of this policy.
NameTypePurposeLifetime
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

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

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