llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>SentinelOne - Management Console</title>
<script>
// Update the <base /> tag dynamically when console is served from a path and not root (ie: when iframed through shell)
const paths = ['/mgmt'];
const basePath = paths.find((path) => location.href.includes(`${location.host}${path}`)) ?? '';
const baseElem = document.createElement('base');
baseElem.href = `${basePath}/`;
document.querySelector('head').appendChild(baseElem);
</script>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5.0"/>
<meta name="theme-color" content="#7e4aac"/>
<meta name="robots" content="noindex"/>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" href="styles.3ffc578dfe77c0a0.css"></head>
<body>
<mgmt-root></mgmt-root>
<noscript>SentinelOne Management Console requires Javascript to be enabled.</noscript>
<script src="polyfills.afd656dac2a94db1.js" type="module"></script><script src="main.2767458098f54614.js" type="module"></script><script>
window.__SERVER_CONTEXT__ = {
"attivoUrl": "",
"consoleId": "52091",
"consoleVersionBuild": "S-26.2.2#33",
"consoleVersionRelease": "s_26_2_2",
"consoleVersionReleaseOriginal": "S-26.2.2",
"consoleVersionTag": "s_26_2_2_033",
"i18nEnabled": true,
"isShellEnabled": false,
"language": "",
"metricsEnabled": true,
"scalyrUrl": "",
"shellVersionOverride": "",
"cdnBaseUrl": "https://cdn.sentinelone.net",
"iframeApprovedParentDomains": "sentinelone.net,sentinelone.com,system-monitor.com,n-able.com,solarwindsmsp.com,n-central.com,n-central.dev",
"appConfig": {
"WHITELABEL": "sentinelone"
}
};
</script></body>
</html>