From 8957c3928fc213939f7bf8cc1b312145895b8736 Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 21 May 2026 10:36:11 -0600 Subject: [PATCH 1/3] docs: add session intelligence privacy page Co-authored-by: Cursor --- docs.json | 1 + info/session-intelligence.mdx | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 info/session-intelligence.mdx diff --git a/docs.json b/docs.json index d56d541..245d49c 100644 --- a/docs.json +++ b/docs.json @@ -232,6 +232,7 @@ "pages": [ "browsers/faq", "info/concepts", + "info/session-intelligence", "info/pricing", "info/support", "info/unikernels" diff --git a/info/session-intelligence.mdx b/info/session-intelligence.mdx new file mode 100644 index 0000000..b10f032 --- /dev/null +++ b/info/session-intelligence.mdx @@ -0,0 +1,24 @@ +--- +title: "Session Intelligence" +--- + +Session intelligence helps Kernel understand how browser sessions navigate and perform, so we can debug issues, improve reliability, and make browser automation more predictable. + +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. + +## What we collect + +When session intelligence is enabled, Kernel may collect navigation and performance metadata from Kernel browsers, including: + +- The domain and normalized URL path, without query strings or URL fragments +- Navigation status, such as completed navigations or navigation errors +- HTTP status code for main-frame navigations +- Page load timing, DOMContentLoaded timing, resource count, and transfer size + +Session intelligence doesn't record your screen, capture screenshots, store page contents, collect keystrokes, or collect form field values. + +## Opt out + +If you want session intelligence disabled for your organization, [contact Kernel support](/info/support) or email [privacy@onkernel.com](mailto:privacy@onkernel.com). + +Include your organization name and the environment or project you want opted out. We'll confirm once session intelligence is disabled for that scope. From 69ba85a9f6d1f345449cecc48f2ae01185df7bfd Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 21 May 2026 10:51:41 -0600 Subject: [PATCH 2/3] docs: fix session intelligence support link Co-authored-by: Cursor --- info/session-intelligence.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/session-intelligence.mdx b/info/session-intelligence.mdx index b10f032..17a31a5 100644 --- a/info/session-intelligence.mdx +++ b/info/session-intelligence.mdx @@ -19,6 +19,6 @@ Session intelligence doesn't record your screen, capture screenshots, store page ## Opt out -If you want session intelligence disabled for your organization, [contact Kernel support](/info/support) or email [privacy@onkernel.com](mailto:privacy@onkernel.com). +If you want session intelligence disabled for your organization, [contact Kernel support](/docs/info/support) or email [privacy@onkernel.com](mailto:privacy@onkernel.com). Include your organization name and the environment or project you want opted out. We'll confirm once session intelligence is disabled for that scope. From 0ab1365d61d6468e92d9935157875963e09a86e2 Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 21 May 2026 11:03:45 -0600 Subject: [PATCH 3/3] docs: use absolute session support URL Co-authored-by: Cursor --- info/session-intelligence.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/session-intelligence.mdx b/info/session-intelligence.mdx index 17a31a5..2187c75 100644 --- a/info/session-intelligence.mdx +++ b/info/session-intelligence.mdx @@ -19,6 +19,6 @@ Session intelligence doesn't record your screen, capture screenshots, store page ## Opt out -If you want session intelligence disabled for your organization, [contact Kernel support](/docs/info/support) or email [privacy@onkernel.com](mailto:privacy@onkernel.com). +If you want session intelligence disabled for your organization, [contact Kernel support](https://www.kernel.sh/docs/info/support) or email [privacy@onkernel.com](mailto:privacy@onkernel.com). Include your organization name and the environment or project you want opted out. We'll confirm once session intelligence is disabled for that scope.