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..2187c75 --- /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](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.