Skip to content

Commit 8957c39

Browse files
docs: add session intelligence privacy page
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4d4e9a9 commit 8957c39

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

‎docs.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"pages": [
233233
"browsers/faq",
234234
"info/concepts",
235+
"info/session-intelligence",
235236
"info/pricing",
236237
"info/support",
237238
"info/unikernels"

‎info/session-intelligence.mdx‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Session Intelligence"
3+
---
4+
5+
Session intelligence helps Kernel understand how browser sessions navigate and perform, so we can debug issues, improve reliability, and make browser automation more predictable.
6+
7+
Our approach is privacy-first: collect the minimum operational telemetry needed to improve the service, keep it scoped to the browser session, and honor opt-out requests.
8+
9+
## What we collect
10+
11+
When session intelligence is enabled, Kernel may collect navigation and performance metadata from Kernel browsers, including:
12+
13+
- The domain and normalized URL path, without query strings or URL fragments
14+
- Navigation status, such as completed navigations or navigation errors
15+
- HTTP status code for main-frame navigations
16+
- Page load timing, DOMContentLoaded timing, resource count, and transfer size
17+
18+
Session intelligence doesn't record your screen, capture screenshots, store page contents, collect keystrokes, or collect form field values.
19+
20+
## Opt out
21+
22+
If you want session intelligence disabled for your organization, [contact Kernel support](/info/support) or email [privacy@onkernel.com](mailto:privacy@onkernel.com).
23+
24+
Include your organization name and the environment or project you want opted out. We'll confirm once session intelligence is disabled for that scope.

0 commit comments

Comments
 (0)