<!DOCTYPE html><!-- Last Published: Fri Jul 31 2026 18:16:12 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="rootly.com" data-wf-page="66fd1c30fe9b7cf13082ffcc" data-wf-site="65eb28a668c15a253c5417a6" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>Rootly for Startups</title><meta content="Plug and play incident response and on-call for startups. Save up to 50% with our startup program." name="description"/><meta content="Rootly for Startups" property="og:title"/><meta content="Plug and play incident response and on-call for startups. Save up to 50% with our startup program." property="og:description"/><meta content="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68d2c0bdaefe4bc653d26500_9e05af7f16e913063b9974428b113643_OG%20Image.webp" property="og:image"/><meta content="Rootly for Startups" name="twitter:title"/><meta content="Plug and play incident response and on-call for startups. Save up to 50% with our startup program." name="twitter:description"/><meta content="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68d2c0bdaefe4bc653d26500_9e05af7f16e913063b9974428b113643_OG%20Image.webp" name="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="google-site-verification=xW3cAh4JRxjBZq3DP5aoeEgi75BhPf6wIkeIL4fYzoo" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/css/rootlyhq-staging.shared.3e41a3f49.min.css" rel="stylesheet" type="text/css" integrity="sha384-PkGj9J6Uj9/luoCnPgSBch4wwZE+MwJv8wHlKH3ZyCHS+bskkwXh1SgWoBWuBc8h" crossorigin="anonymous"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/6914d3cdf2b405d3d668acfc_rootly-favicon.svg" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/6914d3d1dab0589532851bfa_rootly-webclip.svg" rel="apple-touch-icon"/><link href="https://rootly.com/startups" rel="canonical"/><script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "Rootly | Startups",
  "description": "Plug and play incident response and on-call based on industry best practices. Save up to 50% with our startup program for companies under 100 employees.",
  "url": "/startups",
  "inLanguage": "en",
  "about": {
    "@type": "SoftwareApplication",
    "name": "Rootly",
    "applicationCategory": "BusinessApplication",
    "description": "The fastest way for growing startups to response to, learn from, and resolve incidents.",
    "offers": {
      "@type": "Offer",
      "description": "Startup discount program",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "price": "0",
        "priceCurrency": "USD",
        "description": "Up to 50% off for companies under 100 employees, under $50m raised, under 5 years in business"
      },
      "eligibleCustomerType": "Startup companies under 100 employees, under $50m raised, under 5 years in business"
    },
    "featureList": [
      "Incident Response",
      "On-call paging",
      "AI SRE",
      "Status Page",
      "Collaborative Retrospectives",
      "Root cause analysis",
      "Alert integrations",
      "Slack integration"
    ]
  }
}
</script><script data-priority="high">
  (function() {
    // Remove existing canonical links
    const existingCanonicals = document.querySelectorAll('link[rel="canonical"]');
    existingCanonicals.forEach(canonical => canonical.remove());

    // Create clean URL without parameters
    const cleanUrl = new URL(window.location.href);
    cleanUrl.search = '';

    // Create new canonical link
    const canonical = document.createElement('link');
    canonical.rel = 'canonical';
    canonical.href = cleanUrl.href;

    // Make href read-only
    Object.defineProperty(canonical, 'href', {
      value: cleanUrl.href,
      writable: false
    });

    // Prepend to head
    document.head.prepend(canonical);

    // Function to recursively process nodes
    const processNode = (node) => {
      if (node.nodeType === Node.ELEMENT_NODE) {
        if (node.tagName === 'LINK' && node.rel === 'canonical') {
          node.remove();
        }
        // Recursively check child nodes
        node.childNodes.forEach(child => processNode(child));
      }
    };

    // Observer to prevent future canonical additions
    const observer = new MutationObserver(mutations => {
      mutations.forEach(({ addedNodes }) => {
        addedNodes.forEach(node => processNode(node));
      });
    });

    observer.observe(document.head, {
      childList: true,
      subtree: true
    });
  })();
</script>

<style>
/**set the initial opacity 0 for preloading effect**/
  body {
    opacity: 0; 
  }
  .hero-title,
  .hero-p,
  .hero-btn-wrap,
  .hero-screen-wrap {
    opacity: 0;
		transform: translateY(10px);
    }
  .hero-bg {
   opacity: 0;
   transform: translateY(0px);
    }
</style>

<style>
   /**remove the default blue highlight outline**/
   *:focus { outline: none; }
   /** custom scrollbar**/
   ::-webkit-scrollbar {
   width: 0.25vw; 
   padding: 5px; 
   }
   ::-webkit-scrollbar-track {
   background: #fff; /* Sets the background to transparent, change to a Hex or RGB value if you would like */
   }
   ::-webkit-scrollbar-thumb {
   background: #E9E2FF;
   border-radius: 100vw;
   }
   /* For modern browsers */
   ::selection {
   background-color: #E9E2FF;
   color: #1E1A33;
   }
   /* For older versions of Firefox */
   ::-moz-selection {
   background-color: #E9E2FF;
   color: #1E1A33;
   }
   .gradient-span::selection{
   -webkit-text-fill-color: #1E1A33;
   }
   /**make sure website remain the same place when scrollbar disappear**/
html {
  scrollbar-gutter: stable;
}
</style>

<style>
/* Default Background */
.w-code-block {
  background: #F5F3FC !important;
  color: #1E1A33 !important;
 padding:0.8rem 1rem !important;
}

[style="color: rgb(245, 171, 53);"],
{
	color: #FF4B4B !important; /* red */
}

[style="color:#f5ab35"] {
	color: #d7930f !important; /* yellow */
}

[style="color: rgb(255, 215, 0);"],
[style="color:#dcc6e0"],
[style="color: rgb(220, 198, 224);"],
[style="color:#ffd700"]{
	color: #2ABC51 !important; /* green */
}
[style="color:#abe338"]{
	color: #58A82D !important; /* light green */
}

[style="color: rgb(212, 208, 171);"],
[style="color:#d4d0ab"] {
	color: #a5a5a5 !important; /* comments - gray */
}

[style="color: rgb(255, 160, 122);"],
[style="color:#ffa07a"] {
	color: #7748F6 !important; /* purple */
}
</style>

<style>
   #cookie-consent-banner-container {
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 900;
   width: fit-content;
   margin: 20px;
   }
   #cookie-consent-banner-container > div:first-child {
   border-radius: 15px;
   background: #1E1A33B2;
   width: 440px;
   padding: 20px;
   flex-direction: column;
   @media (max-width: 600px) {
   width: 100%;
   margin: 0px;
   border-radius: 0px;
   }
   }
   #cookie-consent-banner-container > button {
   border-radius: 15px;
   text-decoration-color: white;
   }
   #cookie-consent-banner-container #subContentBtn {
   text-decoration-color: white;
   }
</style>
<script>
   !function(){var i="analytics",analytics=window[i]=window[i]||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","screen","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware","register"];analytics.factory=function(e){return function(){if(window[i].initialized)return window[i][e].apply(window[i],arguments);var n=Array.prototype.slice.call(arguments);if(["track","screen","alias","group","page","identify"].indexOf(e)>-1){var c=document.querySelector("link[rel='canonical']");n.push({__t:"bpc",c:c&&c.getAttribute("href")||void 0,p:location.pathname,u:location.href,s:location.search,t:document.title,r:document.referrer})}n.unshift(e);analytics.push(n);return analytics}};for(var n=0;n<analytics.methods.length;n++){var key=analytics.methods[n];analytics[key]=analytics.factory(key)}analytics.load=function(key,n){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.setAttribute("data-global-segment-analytics-key",i);t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r);analytics._loadOptions=n};analytics._writeKey="MJf1Qey0WrPS5H02HcOYRk7Z7fFy9JGA";;analytics.SNIPPET_VERSION="5.2.1";
   analytics.page();
   }}();
</script>
<script>
   window.consentManagerConfig = function(exports) {
     var React = exports.React
     var inEU = exports.inEU
   
     var bannerContent = React.createElement(
       'span',
       null,
       React.createElement(
         'h5',
         { style: 'margin-bottom: 10px; color: white;' },
         'Notice'
       ),
       React.createElement(
         'div',
         { style: 'color: white; font-size: 14px' },
         'We and selected third parties use cookies or similar technologies for technical purposes and, with your consent, for other purposes as specified in the'
       ),
       ' ',
       React.createElement(
         'a',
         { href: '/privacy#cookie-policy', target: '_blank', style: 'color: white; font-size: 14px;' },
         'cookie policy'
       ),
       React.createElement(
         'span',
         { style: 'color: white; font-size: 14px;' },
         '. '
       ),
       React.createElement(
         'div',
         { style: 'margin-top: 10px; color: white; font-size: 14px;' },
         'You can consent to the use of such technologies by using "Allow all" button.'
       ),
     )
     var bannerSubContent = React.createElement(
       'div',
       { style: 'margin-top: 10px; margin-bottom: 10px; color: white; font-size: 14px;' },
       'Learn more and customize'
     )
   
     var preferencesDialogTitle = 'Website Data Collection Preferences'
     var preferencesDialogContent =
         'We use data collected by cookies and JavaScript libraries to improve your browsing experience, analyze site traffic, deliver personalized advertisements, and increase the overall performance of our site.'
     var cancelDialogTitle = 'Are you sure you want to cancel?'
     var cancelDialogContent =
         'Your preferences have not been saved. By continuing to use our website, you՚re agreeing to our Website Data Collection Policy.'
   
     return {
       container: '#cookie-consent-banner-container',
       writeKey: "MJf1Qey0WrPS5H02HcOYRk7Z7fFy9JGA",
       shouldRequireConsent: inEU,
       bannerContent: bannerContent,
       bannerSubContent: bannerSubContent,
       bannerActionsBlock: true,
       preferencesDialogTitle: preferencesDialogTitle,
       preferencesDialogContent: preferencesDialogContent,
       bannerHideCloseButton: true,
       cancelDialogTitle: cancelDialogTitle,
       cancelDialogContent: cancelDialogContent
     }
   }
</script>
<script>
  window.consentManagerConfig = window.consentManagerConfig || function(){ return {}; };
</script>


<!-- Posthog
<script>
  (function gatePosthogWithConsent(){
    // Keep a handle on your existing config factory
    var originalCfgFactory = window.consentManagerConfig;

    window.consentManagerConfig = function(exports){
      var cfg = originalCfgFactory(exports);
      
      // Ensure minimal config if originalCfgFactory returned {}
          cfg = cfg || {};
          if (!cfg.writeKey) cfg.writeKey = "MJf1Qey0WrPS5H02HcOYRk7Z7fFy9JGA";
          if (!cfg.shouldRequireConsent) cfg.shouldRequireConsent = function(){ return true; };
          if (!cfg.container) cfg.container = '#cookie-consent-banner-container';

      var prev = cfg.onConsentChanged;
      var inited = false;

      function initPosthogOnce(){
        if (inited || (window.posthog && window.posthog.__loaded)) return;
        inited = true;

        // Load PostHog
        !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.crossOrigin="anonymous",p.async=!0,p.src=s.api_host.replace(".i.posthog.com","-assets.i.posthog.com")+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetGroupPropertiesForFlags setGroupPropertiesForFlags resetPersonPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug getPageViewId captureTraceFeedback captureTraceMetric".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
        posthog.init('phc_g6REE0y2MNPLVJQuYbOvkiqT4RLBWD8FhfUrpCz0UMG', {
          api_host: 'https://us.i.posthog.com',
          person_profiles: 'identified_only'
        });

        // Register environment/source
        var environment = location.hostname.includes('staging') ? 'staging' : 'production';
        var source = (location.hostname === 'docs.rootly.com') ? 'docs'
                  : (location.pathname.startsWith('/account/')) ? 'product'
                  : 'website';
        try { posthog.register({ environment: environment, source: source }); } catch(e){}

        // Send ONE pageview per page (guard with sessionStorage)
        try {
          var key = 'ph_pv_' + location.pathname;
          if (!sessionStorage.getItem(key)) {
            sessionStorage.setItem(key, '1');
            posthog.capture('$pageview', { environment: environment, source: source });
          }
        } catch(e){}
      }

      // Fire init when consent is granted
      cfg.onConsentChanged = function(prefs){
        try {
          var allowed = (prefs && prefs.all === true) ||
                        (prefs && Object.keys(prefs).some(function(k){ return prefs[k] === true; }));
          if (allowed) initPosthogOnce();
        } catch(e){}
        if (typeof prev === 'function') { try { prev(prefs); } catch(e){} }
      };

      return cfg;
    };
  })();
</script>
End Posthog (gated) -->

<!-- Default UTM Pixel -->
<script async src="https://pixel-cdn.default.com"></script>
<!-- Alphie -->
<script>
  async
  src="https://q.meetalphie.com/widget/widget-sdk.min.js"
  data-widget-api-key="wk_55fb55d92a3f0c0c86fac871026d96cad1f907d2e30ea1a5"
  data-widget-base-url="https://q.meetalphie.com"
  data-widget-consent="none">
</script><script>
  (function(w, d) {
    w.__default__ = {team_id: 287, form_id: 568128};
    var s = d.createElement('script');
    s.async = true;
    s.src = 'https://import-cdn.default.com/v2/index.js';
    d.head.appendChild(s);
  })(window, document);
</script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6%2F6544eda5f000985a163a8687%2F67a9536fa7bf46e2d2dc3030%2Ffinsweetcomponentsconfig-1.0.0.js" type="module" async="" siteId="65eb28a668c15a253c5417a6" finsweet="components"></script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6%2F66ba5a08efe71070f98dd10a%2F6982445bcc4000f056f9e7a7%2Fnzf9b8c-1.1.1.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6%2F67c09b20b86d062b55a6cbd6%2F68beb6f9ba87cab896defb1c%2Ftepowerups20250401-1.0.0.js" type="text/javascript" data-te-powerups="null,carousel"></script></head><body><div class="global-styles w-embed"><style>
  html { font-size: calc(1rem); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.65rem + 0.3vw); } }
  @media screen and (max-width:1600px) { html { font-size: calc(0.55rem + 0.38vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.45rem + 0.3vw); } }
  @media screen and (max-width:1028px) { html { font-size: calc(0.5rem + 0.2vw); } }
  @media screen and (max-width:960px) { html { font-size: calc(0.6rem + 0.3vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.875rem + 0.2vw); } }

/* Responsive navfont-size */
 @media (min-width: 2560px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:0.875rem !important;
   }
  }
  @media (max-width: 2559px) {
   .btn.nav-item-title{
     font-size:0.875rem !important;
   }
  }
 @media (max-width: 1024px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:1.1rem !important;
   }
  }
 
  
/* Responsive container max-width */
@media (max-width: 1600px) {
  .container.fluid {
    max-width: 1600px;
  }
}

@media (min-width: 1601px) and (max-width: 2559px) {
  .container.fluid {
    max-width: 1660px;
  }
  .nav-container {
    max-width: 1660px;
  }
}

@media (min-width: 2560px) {
  .container.fluid {
    max-width: 1440px;
  }
  .nav-container {
    max-width: 1440px;
  }
}
</style>

<style>
/**line height trim**/
:is([data-line-height]) {
	display: flow-root;
}
:is([data-line-height])::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.45em);
}
:is([data-line-height])::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.35em);
}
</style></div><div class="ui-wrap"><div data-nav-bg-duration="3.5" class="nav-bg"></div><div class="banner"><div class="nav-container for-banner"><div class="cms-wrap w-dyn-list"><div role="list" class="cms-list w-dyn-items"><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">incident-response-google-chat</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">startups</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">incident-response-microsoft-teams</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">home</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">rootly-vs-jira-service-management</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">rootly-vs-pagerduty</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">rootly-vs-opsgenie</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">humans-of-reliability</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">retrospectives</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">integrations</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">incident-response-slack</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">on-call</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">ai-sre</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">pricing</p></div><div role="listitem" class="cms-item for-nav-banner w-dyn-item"><a href="https://rootly.com/blog/why-rootly-acquired-thinkhive" class="banner-parent w-inline-block"><div>Rootly acquires ThinkHive: read all about why and what this means for Rootly&#x27;s AI capabilities →</div></a><p class="hide">customers</p></div></div></div></div></div><div class="nav-div"><div class="nav-overlay"></div><div class="nav-container"><div class="logo-download-wrap"><a href="/" class="logo-wrap w-inline-block"></a><div class="logo-download-card"><div class="content-wrap v gap-8"><p class="p t-16 light">Download  PNG</p><div class="download-btn-wrap"><a href="https://drive.google.com/uc?export=download&amp;id=17KkZCbfBfP1j_4wqP-bD9S9UQUichrww" class="btn sml less-round light-purple w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Light<br/></div></div></div><div class="global-styles w-embed"><style>
  html { font-size: calc(1rem); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.65rem + 0.3vw); } }
  @media screen and (max-width:1600px) { html { font-size: calc(0.55rem + 0.38vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.45rem + 0.3vw); } }
  @media screen and (max-width:1028px) { html { font-size: calc(0.5rem + 0.2vw); } }
  @media screen and (max-width:960px) { html { font-size: calc(0.6rem + 0.3vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.875rem + 0.2vw); } }

/* Responsive navfont-size */
 @media (min-width: 2560px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:0.875rem !important;
   }
  }
  @media (max-width: 2559px) {
   .btn.nav-item-title{
     font-size:0.875rem !important;
   }
  }
 @media (max-width: 1024px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:1.1rem !important;
   }
  }
 
  
/* Responsive container max-width */
@media (max-width: 1600px) {
  .container.fluid {
    max-width: 1600px;
  }
}

@media (min-width: 1601px) and (max-width: 2559px) {
  .container.fluid {
    max-width: 1660px;
  }
  .nav-container {
    max-width: 1660px;
  }
}

@media (min-width: 2560px) {
  .container.fluid {
    max-width: 1440px;
  }
  .nav-container {
    max-width: 1440px;
  }
}
</style>

<style>
/**line height trim**/
:is([data-line-height]) {
	display: flow-root;
}
:is([data-line-height])::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.45em);
}
:is([data-line-height])::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.35em);
}
</style></div></a><a href="https://drive.google.com/uc?export=download&amp;id=18NFwwBrX36VuX9Micux-9W0lJrXWOati" class="btn sml less-round w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Dark<br/></div></div></div><div class="global-styles w-embed"><style>
  html { font-size: calc(1rem); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.65rem + 0.3vw); } }
  @media screen and (max-width:1600px) { html { font-size: calc(0.55rem + 0.38vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.45rem + 0.3vw); } }
  @media screen and (max-width:1028px) { html { font-size: calc(0.5rem + 0.2vw); } }
  @media screen and (max-width:960px) { html { font-size: calc(0.6rem + 0.3vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.875rem + 0.2vw); } }

/* Responsive navfont-size */
 @media (min-width: 2560px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:0.875rem !important;
   }
  }
  @media (max-width: 2559px) {
   .btn.nav-item-title{
     font-size:0.875rem !important;
   }
  }
 @media (max-width: 1024px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:1.1rem !important;
   }
  }
 
  
/* Responsive container max-width */
@media (max-width: 1600px) {
  .container.fluid {
    max-width: 1600px;
  }
}

@media (min-width: 1601px) and (max-width: 2559px) {
  .container.fluid {
    max-width: 1660px;
  }
  .nav-container {
    max-width: 1660px;
  }
}

@media (min-width: 2560px) {
  .container.fluid {
    max-width: 1440px;
  }
  .nav-container {
    max-width: 1440px;
  }
}
</style>

<style>
/**line height trim**/
:is([data-line-height]) {
	display: flow-root;
}
:is([data-line-height])::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.45em);
}
:is([data-line-height])::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.35em);
}
</style></div></a></div></div><div class="content-wrap v gap-8"><p class="p t-16 light">Download  SVG</p><div class="download-btn-wrap"><a href="https://drive.google.com/uc?export=download&amp;id=11xvYlK2ezfjKl0joR2dPk_f7aLokS56o" class="btn sml less-round light-purple w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Light<br/></div></div></div><div class="global-styles w-embed"><style>
  html { font-size: calc(1rem); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.65rem + 0.3vw); } }
  @media screen and (max-width:1600px) { html { font-size: calc(0.55rem + 0.38vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.45rem + 0.3vw); } }
  @media screen and (max-width:1028px) { html { font-size: calc(0.5rem + 0.2vw); } }
  @media screen and (max-width:960px) { html { font-size: calc(0.6rem + 0.3vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.875rem + 0.2vw); } }

/* Responsive navfont-size */
 @media (min-width: 2560px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:0.875rem !important;
   }
  }
  @media (max-width: 2559px) {
   .btn.nav-item-title{
     font-size:0.875rem !important;
   }
  }
 @media (max-width: 1024px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:1.1rem !important;
   }
  }
 
  
/* Responsive container max-width */
@media (max-width: 1600px) {
  .container.fluid {
    max-width: 1600px;
  }
}

@media (min-width: 1601px) and (max-width: 2559px) {
  .container.fluid {
    max-width: 1660px;
  }
  .nav-container {
    max-width: 1660px;
  }
}

@media (min-width: 2560px) {
  .container.fluid {
    max-width: 1440px;
  }
  .nav-container {
    max-width: 1440px;
  }
}
</style>

<style>
/**line height trim**/
:is([data-line-height]) {
	display: flow-root;
}
:is([data-line-height])::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.45em);
}
:is([data-line-height])::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.35em);
}
</style></div></a><a href="https://drive.google.com/uc?export=download&amp;id=1836ZLhkDacD4mTiFMIDpaGoyrb-cdI4t" class="btn sml less-round w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Dark<br/></div></div></div><div class="global-styles w-embed"><style>
  html { font-size: calc(1rem); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.65rem + 0.3vw); } }
  @media screen and (max-width:1600px) { html { font-size: calc(0.55rem + 0.38vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.45rem + 0.3vw); } }
  @media screen and (max-width:1028px) { html { font-size: calc(0.5rem + 0.2vw); } }
  @media screen and (max-width:960px) { html { font-size: calc(0.6rem + 0.3vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.875rem + 0.2vw); } }

/* Responsive navfont-size */
 @media (min-width: 2560px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:0.875rem !important;
   }
  }
  @media (max-width: 2559px) {
   .btn.nav-item-title{
     font-size:0.875rem !important;
   }
  }
 @media (max-width: 1024px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:1.1rem !important;
   }
  }
 
  
/* Responsive container max-width */
@media (max-width: 1600px) {
  .container.fluid {
    max-width: 1600px;
  }
}

@media (min-width: 1601px) and (max-width: 2559px) {
  .container.fluid {
    max-width: 1660px;
  }
  .nav-container {
    max-width: 1660px;
  }
}

@media (min-width: 2560px) {
  .container.fluid {
    max-width: 1440px;
  }
  .nav-container {
    max-width: 1440px;
  }
}
</style>

<style>
/**line height trim**/
:is([data-line-height]) {
	display: flow-root;
}
:is([data-line-height])::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.45em);
}
:is([data-line-height])::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.35em);
}
</style></div></a></div></div><div class="deco-line"></div><a href="https://drive.google.com/uc?export=download&amp;id=1A6XRD-n2yT-dtVIhGffKZpoX30GPcGrO" class="text-cta-wrap w-inline-block"><div class="cta-arrow-wrap"><div class="download-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.59 9H15V4C15 3.45 14.55 3 14 3H10C9.45 3 9 3.45 9 4V9H7.41C6.52 9 6.07 10.08 6.7 10.71L11.29 15.3C11.68 15.69 12.31 15.69 12.7 15.3L17.29 10.71C17.92 10.08 17.48 9 16.59 9ZM5 19C5 19.55 5.45 20 6 20H18C18.55 20 19 19.55 19 19C19 18.45 18.55 18 18 18H6C5.45 18 5 18.45 5 19Z" fill="CurrentColor"/>
</svg></div></div><div>Download all assets</div></a></div></div><a id="migrate-nav-btn" href="/alternatives/rootly-vs-pagerduty" class="btn for-nav-top migrate w-node-_1b60d64b-2265-4d84-bac4-6e8a73d9bf4f-032d75b1 w-inline-block"><div class="nav-btn-text-wrap"><div class="btn-text rel">Switch from PagerDuty</div></div></a><div id="nav-btns" class="nav-top-btn-wrap w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842ad6-032d75b1"><a id="nav-btn-sec" href="https://rootly.com/users/sign_in" target="_blank" class="btn for-nav-top trans nav-login w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842ad7-032d75b1 w-inline-block"><div class="nav-btn-text-wrap"><div class="btn-text rel">Log in<br/></div><div class="nav-btn-icon-wrap black"><div>L</div></div></div></a><a href="/demo" class="btn for-nav-top black nav-demo w-inline-block"><div class="nav-btn-text-wrap"><div class="btn-text rel">Book a demo</div><div class="nav-btn-icon-wrap"><div>D</div></div></div></a></div><div class="burger-icon-wrap show-tablet"><img loading="eager" src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/67328b76a95c5e113aec79cf_nav%20burger%20icon%20open.svg" alt="burger menu icon" class="btn-arrow burger-open"/><img loading="eager" src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/67328bc3359af8121d7d1a1c_nav%20burger%20icon%20close.svg" alt="burger menu icon_close" class="btn-arrow burger-close"/></div></div><div class="nav-items-wrap"><div class="nav-link-title for-hover"><div class="btn nav-item-title"><div>Product</div><div class="nav-arrow w-embed"><svg  width="100%" height="auto" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.9805 0.798828L5.98047 5.79883L0.980469 0.798828" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></div><div class="nav-dropdown"><div class="nav-dropdown-parent"><div class="nav-dropdown-bg"></div><div class="nav-dropdown-item-wrap col-4"><div class="hide w-embed"><style>
.nav-link-wrap:hover .nav-link-bg{
opacity:100%;
}
.nav-link-wrap:hover .btn-arrow{
opacity:100%;
}
</style></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842af1-032d75b1" class="nav-dropdown-items"><div class="nav-caption">Product</div><div class="nav-dropdown-item-parent"><a href="/on-call" nav-link="on-call" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 12C12.7909 12 11 13.7909 11 16V32C11 34.2091 12.7909 36 15 36H33C35.2091 36 37 34.2091 37 32V16C37 13.7909 35.2091 12 33 12H15ZM17 16C15.8954 16 15 16.8954 15 18V21.5C15 22.6046 15.8954 23.5 17 23.5H31C32.1046 23.5 33 22.6046 33 21.5V18C33 16.8954 32.1046 16 31 16H17ZM15 30C15 28.8954 15.8954 28 17 28C18.1046 28 19 28.8954 19 30C19 31.1046 18.1046 32 17 32C15.8954 32 15 31.1046 15 30ZM25 28C23.8954 28 23 28.8954 23 30C23 31.1046 23.8954 32 25 32H31C32.1046 32 33 31.1046 33 30C33 28.8954 32.1046 28 31 28H25Z" fill="CurrentColor"/>
</svg></div><div>On-Call</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><link rel="prerender" href="/on-call"/><a href="/incident-response-slack" nav-link="response" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.1481 10.0289C22.8631 10.9549 21.8167 12.1732 21.0955 13.5834C20.3742 14.9935 19.9988 16.555 20.0001 18.1389V18.2029C20.0081 19.4029 20.2281 20.5549 20.6221 21.6209C20.9421 22.4769 20.2141 23.4409 19.4021 23.0209C17.893 22.2371 16.6075 21.0831 15.6661 19.6669C15.2621 19.0589 14.3701 18.9409 13.9701 19.5509C12.6511 21.5591 11.9652 23.9169 12.0014 26.3192C12.0375 28.7216 12.7939 31.0577 14.1727 33.0253C15.5515 34.9929 17.4891 36.5013 19.7348 37.3553C21.9806 38.2092 24.4309 38.3694 26.7687 37.8151C29.1065 37.2607 31.224 36.0174 32.8472 34.2461C34.4704 32.4747 35.5245 30.2569 35.8731 27.8797C36.2216 25.5025 35.8485 23.0755 34.8022 20.9127C33.7558 18.7499 32.0843 16.951 30.0041 15.7489L29.9961 15.7349C27.9882 14.5783 26.4463 12.7578 25.6361 10.5869C25.4041 9.96691 24.6821 9.64491 24.1481 10.0289ZM25.7081 22.3849C26.6514 22.6646 27.5114 23.172 28.2125 23.8622C28.9136 24.5525 29.4343 25.4045 29.7286 26.3433C30.023 27.2821 30.0821 28.2789 29.9007 29.2459C29.7193 30.2129 29.3029 31.1205 28.6883 31.8888C28.0736 32.657 27.2796 33.2624 26.3759 33.6516C25.4723 34.0408 24.4869 34.2019 23.5064 34.1207C22.5258 34.0396 21.5803 33.7186 20.753 33.1861C19.9257 32.6535 19.242 31.9258 18.7621 31.0669C18.3521 30.3369 19.1921 29.6789 20.0021 29.8869C21.2285 30.2025 22.5122 30.2231 23.7481 29.9469C24.3241 29.8169 24.5741 29.1749 24.3901 28.6149C24.1305 27.8146 23.9989 26.9783 24.0001 26.1369C24.0001 24.9669 24.2521 23.8569 24.7021 22.8549C24.7839 22.6676 24.9312 22.5165 25.1164 22.43C25.3016 22.3435 25.5119 22.3274 25.7081 22.3849Z" fill="CurrentColor"/>
</svg></div><div>Incident Response</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><link rel="prerender" href="/incident-response-slack"/><a href="/ai-sre" nav-link="AI SRE" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.4994 17.4638C26.9036 15.7846 27.5707 15.7846 27.9749 17.4638L28.8636 21.1786C29.2679 22.8577 30.9255 24.5792 32.5423 24.999L36.1185 25.9218C37.7352 26.3416 37.7352 27.0342 36.1185 27.4541L32.5423 28.3779C30.9255 28.7977 29.2679 30.5191 28.8636 32.1982L27.9749 35.9131C27.5707 37.592 26.9035 37.592 26.4994 35.9131L25.6097 32.1982C25.2055 30.5191 23.5487 28.7977 21.932 28.3779L18.3549 27.4541C16.7384 27.0342 16.7383 26.3416 18.3549 25.9218L21.932 24.999C23.5487 24.5792 25.2055 22.8577 25.6097 21.1786L26.4994 17.4638ZM16.2924 10.9139C16.4945 10.3685 16.8175 10.3685 16.9994 10.9139L18.0912 13.8739C18.2934 14.4195 18.8791 15.0278 19.3842 15.2167L22.2338 16.3505C22.7591 16.5604 22.7591 16.896 22.2338 17.0849L19.3842 18.2187C18.8589 18.4286 18.2732 19.0368 18.0912 19.5614L16.9994 22.5214C16.7973 23.0667 16.4743 23.0667 16.2924 22.5214L15.2006 19.5614C14.9984 19.0158 14.4127 18.4076 13.9076 18.2187L11.058 17.0849C10.5327 16.875 10.5327 16.5394 11.058 16.3505L13.9076 15.2167C14.4329 15.0068 15.0186 14.3985 15.2006 13.8739L16.2924 10.9139Z" fill="CurrentColor"/>
</svg></div><div>AI SRE</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><link rel="prerender" href="/ai-sre"/><a href="/retrospectives" nav-link="Retrospectives" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 8H19.504C20.6963 8.00177 21.8392 8.47665 22.6817 9.32037C23.5241 10.1641 23.9973 11.3077 23.9973 12.5V25C25.0582 25 26.0756 24.5786 26.8258 23.8284C27.5759 23.0783 27.9973 22.0609 27.9973 21V8.144C27.9973 6.13733 26.4973 4.396 24.4453 4.224C24.1464 4.19972 23.8473 4.17749 23.548 4.15733C23.2105 3.50705 22.7009 2.96195 22.0747 2.58152C21.4486 2.20109 20.73 1.99993 19.9973 2H17.9973C17.2647 1.99993 16.5461 2.20109 15.9199 2.58152C15.2938 2.96195 14.7842 3.50705 14.4467 4.15733C14.1467 4.17733 13.8467 4.2 13.5493 4.224C11.5467 4.39333 10.0693 6.056 10 8ZM17.9973 4C17.4669 4 16.9582 4.21071 16.5831 4.58579C16.208 4.96086 15.9973 5.46957 15.9973 6H21.9973C21.9973 5.46957 21.7866 4.96086 21.4115 4.58579C21.0365 4.21071 20.5278 4 19.9973 4H17.9973Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 12.5C4 11.1187 5.12 10 6.5 10H19.5C20.8813 10 22 11.12 22 12.5V27.5C22 28.88 20.88 30 19.5 30H6.5C5.83696 30 5.20107 29.7366 4.73223 29.2678C4.26339 28.7989 4 28.163 4 27.5V12.5ZM8 16C8 15.7348 8.10536 15.4804 8.29289 15.2929C8.48043 15.1054 8.73478 15 9 15H9.01067C9.27588 15 9.53024 15.1054 9.71777 15.2929C9.90531 15.4804 10.0107 15.7348 10.0107 16V16.0107C10.0107 16.2759 9.90531 16.5302 9.71777 16.7178C9.53024 16.9053 9.27588 17.0107 9.01067 17.0107H9C8.73478 17.0107 8.48043 16.9053 8.29289 16.7178C8.10536 16.5302 8 16.2759 8 16.0107V16ZM11 16C11 15.7348 11.1054 15.4804 11.2929 15.2929C11.4804 15.1054 11.7348 15 12 15H17C17.2652 15 17.5196 15.1054 17.7071 15.2929C17.8946 15.4804 18 15.7348 18 16C18 16.2652 17.8946 16.5196 17.7071 16.7071C17.5196 16.8946 17.2652 17 17 17H12C11.7348 17 11.4804 16.8946 11.2929 16.7071C11.1054 16.5196 11 16.2652 11 16ZM8 20C8 19.7348 8.10536 19.4804 8.29289 19.2929C8.48043 19.1054 8.73478 19 9 19H9.01067C9.27588 19 9.53024 19.1054 9.71777 19.2929C9.90531 19.4804 10.0107 19.7348 10.0107 20V20.0107C10.0107 20.2759 9.90531 20.5302 9.71777 20.7178C9.53024 20.9053 9.27588 21.0107 9.01067 21.0107H9C8.73478 21.0107 8.48043 20.9053 8.29289 20.7178C8.10536 20.5302 8 20.2759 8 20.0107V20ZM11 20C11 19.7348 11.1054 19.4804 11.2929 19.2929C11.4804 19.1054 11.7348 19 12 19H17C17.2652 19 17.5196 19.1054 17.7071 19.2929C17.8946 19.4804 18 19.7348 18 20C18 20.2652 17.8946 20.5196 17.7071 20.7071C17.5196 20.8946 17.2652 21 17 21H12C11.7348 21 11.4804 20.8946 11.2929 20.7071C11.1054 20.5196 11 20.2652 11 20ZM8 24C8 23.7348 8.10536 23.4804 8.29289 23.2929C8.48043 23.1054 8.73478 23 9 23H9.01067C9.27588 23 9.53024 23.1054 9.71777 23.2929C9.90531 23.4804 10.0107 23.7348 10.0107 24V24.0107C10.0107 24.2759 9.90531 24.5302 9.71777 24.7178C9.53024 24.9053 9.27588 25.0107 9.01067 25.0107H9C8.73478 25.0107 8.48043 24.9053 8.29289 24.7178C8.10536 24.5302 8 24.2759 8 24.0107V24ZM11 24C11 23.7348 11.1054 23.4804 11.2929 23.2929C11.4804 23.1054 11.7348 23 12 23H17C17.2652 23 17.5196 23.1054 17.7071 23.2929C17.8946 23.4804 18 23.7348 18 24C18 24.2652 17.8946 24.5196 17.7071 24.7071C17.5196 24.8946 17.2652 25 17 25H12C11.7348 25 11.4804 24.8946 11.2929 24.7071C11.1054 24.5196 11 24.2652 11 24Z" fill="CurrentColor"/>
</svg></div><div>Retrospectives</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><link rel="prerender" href="/retrospectives"/><a href="/status-pages" nav-link="Status Page" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.001 23.9998C26.001 24.5302 25.7903 25.039 25.4152 25.414C25.0402 25.7891 24.5314 25.9998 24.001 25.9998C23.4706 25.9998 22.9619 25.7891 22.5868 25.414C22.2117 25.039 22.001 24.5302 22.001 23.9998C22.001 23.4694 22.2117 22.9607 22.5868 22.5856C22.9619 22.2105 23.4706 21.9998 24.001 21.9998C24.5314 21.9998 25.0402 22.2105 25.4152 22.5856C25.7903 22.9607 26.001 23.4694 26.001 23.9998Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.361 18.5198C27.6423 18.2389 28.0235 18.0811 28.421 18.0811C28.8185 18.0811 29.1998 18.2389 29.481 18.5198C30.9344 19.9732 31.7509 21.9444 31.7509 23.9998C31.7509 26.0552 30.9344 28.0264 29.481 29.4798C29.3437 29.6272 29.1781 29.7454 28.9941 29.8274C28.8101 29.9094 28.6115 29.9534 28.4101 29.957C28.2086 29.9606 28.0086 29.9235 27.8218 29.8481C27.635 29.7726 27.4654 29.6603 27.3229 29.5179C27.1805 29.3755 27.0682 29.2058 26.9928 29.019C26.9173 28.8322 26.8803 28.6322 26.8838 28.4308C26.8874 28.2294 26.9315 28.0307 27.0134 27.8467C27.0954 27.6627 27.2136 27.4971 27.361 27.3598C27.8025 26.9187 28.1527 26.3949 28.3916 25.8184C28.6305 25.2418 28.7535 24.6239 28.7535 23.9998C28.7535 23.3757 28.6305 22.7578 28.3916 22.1813C28.1527 21.6047 27.8025 21.0809 27.361 20.6398C27.0801 20.3586 26.9223 19.9773 26.9223 19.5798C26.9223 19.1823 27.0801 18.8011 27.361 18.5198ZM20.641 18.5198C20.9219 18.8011 21.0797 19.1823 21.0797 19.5798C21.0797 19.9773 20.9219 20.3586 20.641 20.6398C20.1996 21.0809 19.8494 21.6047 19.6104 22.1813C19.3715 22.7578 19.2485 23.3757 19.2485 23.9998C19.2485 24.6239 19.3715 25.2418 19.6104 25.8184C19.8494 26.3949 20.1996 26.9187 20.641 27.3598C20.7884 27.4971 20.9066 27.6627 20.9886 27.8467C21.0706 28.0307 21.1146 28.2294 21.1182 28.4308C21.1217 28.6322 21.0847 28.8322 21.0093 29.019C20.9338 29.2058 20.8215 29.3755 20.6791 29.5179C20.5366 29.6603 20.367 29.7726 20.1802 29.8481C19.9934 29.9235 19.7934 29.9606 19.592 29.957C19.3906 29.9534 19.1919 29.9094 19.0079 29.8274C18.8239 29.7454 18.6583 29.6272 18.521 29.4798C17.0677 28.0264 16.2512 26.0552 16.2512 23.9998C16.2512 21.9444 17.0677 19.9732 18.521 18.5198C18.8023 18.2389 19.1835 18.0811 19.581 18.0811C19.9785 18.0811 20.3598 18.2389 20.641 18.5198Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.781 14.0998C32.0623 13.8189 32.4435 13.6611 32.841 13.6611C33.2385 13.6611 33.6198 13.8189 33.901 14.0998C35.2012 15.3999 36.2325 16.9433 36.9362 18.6419C37.6399 20.3406 38.002 22.1612 38.002 23.9998C38.002 25.8384 37.6399 27.6591 36.9362 29.3577C36.2325 31.0564 35.2012 32.5998 33.901 33.8998C33.7637 34.0472 33.5981 34.1654 33.4141 34.2474C33.2301 34.3294 33.0315 34.3734 32.8301 34.377C32.6286 34.3806 32.4286 34.3435 32.2418 34.2681C32.055 34.1926 31.8854 34.0803 31.7429 33.9379C31.6005 33.7955 31.4882 33.6258 31.4128 33.439C31.3373 33.2522 31.3003 33.0522 31.3038 32.8508C31.3074 32.6494 31.3515 32.4507 31.4334 32.2667C31.5154 32.0827 31.6336 31.9171 31.781 31.7798C32.803 30.7583 33.6137 29.5454 34.1668 28.2105C34.72 26.8756 35.0047 25.4448 35.0047 23.9998C35.0047 22.5548 34.72 21.124 34.1668 19.7891C33.6137 18.4542 32.803 17.2413 31.781 16.2198C31.5001 15.9386 31.3423 15.5573 31.3423 15.1598C31.3423 14.7623 31.5001 14.3811 31.781 14.0998ZM16.221 14.0998C16.5019 14.3811 16.6597 14.7623 16.6597 15.1598C16.6597 15.5573 16.5019 15.9386 16.221 16.2198C15.199 17.2413 14.3883 18.4542 13.8352 19.7891C13.2821 21.124 12.9974 22.5548 12.9974 23.9998C12.9974 25.4448 13.2821 26.8756 13.8352 28.2105C14.3883 29.5454 15.199 30.7583 16.221 31.7798C16.3684 31.9171 16.4866 32.0827 16.5686 32.2667C16.6506 32.4507 16.6946 32.6494 16.6982 32.8508C16.7017 33.0522 16.6647 33.2522 16.5893 33.439C16.5138 33.6258 16.4015 33.7955 16.2591 33.9379C16.1166 34.0803 15.947 34.1926 15.7602 34.2681C15.5734 34.3435 15.3734 34.3806 15.172 34.377C14.9706 34.3734 14.7719 34.3294 14.5879 34.2474C14.4039 34.1654 14.2383 34.0472 14.101 33.8998C12.8008 32.5998 11.7695 31.0564 11.0658 29.3577C10.3622 27.6591 10 25.8384 10 23.9998C10 22.1612 10.3622 20.3406 11.0658 18.6419C11.7695 16.9433 12.8008 15.3999 14.101 14.0998C14.3823 13.8189 14.7635 13.6611 15.161 13.6611C15.5585 13.6611 15.9398 13.8189 16.221 14.0998Z" fill="CurrentColor"/>
</svg></div><div>Status Page</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a></div></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842b18-032d75b1" class="nav-dropdown-items"><div class="nav-caption">Platform</div><div class="nav-dropdown-item-parent"><a href="/catalog" nav-link="Catalog" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13 17.0812C13 15.8762 13.9768 14.8994 15.1818 14.8994H32.8182C34.0232 14.8994 35 15.8762 35 17.0812C35 17.2017 34.9023 17.2994 34.7818 17.2994H13.2182C13.0977 17.2994 13 17.2017 13 17.0812Z" fill="CurrentColor"/>
<path d="M15 13.2814C15 12.0764 15.9768 11.0996 17.1818 11.0996H30.8182C32.0232 11.0996 33 12.0764 33 13.2814C33 13.4019 32.9023 13.4996 32.7818 13.4996H15.2182C15.0977 13.4996 15 13.4019 15 13.2814Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4 18.8995C12.0745 18.8995 11 19.974 11 21.2995V34.4995C11 35.825 12.0745 36.8995 13.4 36.8995H34.6C35.9255 36.8995 37 35.825 37 34.4995V21.2995C37 19.974 35.9255 18.8995 34.6 18.8995H13.4ZM18.4 26.4995C17.6268 26.4995 17 27.1263 17 27.8995C17 28.6727 17.6268 29.2995 18.4 29.2995H29.6C30.3732 29.2995 31 28.6727 31 27.8995C31 27.1263 30.3732 26.4995 29.6 26.4995H18.4Z" fill="CurrentColor"/>
</svg></div><div>Catalog</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><a href="/integrations" nav-link="Integrations" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23 15.116C23 14.6427 22.752 14.2147 22.4653 13.8373C22.1668 13.4552 22.0032 12.9849 22 12.5C22 11.1187 23.3427 10 25 10C26.6573 10 28 11.12 28 12.5C28 12.992 27.8293 13.4507 27.5347 13.8373C27.248 14.2147 27 14.6427 27 15.116C27 15.5587 27.3707 15.9133 27.8133 15.8867C30.36 15.7347 32.8667 15.4307 35.3227 14.9853C35.4564 14.9611 35.5938 14.9644 35.7262 14.995C35.8587 15.0256 35.9835 15.0829 36.0931 15.1634C36.2027 15.2439 36.2947 15.3459 36.3635 15.4631C36.4323 15.5804 36.4765 15.7104 36.4933 15.8453C36.7951 18.2573 36.9624 20.6841 36.9947 23.1147C36.9959 23.2308 36.974 23.3461 36.9303 23.4537C36.8866 23.5613 36.8219 23.6592 36.74 23.7416C36.6581 23.8239 36.5607 23.8892 36.4533 23.9336C36.3459 23.978 36.2308 24.0005 36.1147 24C35.6427 24 35.2147 23.752 34.8373 23.4653C34.4552 23.1668 33.9849 23.0032 33.5 23C32.12 23 31 24.3427 31 26C31 27.6573 32.12 29 33.5 29C33.992 29 34.4507 28.8293 34.8373 28.5347C35.2147 28.248 35.6427 28 36.116 28C36.5293 28 36.8587 28.3493 36.828 28.7613C36.6715 30.9266 36.4068 33.0826 36.0347 35.2213C35.9993 35.4241 35.9022 35.6111 35.7566 35.7566C35.6111 35.9022 35.4241 35.9993 35.2213 36.0347C32.7947 36.4573 30.324 36.7453 27.8147 36.8907C27.7096 36.8963 27.6044 36.8804 27.5057 36.844C27.407 36.8076 27.3167 36.7514 27.2404 36.6789C27.1642 36.6063 27.1035 36.519 27.0622 36.4222C27.0208 36.3254 26.9997 36.2212 27 36.116C27 35.6427 27.248 35.2147 27.5347 34.8373C27.8293 34.4507 28 33.992 28 33.5C28 32.12 26.6573 31 25 31C23.3427 31 22 32.12 22 33.5C22 33.992 22.1707 34.4507 22.4653 34.8373C22.752 35.2147 23 35.6427 23 36.116C23.0004 36.2304 22.9778 36.3437 22.9336 36.4492C22.8894 36.5547 22.8245 36.6503 22.7427 36.7302C22.6609 36.8102 22.5638 36.8729 22.4573 36.9147C22.3508 36.9564 22.237 36.9764 22.1227 36.9733C20.0237 36.9141 17.9289 36.7539 15.8453 36.4933C15.7104 36.4765 15.5804 36.4323 15.4631 36.3635C15.3459 36.2947 15.2439 36.2027 15.1634 36.0931C15.0829 35.9835 15.0256 35.8587 14.995 35.7262C14.9644 35.5938 14.9611 35.4564 14.9853 35.3227C15.376 33.1707 15.6573 30.98 15.824 28.7573C15.831 28.6602 15.8178 28.5628 15.7854 28.471C15.7529 28.3792 15.7018 28.2952 15.6354 28.2241C15.5689 28.153 15.4885 28.0964 15.3991 28.0578C15.3097 28.0192 15.2133 27.9996 15.116 28C14.6427 28 14.2147 28.248 13.8373 28.5347C13.4507 28.8293 12.992 29 12.5 29C11.1187 29 10 27.6573 10 26C10 24.3427 11.12 23 12.5 23C12.992 23 13.4507 23.1707 13.8373 23.4653C14.2147 23.752 14.6427 24 15.116 24C15.232 24.0005 15.3469 23.978 15.4541 23.9337C15.5613 23.8894 15.6586 23.8242 15.7404 23.742C15.8222 23.6597 15.8868 23.562 15.9304 23.4545C15.9741 23.3471 15.9959 23.232 15.9947 23.116C15.9655 20.9682 15.8275 18.8232 15.5813 16.6893C15.5639 16.5397 15.5805 16.388 15.6299 16.2457C15.6793 16.1033 15.7602 15.974 15.8667 15.8673C15.9731 15.7606 16.1022 15.6794 16.2444 15.6296C16.3867 15.5799 16.5383 15.5629 16.688 15.58C18.4787 15.7867 20.292 15.9187 22.124 15.972C22.2382 15.975 22.3518 15.9551 22.4581 15.9134C22.5645 15.8717 22.6614 15.8091 22.7431 15.7293C22.8248 15.6495 22.8896 15.5541 22.9337 15.4487C22.9779 15.3434 23.0004 15.2302 23 15.116Z" fill="CurrentColor"/>
</svg></div><div>Integrations</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><a href="https://oncallhealth.ai" nav-link="Catalog" target="_blank" class="nav-link-wrap w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="90%" height="90%" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.96739 3.3252C5.41021 3.3252 2.44922 6.10607 2.44922 9.6252C2.44922 14.2776 5.33717 18.0386 8.03324 20.552C9.3984 21.8246 10.7592 22.8198 11.7773 23.4966C12.2873 23.8357 12.7139 24.0966 13.0156 24.2741C13.1664 24.3629 13.2862 24.4309 13.3698 24.4775C13.4115 24.5008 13.4443 24.5187 13.4673 24.5313L13.4945 24.546L13.506 24.5522C13.814 24.7157 14.1838 24.7161 14.4917 24.5525L14.4959 24.5503L14.5039 24.546L14.5311 24.5313C14.5542 24.5187 14.5869 24.5008 14.6287 24.4775C14.7122 24.4309 14.832 24.3629 14.9829 24.2741C15.2845 24.0966 15.7111 23.8357 16.2212 23.4966C17.2392 22.8198 18.6 21.8246 19.9652 20.552C22.6613 18.0386 25.5492 14.2776 25.5492 9.6252C25.5492 6.10607 22.5894 3.3252 19.0299 3.3252C17.0148 3.3252 15.1997 4.21163 13.9992 5.61817C12.7986 4.21158 10.9833 3.3252 8.96739 3.3252ZM12.0304 8.27856C11.966 7.88388 11.693 7.59171 11.3654 7.5667C11.0377 7.54169 10.7373 7.7901 10.6335 8.17194L8.98837 14.2224L7.98235 14.2224C7.58246 14.2224 7.2583 14.6198 7.2583 15.11C7.2583 15.6003 7.58246 15.9977 7.98235 15.9977L9.51023 15.9977C9.82189 15.9977 10.0986 15.7532 10.1971 15.3907L11.1451 11.9043L12.4205 19.7224C12.4842 20.1127 12.752 20.4033 13.0757 20.4334C13.3995 20.4635 13.7 20.2257 13.8109 19.8516L15.6198 14.4418L16.4506 17.5444C16.5139 17.8547 16.7084 18.0992 16.9597 18.1846C17.2111 18.27 17.4805 18.183 17.665 17.9568L19.0782 15.9977L20.0164 15.9977C20.4163 15.9977 20.7405 15.6003 20.7405 15.11C20.7405 14.6198 20.4163 14.2224 20.0164 14.2224L18.7783 14.2224C18.5863 14.2224 18.4021 14.3159 18.2664 14.4824L17.5453 15.5929L16.4506 11.1962C16.3734 10.8176 16.1036 10.5453 15.7857 10.525C15.4678 10.5048 15.1765 10.7414 15.0677 11.1081L13.3335 16.2665L12.0304 8.27856Z" fill="CurrentColor"/>
</svg></div><div>On-Call Health</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a></div></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842b3f-032d75b1" class="nav-right-item-wrap _w-420"><div class="nav-card-wrap"><div class="cms-wrap full-width w-dyn-list"><div role="list" class="cms-list card-col-1 full-height w-dyn-items"><div role="listitem" class="cms-item w-dyn-item"><div class="content-wrap align-side"><a href="/changelog" class="nav-cms-link-wrap w-inline-block"><div>Changelog</div><div class="btn-arrow for-nav-cms w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><div class="nav-caption secondary">Jul 31, 2026</div></div><a href="/changelog/rootly-ai-gathers-incident-evidence-across-your-stack" class="nav-cms-card w-inline-block"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a6b635bcfe510f63c1bd75d_AI%20Connectors.webp" loading="eager" alt="Rootly AI connects to your observability stack and beyond." sizes="100vw" srcset="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a6b635bcfe510f63c1bd75d_AI%20Connectors-p-500.webp 500w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a6b635bcfe510f63c1bd75d_AI%20Connectors-p-800.webp 800w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a6b635bcfe510f63c1bd75d_AI%20Connectors-p-1080.webp 1080w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a6b635bcfe510f63c1bd75d_AI%20Connectors.webp 1200w" class="nav-cms-card-img"/><p class="p t-bold">Rootly AI connects to your observability stack and beyond.</p></a></div></div></div><div class="hide w-embed"><style>
.nav-cms-card .p{
transition: color 0.3s ease;

}
.nav-cms-card:hover .p{
color:#7748F6;
}

</style></div></div></div></div></div></div></div><div class="nav-link-title for-hover"><div class="btn nav-item-title"><div>Solutions</div><div class="nav-arrow w-embed"><svg  width="100%" height="auto" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.9805 0.798828L5.98047 5.79883L0.980469 0.798828" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></div><div class="nav-dropdown"><div class="nav-dropdown-parent"><div class="nav-dropdown-bg"></div><div class="nav-dropdown-item-wrap col-4"><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842b59-032d75b1" class="nav-left-wrap"><div class="nav-dropdown-items"><div class="nav-caption">Size</div><div class="nav-dropdown-item-parent"><a href="/enterprise" nav-link="Enterprise" class="nav-link-wrap tall w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 11C11.2348 11 10.9804 11.1054 10.7929 11.2929C10.6054 11.4804 10.5 11.7348 10.5 12C10.5 12.2652 10.6054 12.5196 10.7929 12.7071C10.9804 12.8946 11.2348 13 11.5 13V35H10.5C10.2348 35 9.98043 35.1054 9.79289 35.2929C9.60536 35.4804 9.5 35.7348 9.5 36C9.5 36.2652 9.60536 36.5196 9.79289 36.7071C9.98043 36.8946 10.2348 37 10.5 37H27.5V13C27.7652 13 28.0196 12.8946 28.2071 12.7071C28.3946 12.5196 28.5 12.2652 28.5 12C28.5 11.7348 28.3946 11.4804 28.2071 11.2929C28.0196 11.1054 27.7652 11 27.5 11H11.5ZM16.5 34V31C16.5 30.7348 16.6054 30.4804 16.7929 30.2929C16.9804 30.1054 17.2348 30 17.5 30H21.5C21.7652 30 22.0196 30.1054 22.2071 30.2929C22.3946 30.4804 22.5 30.7348 22.5 31V34C22.5 34.2652 22.3946 34.5196 22.2071 34.7071C22.0196 34.8946 21.7652 35 21.5 35H17.5C17.2348 35 16.9804 34.8946 16.7929 34.7071C16.6054 34.5196 16.5 34.2652 16.5 34ZM15.5 17C15.5 16.7348 15.6054 16.4804 15.7929 16.2929C15.9804 16.1054 16.2348 16 16.5 16H17.5C17.7652 16 18.0196 16.1054 18.2071 16.2929C18.3946 16.4804 18.5 16.7348 18.5 17C18.5 17.2652 18.3946 17.5196 18.2071 17.7071C18.0196 17.8946 17.7652 18 17.5 18H16.5C16.2348 18 15.9804 17.8946 15.7929 17.7071C15.6054 17.5196 15.5 17.2652 15.5 17ZM16.5 20C16.2348 20 15.9804 20.1054 15.7929 20.2929C15.6054 20.4804 15.5 20.7348 15.5 21C15.5 21.2652 15.6054 21.5196 15.7929 21.7071C15.9804 21.8946 16.2348 22 16.5 22H17.5C17.7652 22 18.0196 21.8946 18.2071 21.7071C18.3946 21.5196 18.5 21.2652 18.5 21C18.5 20.7348 18.3946 20.4804 18.2071 20.2929C18.0196 20.1054 17.7652 20 17.5 20H16.5ZM15.5 25C15.5 24.7348 15.6054 24.4804 15.7929 24.2929C15.9804 24.1054 16.2348 24 16.5 24H17.5C17.7652 24 18.0196 24.1054 18.2071 24.2929C18.3946 24.4804 18.5 24.7348 18.5 25C18.5 25.2652 18.3946 25.5196 18.2071 25.7071C18.0196 25.8946 17.7652 26 17.5 26H16.5C16.2348 26 15.9804 25.8946 15.7929 25.7071C15.6054 25.5196 15.5 25.2652 15.5 25ZM21.5 16C21.2348 16 20.9804 16.1054 20.7929 16.2929C20.6054 16.4804 20.5 16.7348 20.5 17C20.5 17.2652 20.6054 17.5196 20.7929 17.7071C20.9804 17.8946 21.2348 18 21.5 18H22.5C22.7652 18 23.0196 17.8946 23.2071 17.7071C23.3946 17.5196 23.5 17.2652 23.5 17C23.5 16.7348 23.3946 16.4804 23.2071 16.2929C23.0196 16.1054 22.7652 16 22.5 16H21.5ZM20.5 21C20.5 20.7348 20.6054 20.4804 20.7929 20.2929C20.9804 20.1054 21.2348 20 21.5 20H22.5C22.7652 20 23.0196 20.1054 23.2071 20.2929C23.3946 20.4804 23.5 20.7348 23.5 21C23.5 21.2652 23.3946 21.5196 23.2071 21.7071C23.0196 21.8946 22.7652 22 22.5 22H21.5C21.2348 22 20.9804 21.8946 20.7929 21.7071C20.6054 21.5196 20.5 21.2652 20.5 21ZM21.5 24C21.2348 24 20.9804 24.1054 20.7929 24.2929C20.6054 24.4804 20.5 24.7348 20.5 25C20.5 25.2652 20.6054 25.5196 20.7929 25.7071C20.9804 25.8946 21.2348 26 21.5 26H22.5C22.7652 26 23.0196 25.8946 23.2071 25.7071C23.3946 25.5196 23.5 25.2652 23.5 25C23.5 24.7348 23.3946 24.4804 23.2071 24.2929C23.0196 24.1054 22.7652 24 22.5 24H21.5ZM29.5 17V37H36.5C36.7652 37 37.0196 36.8946 37.2071 36.7071C37.3946 36.5196 37.5 36.2652 37.5 36C37.5 35.7348 37.3946 35.4804 37.2071 35.2929C37.0196 35.1054 36.7652 35 36.5 35H35.5V19C35.7652 19 36.0196 18.8946 36.2071 18.7071C36.3946 18.5196 36.5 18.2652 36.5 18C36.5 17.7348 36.3946 17.4804 36.2071 17.2929C36.0196 17.1054 35.7652 17 35.5 17H29.5ZM31.5 23C31.5 22.7348 31.6054 22.4804 31.7929 22.2929C31.9804 22.1054 32.2348 22 32.5 22H32.5107C32.7759 22 33.0302 22.1054 33.2178 22.2929C33.4053 22.4804 33.5107 22.7348 33.5107 23V23.0107C33.5107 23.2759 33.4053 23.5302 33.2178 23.7178C33.0302 23.9053 32.7759 24.0107 32.5107 24.0107H32.5C32.2348 24.0107 31.9804 23.9053 31.7929 23.7178C31.6054 23.5302 31.5 23.2759 31.5 23.0107V23ZM32.5 26C32.2348 26 31.9804 26.1054 31.7929 26.2929C31.6054 26.4804 31.5 26.7348 31.5 27V27.0107C31.5 27.5627 31.948 28.0107 32.5 28.0107H32.5107C32.7759 28.0107 33.0302 27.9053 33.2178 27.7178C33.4053 27.5302 33.5107 27.2759 33.5107 27.0107V27C33.5107 26.7348 33.4053 26.4804 33.2178 26.2929C33.0302 26.1054 32.7759 26 32.5107 26H32.5ZM31.5 31C31.5 30.7348 31.6054 30.4804 31.7929 30.2929C31.9804 30.1054 32.2348 30 32.5 30H32.5107C32.7759 30 33.0302 30.1054 33.2178 30.2929C33.4053 30.4804 33.5107 30.7348 33.5107 31V31.0107C33.5107 31.2759 33.4053 31.5302 33.2178 31.7178C33.0302 31.9053 32.7759 32.0107 32.5107 32.0107H32.5C32.2348 32.0107 31.9804 31.9053 31.7929 31.7178C31.6054 31.5302 31.5 31.2759 31.5 31.0107V31Z" fill="CurrentColor"/>
</svg></div><div>Enterprise</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><a href="/startups" nav-link="Startup" aria-current="page" class="nav-link-wrap tall w-inline-block w--current"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M36.3779 10.667C36.6305 10.667 36.8732 10.7677 37.0518 10.9463C37.2301 11.1248 37.33 11.3668 37.3301 11.6191C37.3301 18.0395 34.3042 23.7527 29.6045 27.4111C29.7999 28.6355 29.727 29.8875 29.3916 31.0811C29.0561 32.2747 28.4659 33.3819 27.6611 34.3252C26.8564 35.2685 25.8563 36.0255 24.7305 36.5449C23.6046 37.0643 22.3795 37.3341 21.1396 37.334C20.8872 37.334 20.6454 37.2331 20.4668 37.0547C20.2882 36.8761 20.1875 36.6334 20.1875 36.3809V31.1357C18.9531 30.161 17.8376 29.0443 16.8633 27.8096H11.6162C11.3637 27.8096 11.121 27.7098 10.9424 27.5312C10.7638 27.3526 10.6641 27.11 10.6641 26.8574C10.664 25.6174 10.9327 24.3916 11.4521 23.2656C11.9716 22.1398 12.7295 21.1406 13.6729 20.3359C14.6163 19.5312 15.7232 18.9399 16.917 18.6045C18.1105 18.2692 19.3627 18.197 20.5869 18.3926C24.2441 13.6929 29.9589 10.667 36.3779 10.667ZM27.8066 17.334C27.0489 17.334 26.322 17.6351 25.7861 18.1709C25.2505 18.7066 24.9493 19.4329 24.9492 20.1904C24.9492 20.9482 25.2504 21.6751 25.7861 22.2109C26.322 22.7468 27.0489 23.0479 27.8066 23.0479C28.5643 23.0478 29.2914 22.7467 29.8271 22.2109C30.3628 21.6751 30.6631 20.9481 30.6631 20.1904C30.663 19.433 30.3626 18.7066 29.8271 18.1709C29.2914 17.6351 28.5643 17.334 27.8066 17.334Z" fill="CurrentColor"/>
<path d="M16.7571 29.5385C16.8468 29.4715 16.9225 29.3875 16.9798 29.2912C17.0371 29.1949 17.0749 29.0883 17.0911 28.9774C17.1072 28.8665 17.1014 28.7535 17.0739 28.6449C17.0464 28.5362 16.9978 28.4341 16.9309 28.3442C16.864 28.2544 16.78 28.1786 16.6839 28.1213C16.5877 28.0639 16.4812 28.0261 16.3704 28.0099C16.2596 27.9937 16.1467 27.9996 16.0382 28.0271C15.9296 28.0546 15.8276 28.1032 15.7378 28.1702C14.8661 28.8192 14.1884 29.6944 13.7778 30.7012C13.3672 31.708 13.2395 32.8079 13.4084 33.8821C13.4359 34.061 13.5195 34.2265 13.6472 34.3547C13.7748 34.4829 13.9399 34.5672 14.1186 34.5952C15.1919 34.7642 16.2908 34.6362 17.2967 34.225C18.3025 33.8138 19.1768 33.1352 19.8251 32.2625C19.8941 32.1729 19.9447 32.0704 19.9738 31.9611C20.003 31.8517 20.0101 31.7376 19.9947 31.6255C19.9794 31.5134 19.9419 31.4054 19.8844 31.3079C19.827 31.2104 19.7507 31.1254 19.6601 31.0577C19.5695 30.99 19.4663 30.941 19.3566 30.9136C19.2469 30.8863 19.1328 30.881 19.021 30.8982C18.9093 30.9154 18.802 30.9546 18.7056 31.0137C18.6091 31.0728 18.5254 31.1505 18.4592 31.2423C18.063 31.7757 17.5474 32.2089 16.9539 32.5071C16.3604 32.8053 15.7054 32.9603 15.0413 32.9597C15.0413 31.5607 15.7139 30.3176 16.7571 29.5385Z" fill="CurrentColor"/>
</svg></div><div>Startup</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><link rel="prerender" href="/startups"/></div></div><div class="nav-dropdown-items"><div class="nav-caption">Compare us</div><div class="nav-dropdown-item-parent align-h"><a href="/alternatives/rootly-vs-pagerduty" nav-link="Enterprise" class="nav-link-wrap col-1 w-inline-block"><div class="content-wrap for-nav-link sml"><div class="nav-link-icon _w-24 w-embed"><svg width="100%" height="100%"  viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2319_1367)">
<path d="M0.476562 0.480469H23.5166V23.5205H0.476562V0.480469Z" fill="#06AC38"/>
<mask id="mask0_2319_1367" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="7" y="5" width="10" height="14">
<path d="M7.67969 5.82812H16.3197V18.1689H7.67969V5.82812Z" fill="white"/>
</mask>
<g mask="url(#mask0_2319_1367)">
<path d="M9.52049 14.8833H7.67969V18.1689H9.52049V14.8833ZM14.5929 6.43533C13.6113 5.91333 12.9237 5.82812 11.3121 5.82812H7.67969V13.3101H11.2977C12.7305 13.3101 13.8057 13.2261 14.7501 12.6057C15.7821 11.9349 16.3185 10.8141 16.3185 9.51693C16.3185 8.12013 15.6597 6.99932 14.5929 6.43533ZM11.7201 11.7453H9.52049V7.42773L11.5989 7.41452C13.4889 7.40012 14.4345 8.04933 14.4345 9.53612C14.4345 11.1369 13.2597 11.7441 11.7201 11.7441V11.7453Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0_2319_1367">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg></div><div>PagerDuty</div></div></a><a href="/alternatives/rootly-vs-opsgenie" nav-link="Startup" class="nav-link-wrap col-1 w-inline-block"><div class="content-wrap for-nav-link sml"><div class="nav-link-icon _w-24 w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#clip0_2319_1379)">
<rect x="2.66406" width="18.6667" height="24" fill="url(#pattern0_2319_1379)"/>
</g>
<defs>
<pattern id="pattern0_2319_1379" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_2319_1379" transform="matrix(0.00396825 0 0 0.00308642 0 0.037037)"/>
</pattern>
<clipPath id="clip0_2319_1379">
<rect width="24" height="24" fill="white"/>
</clipPath>
<image id="image0_2319_1379" width="252" height="300" preserveAspectRatio="none" xlink:href="data:image/png;base64,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"/>
</defs>
</svg></div><div>Opsgenie</div></div></a><link rel="prerender" href="/alternatives/rootly-vs-opsgenie"/><a href="/alternatives/rootly-vs-jira-service-management" nav-link="Startup" class="nav-link-wrap col-1 w-inline-block"><div class="content-wrap for-nav-link sml"><div class="nav-link-icon _w-24 w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="24" height="24" fill="url(#pattern0_734_13832)"/>
<defs>
<pattern id="pattern0_734_13832" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_734_13832" transform="translate(0.0470374 -0.329148) scale(0.00574713)"/>
</pattern>
<image id="image0_734_13832" width="2101" height="301" preserveAspectRatio="none" xlink:href="data:image/png;base64,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"/>
</defs>
</svg></div><div>JSM</div></div></a><link rel="prerender" href="/alternatives/rootly-vs-jira-service-management"/></div></div></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842b7a-032d75b1" class="nav-dropdown-items"><div class="nav-caption">Teams</div><div class="nav-dropdown-item-parent"><a href="/engineering" nav-link="Catalog" class="nav-link-wrap tall w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.7498 20.25L14.2498 3.75M18.2498 7.75L21.6048 11.3147C21.9672 11.6997 21.9672 12.3003 21.6047 12.6854L18.2498 16.25M5.7498 16.25L2.39485 12.6854C2.03245 12.3003 2.03245 11.6997 2.39485 11.3147L5.7498 7.75" stroke="CurrentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div>Engineering</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a><link rel="prerender" href="/engineering"/><a href="/security" nav-link="Security" class="nav-link-wrap tall w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.688 10.8944C24.5022 10.7183 24.256 10.6201 24 10.6201C23.744 10.6201 23.4978 10.7183 23.312 10.8944C20.4817 13.5822 16.7122 15.0562 12.8093 15.0011C12.5967 14.9983 12.3888 15.0634 12.2156 15.1869C12.0425 15.3104 11.9133 15.4858 11.8467 15.6877C11.284 17.4026 10.9982 19.1962 11 21.0011C11 28.9237 16.4187 35.5784 23.7507 37.4651C23.9142 37.5072 24.0858 37.5072 24.2493 37.4651C31.5813 35.5784 37 28.9237 37 21.0011C37 19.1477 36.7027 17.3611 36.1533 15.6877C36.087 15.4856 35.9578 15.3098 35.7847 15.1861C35.6115 15.0623 35.4035 14.9971 35.1907 14.9997L35 15.0011C31.0053 15.0011 27.3773 13.4411 24.688 10.8944ZM28.8133 21.5824C28.8933 21.4758 28.9512 21.3543 28.9836 21.225C29.016 21.0957 29.0222 20.9613 29.0018 20.8295C28.9815 20.6978 28.935 20.5715 28.8651 20.458C28.7953 20.3445 28.7034 20.2461 28.595 20.1686C28.4866 20.0911 28.3638 20.0361 28.2338 20.0067C28.1037 19.9774 27.9692 19.9743 27.838 19.9977C27.7068 20.0211 27.5816 20.0705 27.4697 20.143C27.3579 20.2154 27.2616 20.3095 27.1867 20.4197L22.872 26.4597L20.7067 24.2944C20.5171 24.1178 20.2664 24.0216 20.0073 24.0262C19.7482 24.0307 19.5011 24.1357 19.3178 24.3189C19.1346 24.5021 19.0297 24.7493 19.0251 25.0084C19.0205 25.2674 19.1167 25.5182 19.2933 25.7077L22.2933 28.7077C22.396 28.8103 22.5197 28.8893 22.656 28.9393C22.7922 28.9892 22.9377 29.0089 23.0824 28.997C23.227 28.9851 23.3673 28.9418 23.4935 28.8702C23.6197 28.7986 23.7289 28.7004 23.8133 28.5824L28.8133 21.5824Z" fill="CurrentColor"/>
</svg></div><div>Security</div></div><div class="btn-arrow for-nav-hover w-embed"><svg  width="100%" height="100%" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.25847 0.445493L10.7649 4.00152C10.8269 4.06439 10.8617 4.14967 10.8617 4.23859C10.8617 4.32751 10.8269 4.41278 10.7649 4.47566L7.25847 8.03169C7.19647 8.09456 7.11238 8.12988 7.0247 8.12988C6.93703 8.12988 6.85294 8.09456 6.79094 8.03168C6.72894 7.96881 6.69411 7.88353 6.69411 7.79462C6.69411 7.7057 6.72894 7.62042 6.79094 7.55755L9.73323 4.57365L1.18065 4.57365C1.09505 4.57058 1.01396 4.53394 0.954465 4.47144C0.894973 4.40894 0.861725 4.32546 0.861725 4.23859C0.861725 4.15172 0.894973 4.06824 0.954465 4.00574C1.01396 3.94324 1.09505 3.9066 1.18065 3.90353L9.73323 3.90353L6.79094 0.919629C6.72894 0.856755 6.69411 0.771479 6.69411 0.682561C6.69411 0.593643 6.72894 0.508367 6.79094 0.445493C6.85294 0.382618 6.93703 0.347295 7.0247 0.347295C7.11238 0.347295 7.19647 0.382618 7.25847 0.445493Z" fill="CurrentColor"/>
</svg></div></a></div></div><div class="nav-right-item-wrap for-nav-customer"><div class="cms-wrap for-stack-card in-nav w-dyn-list"><div role="list" class="cms-list for-stack-cards w-dyn-items"><div style="background-color:#0a8ff6" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/canary-technologies" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#0a8ff6" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Canary Technologies" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a4ff01bd07656ddd1e9cc1d_canary-logo.svg" class="customer-logo _w-160"/></div><div>How Canary built incident management from scratch on Rootly while its engineering team quadrupled.</div></a></div><div style="background-color:#ef7140" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/replit" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#ef7140" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Replit" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/667465657c88c8d99003832d_replit.png" class="customer-logo _w-160"/></div><div>Replit brings structure, speed, and better decision-making to incident response with Rootly.</div></a></div><div style="background-color:hsla(165.45454545454547, 100.00%, 38.82%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/caribou" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(165.45454545454547, 100.00%, 38.82%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Caribou" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a4c0918ea200fcf97cb5e4e_Caribou%202.svg" class="customer-logo _w-160"/></div><div>How Caribou saves 200+ engineering hours a year with Rootly.</div></a></div><div style="background-color:hsla(0, 0.00%, 89.59%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/capa" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(0, 0.00%, 89.59%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Capa" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a3bf917b4f4a46b360d2836_capa-logo-black.svg" class="customer-logo _w-160"/></div><div>Why Capa replaced incident.io with Rootly.</div></a></div><div style="background-color:hsla(168.65671641791045, 83.40%, 52.75%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/reactiv" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(168.65671641791045, 83.40%, 52.75%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Reactiv" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a3a8aecc697263457e90bdf_reactiv-logo-colour.svg" class="customer-logo _w-160"/></div><div>How Reactiv outgrew incident.io and moved to Rootly for real AI and on-call without the upsell.</div></a></div><div style="background-color:hsla(226.89655172413794, 79.82%, 21.37%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/spotdraft" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(226.89655172413794, 79.82%, 21.37%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="SpotDraft" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a395fcf075a828ddd4fb4eb_spotdraft-logo-black.svg" class="customer-logo _w-160"/></div><div>How SpotDraft replaced manual follow-ups with synced, measurable incident management on Rootly.</div></a></div><div style="background-color:hsla(274.44444444444446, 49.09%, 21.57%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/grail" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(274.44444444444446, 49.09%, 21.57%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="GRAIL" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a356c66a866adc41d782e25_grail-logo.svg" class="customer-logo _w-160"/></div><div>How GRAIL replaced a manual, ad hoc incident process with Rootly and cut manual effort by 80%.</div></a></div><div style="background-color:hsla(345.3125, 98.97%, 61.96%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/cora" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(345.3125, 98.97%, 61.96%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Cora" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a345acaa089979074ad8c00_Cora%20(2).svg" class="customer-logo _w-160"/></div><div>How Cora cut time-to-acknowledge on critical alerts to &lt;10 minutes with Rootly.</div></a></div><div style="background-color:hsla(166.3157894736842, 85.93%, 60.98%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/ctso-central" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(166.3157894736842, 85.93%, 60.98%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="CTSO Central" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a3937b01458bd4b79f67bb1_ctso-logo.svg" class="customer-logo _w-160"/></div><div>Why CTSO Central chose Rootly over incident.io.</div></a></div><div style="background-color:hsla(217.9646017699115, 100.00%, 44.31%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/poll-everywhere" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(217.9646017699115, 100.00%, 44.31%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Poll Everywhere" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/69e8d51701aa81db1a36f5df_poll-everywhere.svg" class="customer-logo _w-160"/></div><div>Poll Everywhere switched from PagerDuty, cut on-call tooling costs and made response faster with Rootly.</div></a></div><div style="background-color:#0cd2e1" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/momentum" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#0cd2e1" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Momentum" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/67fe1b4fd12059c256a603b0_momentum-logo.png" class="customer-logo _w-160"/></div><div>Why Momentum didn&#x27;t choose FireHydrant, and how they minimize the number of engineers on-call with Rootly.</div></a></div><div style="background-color:#ef4623" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/knowbe4" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#ef4623" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="KnowBe4" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6995997c2ee6f363e9c4c1f4_knowbe4-logo.avif" class="customer-logo _w-160"/></div><div>KnowBe4 switched from PagerDuty and turned Incident Response into a repeatable, predictable system with Rootly.</div></a></div><div style="background-color:#6329c2" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/achievers" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#6329c2" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Achievers" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/696df4c51fac4df7998183b8_achievers-logo-80.png" class="customer-logo _w-160"/></div><div>Achievers switched from PagerDuty and productized reliability on Microsoft Teams with Rootly.</div></a></div><div style="background-color:hsla(0, 0.00%, 79.19%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/motive" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(0, 0.00%, 79.19%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Motive" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/67e1411172352287f59ce07a_motive-logo.png" class="customer-logo _w-160"/></div><div>How Motive migrated from Opsgenie and achieved 99.99% reliability with Rootly.</div></a></div><div style="background-color:hsla(258.46153846153845, 61.84%, 81.24%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/clay" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(258.46153846153845, 61.84%, 81.24%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Clay " loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/67a81fb8287ffdb114e3e833_clay-min.png" class="customer-logo _w-160"/></div><div>Clay switched off Opsgenie to use Rootly to streamline incident management.</div></a></div><div style="background-color:hsla(217.3205741626794, 91.27%, 55.10%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/webflow" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(217.3205741626794, 91.27%, 55.10%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Webflow" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/662a7c1bfe678e142e8b43f7_webflow.png" class="customer-logo _w-160"/></div><div>Webflow shutdown PagerDuty to use Rootly to build a proactive reliability culture.</div></a></div><div style="background-color:#dde7ee" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/wealthsimple" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#dde7ee" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Wealthsimple" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6674635edd30c660591276a1_wealthsimple.png" class="customer-logo _w-160"/></div><div>How Wealthsimple uses Rootly to create a culture of wellness and psychological safety for incident commanders.</div></a></div><div style="background-color:hsla(178.24561403508773, 97.71%, 34.31%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/upstart" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(178.24561403508773, 97.71%, 34.31%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Upstart" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/66746506a34ecacbc4e82951_upstart.png" class="customer-logo _w-160"/></div><div>How Upstart uses Rootly to create an incident response system that grows with them.</div></a></div><div style="background-color:#ff290c" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/roller" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:#ff290c" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="ROLLER" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/682f340146ea2ba32e99c806_roller-logo.png" class="customer-logo _w-160"/></div><div>How ROLLER scales globally while keeping a lean SRE team.</div></a></div><div style="background-color:hsla(204.17910447761193, 62.62%, 58.04%, 1.00)" role="listitem" class="stack-item for-navbar w-dyn-item"><a href="/customers/lucidworks" class="stack-card-wrap for-nav w-inline-block"><div style="background-color:hsla(204.17910447761193, 62.62%, 58.04%, 1.00)" class="customer-card-overlay"></div><div class="content-wrap align-side"><img alt="Lucidworks" loading="eager" src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/66746491864611566d92cd11_lucidworks.png" class="customer-logo _w-160"/></div><div>How Lucidworks uses Rootly to create bespoke incident management for their distinct product offering.</div></a></div></div></div></div></div></div></div></div><a href="/customers" class="nav-link-title w-inline-block"><div class="btn nav-item-title"><div>Customers</div></div></a><div class="nav-link-title for-hover"><div class="btn nav-item-title"><div>Resources</div><div class="nav-arrow w-embed"><svg  width="100%" height="auto" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.9805 0.798828L5.98047 5.79883L0.980469 0.798828" stroke="CurrentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div></div><div class="nav-dropdown"><div class="nav-dropdown-parent"><div class="nav-dropdown-bg"></div><div class="nav-dropdown-item-wrap col-4"><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842baa-032d75b1" class="nav-dropdown-items"><div class="nav-caption">Engineering</div><div class="nav-dropdown-item-parent"><a href="https://docs.rootly.com/help-and-documentation?__hstc=17958374.fe8506dfacde2a9a96a56df9e85472c0.1753946035601.1767086859199.1767774895750.118&amp;__hssc=17958374.14.1767774895750&amp;__hsfp=408882406" nav-link="Documentation" target="_blank" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 6.04401C12.9108 4.70584 10.481 3.99634 8 4.00001C6.52399 3.99851 5.05853 4.24876 3.66667 4.74001C3.47172 4.80894 3.30294 4.9366 3.18354 5.10541C3.06415 5.27423 3.00003 5.47591 3 5.68268V24.6827C3.00002 24.8426 3.03842 25.0003 3.11198 25.1423C3.18553 25.2844 3.29209 25.4067 3.42271 25.4991C3.55333 25.5914 3.7042 25.6511 3.86265 25.6731C4.0211 25.695 4.18251 25.6787 4.33333 25.6253C5.51111 25.2099 6.75111 24.9985 8 25C10.66 25 13.0973 25.9427 15 27.5147V6.04401Z" fill="CurrentColor"/>
<path d="M24 25C21.4448 24.996 18.9685 25.8855 17 27.5147V6.04401C19.0892 4.70584 21.519 3.99634 24 4.00001C25.476 3.99851 26.9415 4.24876 28.3333 4.74001C28.5283 4.80894 28.6971 4.9366 28.8165 5.10541C28.9358 5.27423 29 5.47591 29 5.68268V24.6827C29.0002 24.8428 28.9619 25.0006 28.8885 25.1428C28.815 25.285 28.7085 25.4075 28.5778 25.5C28.4472 25.5925 28.2962 25.6523 28.1377 25.6744C27.9791 25.6964 27.8176 25.68 27.6667 25.6267C26.52 25.2213 25.288 25 24 25Z" fill="CurrentColor"/>
</svg></div><div>Documentation</div></div></a><a href="https://docs.rootly.com/api-reference/overview?__hstc=17958374.fe8506dfacde2a9a96a56df9e85472c0.1753946035601.1767086859199.1767774895750.118&amp;__hssc=17958374.14.1767774895750&amp;__hsfp=408882406#/" nav-link="API Reference" target="_blank" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.0702 4.37518C10.9708 4.12886 10.9732 3.85312 11.0771 3.60862C11.1809 3.36412 11.3777 3.17089 11.624 3.07143C11.8703 2.97197 12.146 2.97444 12.3905 3.07829C12.635 3.18214 12.8283 3.37886 12.9277 3.62518L13.9277 6.12518C13.977 6.24715 14.0017 6.37762 14.0005 6.50914C13.9994 6.64067 13.9723 6.77068 13.9209 6.89174C13.8695 7.01281 13.7947 7.12256 13.7009 7.21473C13.607 7.3069 13.496 7.37969 13.374 7.42893C13.252 7.47818 13.1215 7.50292 12.99 7.50174C12.8585 7.50056 12.7285 7.47349 12.6074 7.42207C12.4864 7.37065 12.3766 7.29589 12.2844 7.20205C12.1923 7.10822 12.1195 6.99715 12.0702 6.87518L11.0702 4.37518ZM3.62399 12.9289L6.12398 13.9289C6.24595 13.9782 6.37642 14.0029 6.50795 14.0017C6.63947 14.0006 6.76948 13.9735 6.89055 13.9221C7.01161 13.8707 7.12136 13.7959 7.21353 13.7021C7.3057 13.6082 7.37849 13.4971 7.42773 13.3752C7.47698 13.2532 7.50172 13.1227 7.50054 12.9912C7.49937 12.8597 7.4723 12.7297 7.42088 12.6086C7.36945 12.4876 7.29469 12.3778 7.20086 12.2856C7.10702 12.1935 6.99595 12.1207 6.87398 12.0714L4.37399 11.0714C4.12767 10.972 3.85193 10.9744 3.60742 11.0783C3.36292 11.1821 3.16969 11.3789 3.07024 11.6252C2.97078 11.8715 2.97325 12.1472 3.07709 12.3917C3.18094 12.6362 3.37767 12.8295 3.62399 12.9289ZM28.374 19.0714L25.874 18.0714C25.6277 17.972 25.3519 17.9744 25.1074 18.0783C24.8629 18.1821 24.6697 18.3789 24.5702 18.6252C24.4708 18.8715 24.4732 19.1472 24.5771 19.3917C24.6809 19.6362 24.8777 19.8295 25.124 19.9289L27.624 20.9289C27.8703 21.0284 28.146 21.0259 28.3905 20.9221C28.635 20.8182 28.8283 20.6215 28.9277 20.3752C29.0272 20.1289 29.0247 19.8531 28.9209 19.6086C28.817 19.3641 28.6203 19.1709 28.374 19.0714ZM19.9277 25.1252C19.8283 24.8789 19.635 24.6821 19.3905 24.5783C19.146 24.4744 18.8703 24.472 18.624 24.5714C18.3777 24.6709 18.1809 24.8641 18.0771 25.1086C17.9732 25.3531 17.9708 25.6289 18.0702 25.8752L19.0702 28.3752C19.1697 28.6215 19.3629 28.8182 19.6074 28.9221C19.8519 29.0259 20.1277 29.0284 20.374 28.9289C20.6203 28.8295 20.817 28.6362 20.9209 28.3917C21.0247 28.1472 21.0272 27.8715 20.9277 27.6252L19.9277 25.1252ZM29.7377 2.31518C29.646 2.21731 29.5355 2.13889 29.4129 2.0846C29.2902 2.03031 29.1579 2.00125 29.0238 1.99915C28.8896 1.99705 28.7565 2.02195 28.6322 2.07238C28.5079 2.12281 28.395 2.19773 28.3002 2.29268L21.749 8.84393L21.0765 8.17143C20.705 7.79953 20.2638 7.50449 19.7782 7.30319C19.2927 7.1019 18.7721 6.99828 18.2465 6.99828C17.7208 6.99828 17.2003 7.1019 16.7147 7.30319C16.2291 7.50449 15.788 7.79953 15.4165 8.17143L13.2665 10.3177C13.22 10.3641 13.1831 10.4193 13.158 10.48C13.1328 10.5407 13.1198 10.6057 13.1198 10.6714C13.1198 10.7371 13.1328 10.8022 13.158 10.8629C13.1831 10.9236 13.22 10.9787 13.2665 11.0252L20.979 18.7327C21.0254 18.7792 21.0806 18.8161 21.1413 18.8412C21.202 18.8664 21.267 18.8793 21.3327 18.8793C21.3984 18.8793 21.4635 18.8664 21.5242 18.8412C21.5849 18.8161 21.64 18.7792 21.6865 18.7327L23.779 16.6402C24.5374 15.8964 24.9771 14.887 25.0052 13.8252C25.0156 13.2884 24.9172 12.755 24.7159 12.2573C24.5146 11.7595 24.2146 11.3076 23.834 10.9289L23.1615 10.2577L29.6865 3.73643C29.8767 3.55186 29.9882 3.30095 29.9977 3.03611C30.0073 2.77126 29.9141 2.51297 29.7377 2.31518ZM10.704 11.2927C10.6093 11.1979 10.4965 11.1232 10.3723 11.0729C10.2481 11.0225 10.1151 10.9977 9.98109 10.9998C9.84712 11.0019 9.71494 11.0309 9.5924 11.0851C9.46985 11.1392 9.35945 11.2175 9.26774 11.3152C9.09134 11.513 8.99819 11.7713 9.00774 12.0361C9.01729 12.301 9.1288 12.5519 9.31898 12.7364L10.0827 13.5002L8.16648 15.4139C7.78671 15.7928 7.48751 16.2446 7.28687 16.7421C7.08623 17.2396 6.98831 17.7726 6.99898 18.3089C7.02538 19.3706 7.46328 20.3804 8.22023 21.1252L8.84523 21.7427L2.31023 28.2664C2.12585 28.446 2.01567 28.6883 2.00155 28.9453C1.98742 29.2023 2.07039 29.4552 2.23398 29.6539C2.32383 29.7582 2.43421 29.8427 2.55824 29.9023C2.68226 29.9619 2.81725 29.9953 2.95476 30.0004C3.09227 30.0054 3.22935 29.982 3.3574 29.9317C3.48546 29.8813 3.60175 29.805 3.69899 29.7077L10.249 23.1564L10.9202 23.8289C11.6722 24.5774 12.6899 24.9975 13.7509 24.9975C14.8118 24.9975 15.8295 24.5774 16.5815 23.8289L18.499 21.9139L19.2915 22.7077C19.3844 22.8006 19.4947 22.8743 19.6161 22.9246C19.7375 22.9749 19.8676 23.0007 19.999 23.0007C20.1304 23.0007 20.2605 22.9749 20.3819 22.9246C20.5033 22.8743 20.6136 22.8006 20.7065 22.7077C20.7994 22.6148 20.8731 22.5045 20.9234 22.3831C20.9737 22.2617 20.9995 22.1316 20.9995 22.0002C20.9995 21.8688 20.9737 21.7387 20.9234 21.6173C20.8731 21.4959 20.7994 21.3856 20.7065 21.2927L10.704 11.2927Z" fill="CurrentColor"/>
</svg></div><div>API Reference</div></div></a><a href="https://status.rootly.com/" nav-link="System Status" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.001 15.9998C18.001 16.5302 17.7903 17.039 17.4152 17.414C17.0402 17.7891 16.5314 17.9998 16.001 17.9998C15.4706 17.9998 14.9619 17.7891 14.5868 17.414C14.2117 17.039 14.001 16.5302 14.001 15.9998C14.001 15.4694 14.2117 14.9607 14.5868 14.5856C14.9619 14.2105 15.4706 13.9998 16.001 13.9998C16.5314 13.9998 17.0402 14.2105 17.4152 14.5856C17.7903 14.9607 18.001 15.4694 18.001 15.9998Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.361 10.5198C19.6423 10.2389 20.0235 10.0811 20.421 10.0811C20.8185 10.0811 21.1998 10.2389 21.481 10.5198C22.9344 11.9732 23.7509 13.9444 23.7509 15.9998C23.7509 18.0552 22.9344 20.0264 21.481 21.4798C21.3437 21.6272 21.1781 21.7454 20.9941 21.8274C20.8101 21.9094 20.6115 21.9534 20.4101 21.957C20.2086 21.9606 20.0086 21.9235 19.8218 21.8481C19.635 21.7726 19.4654 21.6603 19.3229 21.5179C19.1805 21.3755 19.0682 21.2058 18.9928 21.019C18.9173 20.8322 18.8803 20.6322 18.8838 20.4308C18.8874 20.2294 18.9315 20.0307 19.0134 19.8467C19.0954 19.6627 19.2136 19.4971 19.361 19.3598C19.8025 18.9187 20.1527 18.3949 20.3916 17.8184C20.6305 17.2418 20.7535 16.6239 20.7535 15.9998C20.7535 15.3757 20.6305 14.7578 20.3916 14.1813C20.1527 13.6047 19.8025 13.0809 19.361 12.6398C19.0801 12.3586 18.9223 11.9773 18.9223 11.5798C18.9223 11.1823 19.0801 10.8011 19.361 10.5198ZM12.641 10.5198C12.9219 10.8011 13.0797 11.1823 13.0797 11.5798C13.0797 11.9773 12.9219 12.3586 12.641 12.6398C12.1996 13.0809 11.8494 13.6047 11.6104 14.1813C11.3715 14.7578 11.2485 15.3757 11.2485 15.9998C11.2485 16.6239 11.3715 17.2418 11.6104 17.8184C11.8494 18.3949 12.1996 18.9187 12.641 19.3598C12.7884 19.4971 12.9066 19.6627 12.9886 19.8467C13.0706 20.0307 13.1146 20.2294 13.1182 20.4308C13.1217 20.6322 13.0847 20.8322 13.0093 21.019C12.9338 21.2058 12.8215 21.3755 12.6791 21.5179C12.5366 21.6603 12.367 21.7726 12.1802 21.8481C11.9934 21.9235 11.7934 21.9606 11.592 21.957C11.3906 21.9534 11.1919 21.9094 11.0079 21.8274C10.8239 21.7454 10.6583 21.6272 10.521 21.4798C9.06765 20.0264 8.25117 18.0552 8.25117 15.9998C8.25117 13.9444 9.06765 11.9732 10.521 10.5198C10.8023 10.2389 11.1835 10.0811 11.581 10.0811C11.9785 10.0811 12.3598 10.2389 12.641 10.5198Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.781 6.09981C24.0623 5.81891 24.4435 5.66113 24.841 5.66113C25.2385 5.66113 25.6198 5.81891 25.901 6.09981C27.2012 7.39985 28.2325 8.94326 28.9362 10.6419C29.6399 12.3406 30.002 14.1612 30.002 15.9998C30.002 17.8384 29.6399 19.6591 28.9362 21.3577C28.2325 23.0564 27.2012 24.5998 25.901 25.8998C25.7637 26.0472 25.5981 26.1654 25.4141 26.2474C25.2301 26.3294 25.0315 26.3734 24.8301 26.377C24.6286 26.3806 24.4286 26.3435 24.2418 26.2681C24.055 26.1926 23.8854 26.0803 23.7429 25.9379C23.6005 25.7955 23.4882 25.6258 23.4128 25.439C23.3373 25.2522 23.3003 25.0522 23.3038 24.8508C23.3074 24.6494 23.3515 24.4507 23.4334 24.2667C23.5154 24.0827 23.6336 23.9171 23.781 23.7798C24.803 22.7583 25.6137 21.5454 26.1668 20.2105C26.72 18.8756 27.0047 17.4448 27.0047 15.9998C27.0047 14.5548 26.72 13.124 26.1668 11.7891C25.6137 10.4542 24.803 9.24133 23.781 8.21981C23.5001 7.93856 23.3423 7.55731 23.3423 7.15981C23.3423 6.76231 23.5001 6.38106 23.781 6.09981ZM8.22101 6.09981C8.50191 6.38106 8.65969 6.76231 8.65969 7.15981C8.65969 7.55731 8.50191 7.93856 8.22101 8.21981C7.19902 9.24133 6.3883 10.4542 5.83518 11.7891C5.28205 13.124 4.99736 14.5548 4.99736 15.9998C4.99736 17.4448 5.28205 18.8756 5.83518 20.2105C6.3883 21.5454 7.19902 22.7583 8.22101 23.7798C8.36838 23.9171 8.48659 24.0827 8.56857 24.2667C8.65056 24.4507 8.69464 24.6494 8.69819 24.8508C8.70175 25.0522 8.6647 25.2522 8.58926 25.439C8.51381 25.6258 8.40152 25.7955 8.25909 25.9379C8.11665 26.0803 7.94698 26.1926 7.76021 26.2681C7.57343 26.3435 7.37337 26.3806 7.17197 26.377C6.97056 26.3734 6.77193 26.3294 6.58793 26.2474C6.40393 26.1654 6.23833 26.0472 6.10101 25.8998C4.80084 24.5998 3.76948 23.0564 3.06582 21.3577C2.36217 19.6591 2 17.8384 2 15.9998C2 14.1612 2.36217 12.3406 3.06582 10.6419C3.76948 8.94326 4.80084 7.39985 6.10101 6.09981C6.38226 5.81891 6.76351 5.66113 7.16101 5.66113C7.55851 5.66113 7.93976 5.81891 8.22101 6.09981Z" fill="CurrentColor"/>
</svg></div><div>System Status</div></div></a><a href="https://docs.rootly.com/help-and-documentation" nav-link="Help &amp; Support" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 16C3 8.82 8.82 3 16 3C23.18 3 29 8.82 29 16C29 23.18 23.18 29 16 29C8.82 29 3 23.18 3 16ZM18.1707 10.7773C16.984 9.74133 15.016 9.74133 13.8307 10.7773C13.631 10.952 13.3702 11.0403 13.1055 11.0226C12.8409 11.005 12.594 10.883 12.4193 10.6833C12.2446 10.4837 12.1564 10.2229 12.174 9.9582C12.1917 9.69352 12.3137 9.44669 12.5133 9.272C14.452 7.576 17.548 7.576 19.4867 9.272C21.504 11.0373 21.504 13.9627 19.4867 15.728C19.1493 16.0222 18.7739 16.2697 18.3707 16.464C17.4693 16.9013 17 17.496 17 18V19C17 19.2652 16.8946 19.5196 16.7071 19.7071C16.5196 19.8946 16.2652 20 16 20C15.7348 20 15.4804 19.8946 15.2929 19.7071C15.1054 19.5196 15 19.2652 15 19V18C15 16.2947 16.4133 15.1907 17.5 14.664C17.7427 14.5467 17.968 14.3987 18.1707 14.2227C19.2773 13.2533 19.2773 11.7467 18.1707 10.7773ZM16 24C16.2652 24 16.5196 23.8946 16.7071 23.7071C16.8946 23.5196 17 23.2652 17 23C17 22.7348 16.8946 22.4804 16.7071 22.2929C16.5196 22.1054 16.2652 22 16 22C15.7348 22 15.4804 22.1054 15.2929 22.2929C15.1054 22.4804 15 22.7348 15 23C15 23.2652 15.1054 23.5196 15.2929 23.7071C15.4804 23.8946 15.7348 24 16 24Z" fill="CurrentColor"/>
</svg></div><div>Help &amp; Support</div></div></a></div></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842bc6-032d75b1" class="nav-dropdown-items"><div class="nav-caption">Guides</div><div class="nav-dropdown-item-parent"><a href="/ai-sre-guide" nav-link="DORA Compliance" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2.75C12.292 2.75 12.5542 2.92966 12.6592 3.20215L14.4014 7.73242C14.7315 8.59049 15.4095 9.26851 16.2676 9.59863L20.7979 11.3408C21.0703 11.4458 21.25 11.708 21.25 12C21.25 12.292 21.0703 12.5542 20.7979 12.6592L16.2676 14.4014C15.4095 14.7315 14.7315 15.4095 14.4014 16.2676L12.6592 20.7979C12.5542 21.0703 12.292 21.25 12 21.25C11.708 21.25 11.4458 21.0703 11.3408 20.7979L9.59863 16.2676C9.26851 15.4095 8.59049 14.7315 7.73242 14.4014L3.20215 12.6592C2.92966 12.5542 2.75 12.292 2.75 12C2.75 11.708 2.92966 11.4458 3.20215 11.3408L7.73242 9.59863C8.59049 9.26851 9.26851 8.59049 9.59863 7.73242L11.3408 3.20215C11.4458 2.92966 11.708 2.75 12 2.75Z" stroke="CurrentColor" stroke-width="1.5"/>
</svg></div><div>AI SRE &amp; Automated RCA</div></div></a><a href="/on-call-software" nav-link="Incident Response" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C4.79086 4 3 5.79086 3 8V24C3 26.2091 4.79086 28 7 28H25C27.2091 28 29 26.2091 29 24V8C29 5.79086 27.2091 4 25 4H7ZM9 8C7.89543 8 7 8.89543 7 10V13.5C7 14.6046 7.89543 15.5 9 15.5H23C24.1046 15.5 25 14.6046 25 13.5V10C25 8.89543 24.1046 8 23 8H9ZM7 22C7 20.8954 7.89543 20 9 20C10.1046 20 11 20.8954 11 22C11 23.1046 10.1046 24 9 24C7.89543 24 7 23.1046 7 22ZM17 20C15.8954 20 15 20.8954 15 22C15 23.1046 15.8954 24 17 24H23C24.1046 24 25 23.1046 25 22C25 20.8954 24.1046 20 23 20H17Z" fill="CurrentColor"/>
</svg></div><div>On-call Operations</div></div></a><a href="/incident-response" nav-link="Incident Response" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1481 2.02891C14.8631 2.95488 13.8167 4.17324 13.0955 5.58339C12.3742 6.99354 11.9988 8.55502 12.0001 10.1389V10.2029C12.0081 11.4029 12.2281 12.5549 12.6221 13.6209C12.9421 14.4769 12.2141 15.4409 11.4021 15.0209C9.89296 14.2371 8.60748 13.0831 7.66609 11.6669C7.26209 11.0589 6.37009 10.9409 5.97009 11.5509C4.65108 13.5591 3.96524 15.9169 4.00136 18.3192C4.03747 20.7216 4.79389 23.0577 6.17267 25.0253C7.55146 26.9929 9.48913 28.5013 11.7348 29.3553C13.9806 30.2092 16.4309 30.3694 18.7687 29.8151C21.1065 29.2607 23.224 28.0174 24.8472 26.2461C26.4704 24.4747 27.5245 22.2569 27.8731 19.8797C28.2216 17.5025 27.8485 15.0755 26.8022 12.9127C25.7558 10.7499 24.0843 8.95103 22.0041 7.74891L21.9961 7.73491C19.9882 6.57834 18.4463 4.75784 17.6361 2.58691C17.4041 1.96691 16.6821 1.64491 16.1481 2.02891ZM17.7081 14.3849C18.6514 14.6646 19.5114 15.172 20.2125 15.8622C20.9136 16.5525 21.4343 17.4045 21.7286 18.3433C22.023 19.2821 22.0821 20.2789 21.9007 21.2459C21.7193 22.2129 21.3029 23.1205 20.6883 23.8888C20.0736 24.657 19.2796 25.2624 18.3759 25.6516C17.4723 26.0408 16.4869 26.2019 15.5064 26.1207C14.5258 26.0396 13.5803 25.7186 12.753 25.1861C11.9257 24.6535 11.242 23.9258 10.7621 23.0669C10.3521 22.3369 11.1921 21.6789 12.0021 21.8869C13.2285 22.2025 14.5122 22.2231 15.7481 21.9469C16.3241 21.8169 16.5741 21.1749 16.3901 20.6149C16.1305 19.8146 15.9989 18.9783 16.0001 18.1369C16.0001 16.9669 16.2521 15.8569 16.7021 14.8549C16.7839 14.6676 16.9312 14.5165 17.1164 14.43C17.3016 14.3435 17.5119 14.3274 17.7081 14.3849Z" fill="CurrentColor"/>
</svg></div><div>Incident Response</div></div></a><a href="/incident-communications" nav-link="Incident Comms" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.06511 12.3423C1.90698 12.4293 1.77532 12.5574 1.68409 12.713C1.59286 12.8687 1.54546 13.0462 1.54691 13.2267C1.54836 13.4071 1.59861 13.5838 1.69233 13.738C1.78605 13.8922 1.91974 14.0182 2.07925 14.1025L11.8251 19.2625L19.854 11.2336C20.0416 11.046 20.2959 10.9407 20.5611 10.9407C20.8264 10.9407 21.0807 11.046 21.2682 11.2336C21.4558 11.4211 21.5611 11.6755 21.5611 11.9407C21.5611 12.2059 21.4558 12.4603 21.2682 12.6478L13.2393 20.6768L18.3993 30.4226C18.4838 30.5818 18.6098 30.7152 18.764 30.8087C18.9181 30.9021 19.0947 30.9522 19.275 30.9536C19.4553 30.9549 19.6325 30.9075 19.7881 30.8164C19.9436 30.7252 20.0716 30.5937 20.1586 30.4358C24.5815 22.3854 27.5976 13.639 29.0766 4.57357C29.1022 4.41698 29.0902 4.25654 29.0415 4.10552C28.9929 3.95449 28.909 3.8172 28.7968 3.705C28.6846 3.59281 28.5473 3.50892 28.3963 3.46027C28.2453 3.41162 28.0848 3.39961 27.9282 3.42523C18.8625 4.90382 10.1158 7.91952 2.06511 12.3423Z" fill="CurrentColor"/>
</svg></div><div>Incident Communications</div></div></a><a href="/incident-postmortems" nav-link="Retrospective Templates" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 8H19.504C20.6963 8.00177 21.8392 8.47665 22.6817 9.32037C23.5241 10.1641 23.9973 11.3077 23.9973 12.5V25C25.0582 25 26.0756 24.5786 26.8258 23.8284C27.5759 23.0783 27.9973 22.0609 27.9973 21V8.144C27.9973 6.13733 26.4973 4.396 24.4453 4.224C24.1464 4.19972 23.8473 4.17749 23.548 4.15733C23.2105 3.50705 22.7009 2.96195 22.0747 2.58152C21.4486 2.20109 20.73 1.99993 19.9973 2H17.9973C17.2647 1.99993 16.5461 2.20109 15.9199 2.58152C15.2938 2.96195 14.7842 3.50705 14.4467 4.15733C14.1467 4.17733 13.8467 4.2 13.5493 4.224C11.5467 4.39333 10.0693 6.056 10 8ZM17.9973 4C17.4669 4 16.9582 4.21071 16.5831 4.58579C16.208 4.96086 15.9973 5.46957 15.9973 6H21.9973C21.9973 5.46957 21.7866 4.96086 21.4115 4.58579C21.0365 4.21071 20.5278 4 19.9973 4H17.9973Z" fill="CurrentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 12.5C4 11.1187 5.12 10 6.5 10H19.5C20.8813 10 22 11.12 22 12.5V27.5C22 28.88 20.88 30 19.5 30H6.5C5.83696 30 5.20107 29.7366 4.73223 29.2678C4.26339 28.7989 4 28.163 4 27.5V12.5ZM8 16C8 15.7348 8.10536 15.4804 8.29289 15.2929C8.48043 15.1054 8.73478 15 9 15H9.01067C9.27588 15 9.53024 15.1054 9.71777 15.2929C9.90531 15.4804 10.0107 15.7348 10.0107 16V16.0107C10.0107 16.2759 9.90531 16.5302 9.71777 16.7178C9.53024 16.9053 9.27588 17.0107 9.01067 17.0107H9C8.73478 17.0107 8.48043 16.9053 8.29289 16.7178C8.10536 16.5302 8 16.2759 8 16.0107V16ZM11 16C11 15.7348 11.1054 15.4804 11.2929 15.2929C11.4804 15.1054 11.7348 15 12 15H17C17.2652 15 17.5196 15.1054 17.7071 15.2929C17.8946 15.4804 18 15.7348 18 16C18 16.2652 17.8946 16.5196 17.7071 16.7071C17.5196 16.8946 17.2652 17 17 17H12C11.7348 17 11.4804 16.8946 11.2929 16.7071C11.1054 16.5196 11 16.2652 11 16ZM8 20C8 19.7348 8.10536 19.4804 8.29289 19.2929C8.48043 19.1054 8.73478 19 9 19H9.01067C9.27588 19 9.53024 19.1054 9.71777 19.2929C9.90531 19.4804 10.0107 19.7348 10.0107 20V20.0107C10.0107 20.2759 9.90531 20.5302 9.71777 20.7178C9.53024 20.9053 9.27588 21.0107 9.01067 21.0107H9C8.73478 21.0107 8.48043 20.9053 8.29289 20.7178C8.10536 20.5302 8 20.2759 8 20.0107V20ZM11 20C11 19.7348 11.1054 19.4804 11.2929 19.2929C11.4804 19.1054 11.7348 19 12 19H17C17.2652 19 17.5196 19.1054 17.7071 19.2929C17.8946 19.4804 18 19.7348 18 20C18 20.2652 17.8946 20.5196 17.7071 20.7071C17.5196 20.8946 17.2652 21 17 21H12C11.7348 21 11.4804 20.8946 11.2929 20.7071C11.1054 20.5196 11 20.2652 11 20ZM8 24C8 23.7348 8.10536 23.4804 8.29289 23.2929C8.48043 23.1054 8.73478 23 9 23H9.01067C9.27588 23 9.53024 23.1054 9.71777 23.2929C9.90531 23.4804 10.0107 23.7348 10.0107 24V24.0107C10.0107 24.2759 9.90531 24.5302 9.71777 24.7178C9.53024 24.9053 9.27588 25.0107 9.01067 25.0107H9C8.73478 25.0107 8.48043 24.9053 8.29289 24.7178C8.10536 24.5302 8 24.2759 8 24.0107V24ZM11 24C11 23.7348 11.1054 23.4804 11.2929 23.2929C11.4804 23.1054 11.7348 23 12 23H17C17.2652 23 17.5196 23.1054 17.7071 23.2929C17.8946 23.4804 18 23.7348 18 24C18 24.2652 17.8946 24.5196 17.7071 24.7071C17.5196 24.8946 17.2652 25 17 25H12C11.7348 25 11.4804 24.8946 11.2929 24.7071C11.1054 24.5196 11 24.2652 11 24Z" fill="CurrentColor"/>
</svg></div><div>Blameless Retrospectives</div></div></a></div></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842be2-032d75b1" class="nav-dropdown-items"><div class="nav-caption">Resources</div><div class="nav-dropdown-item-parent"><a href="/blog" nav-link="Blog" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.55067 3.544C9.31733 3.184 12.1373 3 15 3C17.8627 3 20.6827 3.18533 23.4493 3.544C26.012 3.87733 27.8373 6.02533 27.9893 8.51333C27.5436 8.36483 27.0816 8.27038 26.6133 8.232C22.8775 7.92188 19.1225 7.92188 15.3867 8.232C12.2427 8.49333 10 11.152 10 14.144V19.8587C9.99874 20.957 10.301 22.0344 10.8735 22.9718C11.4459 23.9092 12.2663 24.6701 13.244 25.1707L9.70667 28.7067C9.56682 28.8463 9.38871 28.9414 9.19485 28.9799C9.00098 29.0185 8.80005 28.9987 8.61743 28.923C8.43482 28.8474 8.2787 28.7194 8.16881 28.5551C8.05892 28.3908 8.00017 28.1976 8 28V22.6267C7.51626 22.5752 7.03312 22.5183 6.55067 22.456C3.87333 22.1067 2 19.7773 2 17.1493V8.85067C2 6.224 3.87333 3.892 6.55067 3.544Z" fill="CurrentColor"/>
<path d="M21 10C19.1653 10 17.348 10.076 15.552 10.2253C13.4987 10.396 12 12.1373 12 14.1453V19.8587C12 21.868 13.504 23.6107 15.56 23.7787C17.2173 23.9147 18.8933 23.988 20.584 23.9987L24.2933 27.7067C24.4332 27.8463 24.6113 27.9414 24.8052 27.98C24.999 28.0185 25.1999 27.9987 25.3826 27.9231C25.5652 27.8474 25.7213 27.7194 25.8312 27.5551C25.9411 27.3908 25.9998 27.1977 26 27V23.8133L26.44 23.7787C28.496 23.612 30 21.868 30 19.8587V14.144C30 12.1373 28.5 10.396 26.448 10.224C24.6359 10.0742 22.8183 9.99943 21 10Z" fill="CurrentColor"/>
</svg></div><div>Blog</div></div></a><a href="/humans-of-reliability" nav-link="Humans of Reliability" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.9999 17.1302V24.7391C29.9999 25.6039 29.6595 26.4334 29.0536 27.0449C28.4477 27.6564 27.626 28 26.7691 28H24.6153C23.7585 28 22.9367 27.6564 22.3308 27.0449C21.7249 26.4334 21.3845 25.6039 21.3845 24.7391V19.3042C21.3845 18.4393 21.7249 17.6099 22.3308 16.9984C22.9367 16.3868 23.7585 16.0433 24.6153 16.0433H27.7989C27.5403 13.0841 26.1959 10.3291 24.0295 8.31839C21.863 6.30763 19.0306 5.18605 16.0874 5.1735H15.9999C13.0445 5.17335 10.1957 6.28828 8.01293 8.2994C5.83013 10.3105 4.47098 13.0726 4.2023 16.0433H7.3846C8.24145 16.0433 9.0632 16.3868 9.66909 16.9984C10.275 17.6099 10.6154 18.4393 10.6154 19.3042V24.7391C10.6154 25.6039 10.275 26.4334 9.66909 27.0449C9.0632 27.6564 8.24145 28 7.3846 28H5.23076C4.37391 28 3.55215 27.6564 2.94627 27.0449C2.34038 26.4334 2 25.6039 2 24.7391V17.1302C2.00302 14.3311 2.82872 11.5959 4.37259 9.27063C5.91646 6.94539 8.10909 5.13474 10.673 4.06784C13.2368 3.00095 16.0566 2.72579 18.7755 3.27718C21.4944 3.82857 23.99 5.18173 25.9466 7.16539C27.2385 8.47561 28.2614 10.0302 28.957 11.7402C29.6525 13.4501 30.0069 15.2818 29.9999 17.1302Z" fill="CurrentColor"/>
</svg></div><div>Humans of Reliability</div></div></a><a href="/ai-labs" nav-link="Rootly AI Labs" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842bfa-032d75b1" class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29 27C29 27.2652 28.8946 27.5196 28.7071 27.7071C28.5196 27.8946 28.2652 28 28 28H4C3.73478 28 3.48043 27.8946 3.29289 27.7071C3.10536 27.5196 3 27.2652 3 27C3 26.7348 3.10536 26.4804 3.29289 26.2929C3.48043 26.1054 3.73478 26 4 26H22.6562C24.0368 24.8838 25.0563 23.3842 25.5866 21.69C26.1169 19.9957 26.1343 18.1824 25.6366 16.4783C25.1389 14.7742 24.1483 13.2553 22.7895 12.1128C21.4306 10.9703 19.7643 10.2552 18 10.0575V17C18 17.5304 17.7893 18.0391 17.4142 18.4142C17.0391 18.7893 16.5304 19 16 19H10C9.46957 19 8.96086 18.7893 8.58579 18.4142C8.21071 18.0391 8 17.5304 8 17V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H16C16.5304 2 17.0391 2.21071 17.4142 2.58579C17.7893 2.96086 18 3.46957 18 4V8.04625C19.9922 8.22913 21.8968 8.95153 23.5092 10.1358C25.1215 11.32 26.3806 12.9213 27.1511 14.7676C27.9216 16.6138 28.1743 18.6351 27.882 20.6142C27.5898 22.5932 26.7637 24.4553 25.4925 26H28C28.2652 26 28.5196 26.1054 28.7071 26.2929C28.8946 26.4804 29 26.7348 29 27ZM17 23C17.2652 23 17.5196 22.8946 17.7071 22.7071C17.8946 22.5196 18 22.2652 18 22C18 21.7348 17.8946 21.4804 17.7071 21.2929C17.5196 21.1054 17.2652 21 17 21H9C8.73478 21 8.48043 21.1054 8.29289 21.2929C8.10536 21.4804 8 21.7348 8 22C8 22.2652 8.10536 22.5196 8.29289 22.7071C8.48043 22.8946 8.73478 23 9 23H17Z" fill="CurrentColor"/>
</svg></div><div>Rootly AI Labs</div></div></a><a href="/rootly-academy" nav-link="Rootly Academy" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div id="w-node-b809a3e4-500e-6147-ba62-9187157e1117-032d75b1" class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 40 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38.75 14.9938L20 23.7375L1.25 14.9938L20 6.25L38.75 14.9938ZM38.75 14.9938V25.403M7.9167 18.2727V24.7903C7.9167 26.599 8.89478 28.2663 10.474 29.1498L17.5573 33.1132C19.0748 33.9623 20.9252 33.9623 22.4427 33.1132L29.5262 29.1498C31.1053 28.2663 32.0833 26.599 32.0833 24.7903V18.2727" stroke="CurrentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div>Rootly Academy</div></div></a><a href="/partners" nav-link="Why Rootly" class="nav-link-wrap col-1 p-12 w-inline-block"><div class="nav-link-bg"></div><div class="content-wrap for-nav-link"><div class="nav-link-icon _w-28 w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 15.5L16.7544 11.2128C16.6073 10.3673 15.8735 9.75 15.0153 9.75C14.0403 9.75 13.25 10.5403 13.25 11.5153V16.3466C13.25 17.8121 14.4379 19 15.9034 19C16.2962 19 16.6842 19.0872 17.0392 19.2554L21.25 21.25" stroke="#FDFDFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.25 9.64388V4.571C14.25 3.56529 15.0653 2.75 16.071 2.75C16.9099 2.75 17.6403 3.32315 17.8398 4.13802L20.3385 14.3458C20.4058 14.6208 20.5865 14.8543 20.8358 14.9885L22.25 15.75" stroke="CurrentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.75 15.5L7.4956 11.2128C7.6427 10.3673 8.3765 9.75 9.2347 9.75C10.2097 9.75 11 10.5403 11 11.5153V16.3466C11 17.8121 9.8121 19 8.3466 19C7.9538 19 7.5658 19.0872 7.2108 19.2554L3 21.25" stroke="#FDFDFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 9.64388V4.571C10 3.56529 9.1847 2.75 8.179 2.75C7.3401 2.75 6.6097 3.32315 6.4102 4.13802L3.9115 14.3458C3.8442 14.6208 3.6635 14.8543 3.4142 14.9885L2 15.75" stroke="CurrentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div>Partners</div></div></a></div></div><div id="w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842bfe-032d75b1" class="nav-right-item-wrap _w-420"><div class="nav-card-wrap light-purple"><div class="cms-wrap full-width w-dyn-list"><div role="list" class="cms-list card-col-1 full-height w-dyn-items"><div role="listitem" class="cms-item w-dyn-item"><div class="content-wrap align-side"><a href="/blog" class="nav-cms-link-wrap w-inline-block"><div>Latest Blog</div></a><div class="nav-caption secondary">Jul 28, 2026</div></div><a href="/blog/why-rootly-acquired-thinkhive" class="nav-cms-card w-inline-block"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a678ba76f4492af34564272_rootly-x-thinkhive.webp" loading="eager" alt="Why Rootly acquired ThinkHive" sizes="100vw" srcset="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a678ba76f4492af34564272_rootly-x-thinkhive-p-500.webp 500w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a678ba76f4492af34564272_rootly-x-thinkhive-p-800.webp 800w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a678ba76f4492af34564272_rootly-x-thinkhive-p-1080.webp 1080w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a678ba76f4492af34564272_rootly-x-thinkhive-p-1600.webp 1600w, https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/6a678ba76f4492af34564272_rootly-x-thinkhive.webp 1817w" class="nav-cms-card-img"/><div class="content-wrap v gap-8"><p class="p t-bold">Why Rootly acquired ThinkHive</p></div></a></div></div></div></div></div></div></div></div></div><a id="nav-btn-first" href="/pricing" class="nav-link-title w-node-a448a7b4-8e5c-ddc9-6a00-395fc4842c0f-032d75b1 w-inline-block"><div class="btn nav-item-title"><div>Pricing</div></div></a><div class="nav-top-btn-wrap show-mobile"><a href="https://rootly.com/users/sign_in" target="_blank" class="btn for-nav-top gray w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Log in<br/></div></div></div><div class="global-styles w-embed"><style>
  html { font-size: calc(1rem); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.65rem + 0.3vw); } }
  @media screen and (max-width:1600px) { html { font-size: calc(0.55rem + 0.38vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.45rem + 0.3vw); } }
  @media screen and (max-width:1028px) { html { font-size: calc(0.5rem + 0.2vw); } }
  @media screen and (max-width:960px) { html { font-size: calc(0.6rem + 0.3vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.875rem + 0.2vw); } }

/* Responsive navfont-size */
 @media (min-width: 2560px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:0.875rem !important;
   }
  }
  @media (max-width: 2559px) {
   .btn.nav-item-title{
     font-size:0.875rem !important;
   }
  }
 @media (max-width: 1024px) {
   .btn.nav-item-title, .for-nav-top{
     font-size:1.1rem !important;
   }
  }
 
  
/* Responsive container max-width */
@media (max-width: 1600px) {
  .container.fluid {
    max-width: 1600px;
  }
}

@media (min-width: 1601px) and (max-width: 2559px) {
  .container.fluid {
    max-width: 1660px;
  }
  .nav-container {
    max-width: 1660px;
  }
}

@media (min-width: 2560px) {
  .container.fluid {
    max-width: 1440px;
  }
  .nav-container {
    max-width: 1440px;
  }
}
</style>

<style>
/**line height trim**/
:is([data-line-height]) {
	display: flow-root;
}
:is([data-line-height])::before {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.45em);
}
:is([data-line-height])::after {
	content: "";
	display: table;
	margin-bottom: calc(-0.5lh + 0.35em);
}
</style></div></a><a href="#" class="btn for-nav-top black w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Book a demo</div></div></div></a><a href="/alternatives/rootly-vs-pagerduty" class="btn for-nav-top yellow w-inline-block"><div class="nav-btn-text-wrap"><div class="btn-text rel">Switch from PagerDuty</div></div></a></div></div></div></div><div class="section hero-new"><div class="hero-bg align-top"><img src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/69871df609fadc3a2d23761d_04da2c6c718835409ab63b03084b69f6_Hero.avif" loading="eager" width="1800" alt="" class="hero-bg-img full-height align-bottom"/></div><div class="container fluid"><div class="content-wrap v gap-80"><div id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa218-3082ffcc" class="content-wrap v gap-32"><div id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa219-3082ffcc" class="hero-title _100"><h1 id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa21a-3082ffcc" class="h1 t-center">Tomorrow’s products deserve<br/>better reliability.</h1></div><div id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa21c-3082ffcc" class="hero-p _100 align-center"><p id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa21d-3082ffcc" class="p t-center">The fastest way for growing startups to response to, learn from, and resolve incidents.</p></div><div id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa21f-3082ffcc" class="hero-btn-wrap"><a href="https://rootly.com/users/sign_up" id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa220-3082ffcc" class="btn gray w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Get started for free</div></div><div class="btn-hover-text-wrap abs"><div class="btn-text rel">Book a demo</div></div></div></a><a href="/demo" class="btn black w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Book a demo</div></div><div class="btn-hover-text-wrap abs"><div class="btn-text rel">Book a demo</div></div></div></a></div></div><div id="w-node-_9ac83998-aa79-d738-09fe-fe13b64fa233-3082ffcc" class="hero-btn-wrap block"><p class="p caption t-black t-center">Start small. Dream big.</p><div class="loop-wrap shorter"><div class="hide w-embed"><style>
.loop-logo-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 35s linear infinite;
}

@keyframes marquee-horizontal {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media only screen and (min-width: 992px) {
  .loop-logo-track:hover {
    animation-play-state: paused;
  }
}
</style>
<style>
.loop-logo-track-backwards {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-back 35s linear infinite;
}

@keyframes marquee-horizontal-back {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}

@media only screen and (min-width: 992px) {
  .loop-logo-track-backwards:hover {
    animation-play-state: paused;
  }
}
</style>
<style>
 .loop-wrap {
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0));
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0));
  mask-repeat: no-repeat;
  mask-size: cover;
}

</style></div><div class="marquee"><div class="loop-content"><div class="loop-logo-track"><div class="cms-wrap w-dyn-list"><div role="list" class="loop-item-list w-dyn-items"><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68ad4fc2cfcd46968878fe6b_clay-min.png" alt="Clay" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/69e5c8cf7796e1b877aa3089_Tech%20Full-1.svg" alt="Okta" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/698b3d1aee9838ddae9b7e02_Tech%20Full.png" alt="Grammarly" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68fe754d58458969f97c7575_Tech%20Full.svg" alt="Canva" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12909a6576bccd3b8b908_Tech%20Full-1-min.png" alt="Figma" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12a5ada95556b8ff5f3d7_Tech%20Full-9-min.png" alt="Mistral AI" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d129be0e96f8c48ad2e83f_Tech%20Full-6-min.png" alt="Replit" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d128eb93a38a1d0f2dab31_Tech%20Full-min.png" alt="Dropbox" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12b660236d623a5c53cf2_Tech%20Full-20-min.png" alt="Glean" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12a291761e529222254bc_Tech%20Full-8-min.png" alt="Elastic" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12ac22292717a4ba88d75_Tech%20Full-15-min.png" alt="Poshmark" class="client-logo-img"/></div></div></div><div class="cms-wrap w-dyn-list"><div role="list" class="loop-item-list w-dyn-items"><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68ad4fc2cfcd46968878fe6b_clay-min.png" alt="Clay" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/69e5c8cf7796e1b877aa3089_Tech%20Full-1.svg" alt="Okta" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/698b3d1aee9838ddae9b7e02_Tech%20Full.png" alt="Grammarly" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68fe754d58458969f97c7575_Tech%20Full.svg" alt="Canva" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12909a6576bccd3b8b908_Tech%20Full-1-min.png" alt="Figma" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12a5ada95556b8ff5f3d7_Tech%20Full-9-min.png" alt="Mistral AI" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d129be0e96f8c48ad2e83f_Tech%20Full-6-min.png" alt="Replit" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d128eb93a38a1d0f2dab31_Tech%20Full-min.png" alt="Dropbox" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12b660236d623a5c53cf2_Tech%20Full-20-min.png" alt="Glean" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12a291761e529222254bc_Tech%20Full-8-min.png" alt="Elastic" class="client-logo-img"/></div><div role="listitem" class="client-logos w-dyn-item"><img src="https://cdn.prod.website-files.com/65eead4fb17e4a53aebb2a91/68d12ac22292717a4ba88d75_Tech%20Full-15-min.png" alt="Poshmark" class="client-logo-img"/></div></div></div></div></div></div></div></div></div></div></div><div class="section p-132"><div class="container fluid"><div id="w-node-b84f4802-da01-10d3-bc2d-f2df0c30f870-3082ffcc" class="width-85"><div class="content-wrap v gap-12"><h2 class="h2-med t-center">Get up and running in minutes.</h2><p id="w-node-_60f0c539-90d9-6b7d-7dfd-5543d14635d1-3082ffcc" class="t-20 t-center">Reduce downtime with your Rootly reliability starter pack.</p></div><div data-sticky-scroll="" id="w-node-_5faa8c67-e033-87f7-b55c-e4ff7fb30cd7-3082ffcc" class="content-wrap v gap-32"><div data-sticky-card="" id="w-node-ab5d0952-2799-3a94-b749-35e102be5a19-3082ffcc" class="startup-sticky-card"><div id="w-node-aea391cd-dd35-d5fd-2294-c912f8bcd172-3082ffcc" class="content-wrap v gap-20"><h3 class="h3-sml">Incident Response</h3><p id="w-node-_2ea9f0d6-8cf9-fbf5-1677-da15da39a01b-3082ffcc" class="p t-22">Fix issues faster, with fewer people and less effort–directly in Slack.</p><div id="w-node-fc90537d-a0bb-0395-34d5-98275dfeebf2-3082ffcc" class="content-wrap v gap-20"><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Rootly AI and automation</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Response with Slack</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Collaborative Retrospectives</div></div></div></div><img src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/698814f471bd8132d7a4dc98_95741475eead2e9c9acefcb3ce70c47e_1.avif" alt="Screenshot of a Slack conversation in the channel #incident-20250915-customer-cannot-checkout discussing checkout failures and investigation updates." width="385" id="w-node-_955ec593-f1dd-7bea-ba17-715911b0dda1-3082ffcc" class="card-img round auto"/></div><div data-sticky-card="" id="w-node-_37ad8a49-1d9e-0d21-9960-bdd8251bf984-3082ffcc" class="startup-sticky-card"><div id="w-node-_37ad8a49-1d9e-0d21-9960-bdd8251bf985-3082ffcc" class="content-wrap v gap-20"><h3 class="h3-sml">On-call paging</h3><p id="w-node-_37ad8a49-1d9e-0d21-9960-bdd8251bf988-3082ffcc" class="p t-22">Stay ahead of issues with easy-to-setup on-call schedules.</p><div id="w-node-_37ad8a49-1d9e-0d21-9960-bdd8251bf98a-3082ffcc" class="content-wrap v gap-20"><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Alert integrations</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Scheduling and escalation policies</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Apple and Android mobile apps</div></div></div></div><img src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/698814f4c1c10789a920e48a_f755bbc2b41d8ce1510bf4a46a2a1542_2.avif" alt="Smartphone screen displaying an on-call management app with activity and performance metrics against a colorful mountain landscape background, with app store icons." width="385" id="w-node-_37ad8a49-1d9e-0d21-9960-bdd8251bf997-3082ffcc" class="card-img round auto"/></div><div data-sticky-card="" id="w-node-c12bd25b-dd0d-46ba-bfa3-6514b2edb00a-3082ffcc" class="startup-sticky-card"><div id="w-node-c12bd25b-dd0d-46ba-bfa3-6514b2edb00b-3082ffcc" class="content-wrap v gap-20"><h3 class="h3-sml">AI SRE</h3><p id="w-node-c12bd25b-dd0d-46ba-bfa3-6514b2edb00e-3082ffcc" class="p t-22">Quickly identify root causes, impact, and fixes with AI agents.</p><div id="w-node-c12bd25b-dd0d-46ba-bfa3-6514b2edb010-3082ffcc" class="content-wrap v gap-20"><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Root cause analysis</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Suggested fixes</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Integrates with your stack</div></div></div></div><img src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/698814f43ba823fa39facd06_2d387aaae85300d8c3c32e45f784bf5d_3.avif" alt="Screenshot of a root cause analysis report showing missing X-PAY-AUTH header causing payment authorization issues, with code snippet highlighting where the header is missing." width="385" id="w-node-c12bd25b-dd0d-46ba-bfa3-6514b2edb01d-3082ffcc" class="card-img round auto"/></div><div data-sticky-card="" id="w-node-_28d3dfe9-368c-8b2c-fb40-3f8e6d3f90e4-3082ffcc" class="startup-sticky-card"><div id="w-node-_28d3dfe9-368c-8b2c-fb40-3f8e6d3f90e5-3082ffcc" class="content-wrap v gap-20"><h3 class="h3-sml">Status Page</h3><p id="w-node-_28d3dfe9-368c-8b2c-fb40-3f8e6d3f90e8-3082ffcc" class="p t-22">Communicate issues faster and consistently on your status page.</p><div id="w-node-_28d3dfe9-368c-8b2c-fb40-3f8e6d3f90ea-3082ffcc" class="content-wrap v gap-20"><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Public Status page</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Your brand, custom domain</div></div><div class="list-item"><div class="tick-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 2.75C12.1573 2.75 13.1847 3.30638 13.8306 4.16663C14.3742 4.08819 14.9288 4.13814 15.45 4.31165C15.971 4.48514 16.4449 4.77705 16.833 5.16565C17.6521 5.98476 17.9854 7.10519 17.8334 8.16944C18.2734 8.49849 18.6308 8.92548 18.8767 9.41687C19.1226 9.90833 19.2505 10.4504 19.25 11C19.25 12.1573 18.6936 13.1847 17.8334 13.8306C17.9118 14.3742 17.8619 14.9288 17.6884 15.45C17.5149 15.971 17.223 16.4449 16.8344 16.833C16.4463 17.2219 15.9725 17.5146 15.4513 17.6884C14.9299 17.8621 14.3745 17.9119 13.8306 17.8334C13.5015 18.2734 13.0745 18.6308 12.5831 18.8767C12.0917 19.1226 11.5496 19.2505 11 19.25C10.4504 19.2505 9.90833 19.1226 9.41687 18.8767C8.92548 18.6308 8.49849 18.2734 8.16943 17.8334C7.62582 17.9118 7.07117 17.8619 6.55005 17.6884C6.02897 17.5149 5.55508 17.223 5.16699 16.8344C4.77807 16.4463 4.48538 15.9725 4.31165 15.4513C4.13793 14.9299 4.08815 14.3745 4.16663 13.8306C3.72657 13.5015 3.36919 13.0745 3.12329 12.5831C2.87736 12.0917 2.74954 11.5496 2.75 11C2.75 9.84273 3.30638 8.8153 4.16663 8.16944C4.08819 7.62582 4.13814 7.07117 4.31165 6.55005C4.48514 6.02897 4.77705 5.55508 5.16565 5.16699C5.55366 4.77807 6.02753 4.48538 6.54871 4.31165C7.07005 4.13793 7.62554 4.08815 8.16943 4.16663C8.49843 3.7265 8.92547 3.3692 9.41687 3.12329C9.90835 2.87735 10.4504 2.74945 11 2.75ZM14.2764 7.6377C14.0718 7.66375 13.8856 7.77008 13.7594 7.93311L9.9231 12.8973L8.2124 10.9987C8.14477 10.9204 8.06203 10.8566 7.96936 10.8107C7.8767 10.7648 7.77583 10.7379 7.67261 10.7314C7.56939 10.725 7.46545 10.739 7.3678 10.7731C7.27031 10.8072 7.17999 10.8597 7.10327 10.9288C7.02649 10.9981 6.96465 11.0824 6.92066 11.1759C6.87664 11.2696 6.85109 11.3719 6.8468 11.4753C6.84262 11.5785 6.8591 11.682 6.89514 11.7788C6.93124 11.8756 6.98689 11.964 7.05762 12.0393L9.39002 14.6309C9.46612 14.7155 9.56052 14.7825 9.66528 14.8269C9.77019 14.8713 9.88445 14.8929 9.99829 14.8887C10.1119 14.8843 10.2235 14.8547 10.3246 14.8027C10.4258 14.7506 10.5141 14.6766 10.5837 14.5865L14.9907 8.88513C15.1167 8.72201 15.1727 8.51488 15.1465 8.31043C15.1202 8.10589 15.0129 7.91954 14.8497 7.79346C14.6868 7.66759 14.4806 7.61175 14.2764 7.6377Z" fill="CurrentColor"/>
</svg></div><div>Integrated with Slack</div></div></div></div><img src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/698814f4d179a8ca2328c259_ade36f357bc640d39c18ed0cc87ee084_4.avif" alt="Status dashboard for Acme showing some services affected, with checkout and payments marked as affected but mostly operational uptime bars." width="385" id="w-node-_28d3dfe9-368c-8b2c-fb40-3f8e6d3f90f7-3082ffcc" class="card-img round auto"/></div></div></div></div><div class="divider"></div></div><div id="Detect-Notify" class="section p-132"><div class="container fluid"><div id="w-node-a10bf01b-1ab5-8b63-8e98-10d9f2f43eef-3082ffcc" class="width-85"><div class="startup-apply-card"><div class="startup-apply-top"><div class="content-wrap v gap-16"><h2 class="h2-med t-center">Ask about our exclusive Startup discounts.</h2><p id="w-node-_22d8ab3a-6693-4c73-310c-d8c64e10419b-3082ffcc" class="p t-center">All the features of Rootly at a fraction of the price.</p></div><div id="w-node-_3743d934-e635-9929-d6ca-fb0280cc8bf7-3082ffcc" class="content-wrap for-startup"><div id="w-node-_9a8f65c7-f6ec-3623-5e5d-22e58e013e4b-3082ffcc" class="startup-purple-card"><div class="startup-purple-card-content"><p class="p t-16">Up to 50% off</p></div><div class="startup-purple-card-content"><p class="p t-purple">&lt; 100</p><p class="p">employees</p></div><div class="startup-purple-card-content"><p class="p t-purple">&lt; $50m</p><p class="p">raised</p></div><div class="startup-purple-card-content"><p class="p t-purple">&lt; 5 years</p><p class="p">in business</p></div></div><div id="w-node-_18eb202d-4603-fd10-203a-ebd13126eb61-3082ffcc" class="startup-purple-card"><div class="startup-purple-card-content"><p class="p t-16">Pay what you can</p></div><div class="startup-purple-card-content"><p class="p t-purple">&lt; 25</p><p class="p">employees</p></div><div class="startup-purple-card-content"><p class="p">Including</p></div><div class="startup-purple-card-content"><img src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/698843028bce69091b192c2e_Group.avif" alt="Y Combinator logo with stylized Y and text." width="136" class="startup-purple-card-img"/></div></div></div><a href="/demo" id="w-node-_02bb27bf-8248-2195-a3cb-c583286a717e-3082ffcc" class="btn black w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Apply now</div></div><div class="btn-hover-text-wrap abs"><div class="btn-text rel">Book a demo</div></div></div></a></div><div class="tab-quote"><div id="w-node-_15ca87dd-0fad-a817-91eb-1fac0e187581-3082ffcc" class="content-wrap v gap-8"><p id="w-node-_15ca87dd-0fad-a817-91eb-1fac0e187582-3082ffcc" class="p for-quote">&quot;We&#x27;ve been able to cut our resolution times in half and reduce the number of repeat incidents occurring over time. Rootly has been one of our best IT investments in terms of ROl.”</p></div><div id="w-node-d1e0834e-2b09-0be3-05c0-e8b65677c1bf-3082ffcc" class="content-wrap v gap-16"><div class="quote-wrap"><div class="hide w-embed"><style>
.quote-img {
  

  -webkit-mask-image: url('https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68be892a93e92c13ada1a3fe_Union.svg'); 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url('https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68be892a93e92c13ada1a3fe_Union.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
</style></div><img width="68" src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68c08267ba717525717bf76b_geoff-powell-tripadvisor.avif" alt="quote photo" class="quote-img"/><img width="55.5" sizes="56px" alt="quote logo" src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68c081ef970d4ad1d505d3a5_858cd08e81da7cace7fa18f0883025c8_tripadvisor-color.png" srcset="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68c081ef970d4ad1d505d3a5_858cd08e81da7cace7fa18f0883025c8_tripadvisor-color-p-500.png 500w, https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/68c081ef970d4ad1d505d3a5_858cd08e81da7cace7fa18f0883025c8_tripadvisor-color.png 560w" class="quote-logo-img"/></div><p class="p secondary-colour for-quote">Geoff Powell, Sr. Technical Manager</p></div></div></div></div></div></div><div class="section p-100"><div class="container fluid"><div class="content-wrap v gap-20"><h2 id="w-node-_5b4682b3-85e5-f366-5393-797afdf720a9-3082ffcc" class="h2-med">Built for fast moving startups<br/>to move even faster.</h2><div data-stagger-fade="" class="card-col-3"><div id="w-node-_5b4682b3-85e5-f366-5393-797afdf720ad-3082ffcc" class="grid-card"><div class="grid-card-top-wrap"><div class="card-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.111 1.52156C11.1472 2.21604 10.3625 3.12981 9.82153 4.18742C9.28059 5.24503 8.99899 6.41614 8.99998 7.60406V7.65206C9.00598 8.55206 9.17098 9.41606 9.46648 10.2156C9.70648 10.8576 9.16048 11.5806 8.55148 11.2656C7.41963 10.6777 6.45552 9.8122 5.74948 8.75006C5.44648 8.29406 4.77748 8.20556 4.47748 8.66306C3.48822 10.1692 2.97384 11.9376 3.00093 13.7393C3.02801 15.5411 3.59532 17.2932 4.62941 18.7689C5.6635 20.2446 7.11676 21.3759 8.80104 22.0163C10.4853 22.6568 12.3231 22.7769 14.0764 22.3612C15.8297 21.9454 17.4179 21.0129 18.6353 19.6844C19.8527 18.3559 20.6433 16.6925 20.9047 14.9097C21.1661 13.1268 20.8863 11.3065 20.1015 9.68439C19.3168 8.06231 18.0632 6.71315 16.503 5.81156L16.497 5.80106C14.991 4.93363 13.8347 3.56826 13.227 1.94006C13.053 1.47506 12.5115 1.23356 12.111 1.52156ZM13.281 10.7886C13.9884 10.9984 14.6335 11.3789 15.1593 11.8966C15.6851 12.4143 16.0756 13.0533 16.2964 13.7574C16.5172 14.4615 16.5615 15.2091 16.4254 15.9343C16.2894 16.6596 15.9771 17.3403 15.5161 17.9164C15.0551 18.4926 14.4596 18.9467 13.7819 19.2386C13.1042 19.5305 12.3651 19.6513 11.6297 19.5904C10.8943 19.5295 10.1851 19.2888 9.56467 18.8894C8.9442 18.49 8.43142 17.9442 8.07148 17.3001C7.76398 16.7526 8.39398 16.2591 9.00148 16.4151C9.92128 16.6518 10.8841 16.6672 11.811 16.4601C12.243 16.3626 12.4305 15.8811 12.2925 15.4611C12.0978 14.8608 11.9991 14.2336 12 13.6026C12 12.7251 12.189 11.8926 12.5265 11.1411C12.5878 11.0006 12.6983 10.8873 12.8372 10.8224C12.9761 10.7575 13.1339 10.7455 13.281 10.7886Z" fill="#1E1A33"/>
</svg></div><h3 id="w-node-_5b4682b3-85e5-f366-5393-797afdf720b0-3082ffcc" class="h3-card-title">Reliable response</h3></div><p id="w-node-_5b4682b3-85e5-f366-5393-797afdf720b2-3082ffcc" class="p secondary-colour">Repeatable, predictable processes that help you respond faster and avoid downtime.</p></div><div id="w-node-_5b4682b3-85e5-f366-5393-797afdf720b4-3082ffcc" class="grid-card"><div class="grid-card-top-wrap"><div class="card-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.14039 14.3761L6.11664 15.5171C6.5471 15.7656 7.09754 15.6181 7.34606 15.1877C7.59459 14.7572 7.4471 14.2068 7.01664 13.9582L4.39087 12.4422C3.88866 12.1523 3.24649 12.3244 2.95654 12.8266L1.44055 15.4523C1.19202 15.8828 1.33951 16.4332 1.76997 16.6818C2.20044 16.9303 2.75087 16.7828 2.9994 16.3523L4.14039 14.3761Z" fill="#1E1A33"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.8602 9.72018L17.8839 8.57919C17.4535 8.33066 16.9031 8.47815 16.6545 8.90861C16.406 9.33908 16.5535 9.88951 16.9839 10.138L19.6097 11.654C20.1119 11.944 20.7541 11.7719 21.044 11.2697L22.56 8.64393C22.8086 8.21346 22.6611 7.66303 22.2306 7.4145C21.8002 7.16598 21.2497 7.31346 21.0012 7.74393L19.8602 9.72018Z" fill="#1E1A33"/>
<path d="M22.3212 16.0376C22.3212 17.2803 21.3139 18.2876 20.0712 18.2876C18.8286 18.2876 17.8212 17.2803 17.8212 16.0376C17.8212 14.795 18.8286 13.7876 20.0712 13.7876C21.3139 13.7876 22.3212 14.795 22.3212 16.0376Z" fill="#1E1A33"/>
<path d="M6.16985 8.07181C6.16985 9.31446 5.16249 10.3218 3.91985 10.3218C2.67721 10.3218 1.66985 9.31446 1.66985 8.07181C1.66985 6.82917 2.67721 5.82181 3.91985 5.82181C5.16249 5.82181 6.16985 6.82917 6.16985 8.07181Z" fill="#1E1A33"/>
<path d="M19.9935 10.334C20.4881 10.2848 20.8537 9.84246 20.7554 9.35523C20.4928 8.054 19.9447 6.82311 19.1464 5.75326C18.1681 4.44224 16.851 3.42264 15.3366 2.80406C13.8223 2.18548 12.168 1.99131 10.5516 2.24243C9.23256 2.44735 7.97943 2.94248 6.88087 3.68769C6.46952 3.96673 6.4209 4.53853 6.73961 4.91996C7.05831 5.30139 7.62337 5.34679 8.04156 5.07813C8.8837 4.5371 9.83235 4.17576 10.8279 4.02109C12.1211 3.8202 13.4445 3.97553 14.656 4.47039C15.8674 4.96526 16.9211 5.78094 17.7037 6.82975C18.3063 7.63725 18.7306 8.55943 18.9531 9.53535C19.0636 10.02 19.4989 10.3832 19.9935 10.334Z" fill="#1E1A33"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.7554 9.35523C20.8537 9.84246 20.4881 10.2848 19.9935 10.334C19.4989 10.3832 19.0636 10.02 18.9531 9.53535C18.7306 8.55943 18.3063 7.63725 17.7037 6.82975C16.9211 5.78094 15.8674 4.96526 14.656 4.47039C13.4445 3.97553 12.1211 3.8202 10.8279 4.02109C9.83235 4.17576 8.8837 4.5371 8.04156 5.07813C7.62337 5.34679 7.05831 5.30139 6.73961 4.91996C6.4209 4.53853 6.46952 3.96673 6.88087 3.68769C7.97943 2.94248 9.23256 2.44735 10.5516 2.24243C12.168 1.99131 13.8223 2.18548 15.3366 2.80406C16.851 3.42264 18.1681 4.44224 19.1464 5.75326C19.9447 6.82311 20.4928 8.054 20.7554 9.35523Z" fill="#1E1A33"/>
<path d="M4.04516 13.6661C3.55055 13.7153 3.18493 14.1576 3.28326 14.6448C3.54588 15.946 4.09395 17.1769 4.89229 18.2468C5.87058 19.5578 7.18768 20.5774 8.70201 21.196C10.2163 21.8146 11.8706 22.0087 13.487 21.7576C14.8061 21.5527 16.0592 21.0576 17.1578 20.3123C17.5691 20.0333 17.6177 19.4615 17.299 19.0801C16.9803 18.6987 16.4153 18.6532 15.9971 18.9219C15.1549 19.4629 14.2063 19.8243 13.2107 19.9789C11.9176 20.1798 10.5941 20.0245 9.38269 19.5296C8.17122 19.0348 7.11754 18.2191 6.33491 17.1703C5.73234 16.3628 5.30799 15.4406 5.0855 14.4647C4.97502 13.9801 4.53978 13.6169 4.04516 13.6661Z" fill="#1E1A33"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.28326 14.6448C3.18493 14.1576 3.55055 13.7153 4.04516 13.6661C4.53978 13.6169 4.97502 13.9801 5.0855 14.4647C5.30799 15.4406 5.73234 16.3628 6.33491 17.1703C7.11754 18.2191 8.17122 19.0348 9.38269 19.5296C10.5941 20.0245 11.9176 20.1798 13.2107 19.9789C14.2063 19.8243 15.1549 19.4629 15.9971 18.9219C16.4153 18.6532 16.9803 18.6987 17.299 19.0801C17.6177 19.4615 17.5691 20.0333 17.1578 20.3123C16.0592 21.0576 14.8061 21.5527 13.487 21.7576C11.8706 22.0087 10.2163 21.8146 8.70201 21.196C7.18768 20.5774 5.87058 19.5578 4.89229 18.2468C4.09395 17.1769 3.54588 15.946 3.28326 14.6448Z" fill="#1E1A33"/>
<path d="M15.0197 12.002C15.0197 13.6588 13.6766 15.002 12.0197 15.002C10.3629 15.002 9.0197 13.6588 9.0197 12.002C9.0197 10.3451 10.3629 9.00199 12.0197 9.00199C13.6766 9.00199 15.0197 10.3451 15.0197 12.002Z" fill="#1E1A33"/>
</svg></div><h3 id="w-node-_5b4682b3-85e5-f366-5393-797afdf720b7-3082ffcc" class="h3-card-title">Continuous learning</h3></div><p id="w-node-_5b4682b3-85e5-f366-5393-797afdf720b9-3082ffcc" class="p secondary-colour">Advanced insights that identify patterns to help you prevent repeat failures.</p></div><div id="w-node-_5b4682b3-85e5-f366-5393-797afdf720bb-3082ffcc" class="grid-card"><div class="grid-card-top-wrap"><div class="card-icon w-embed"><svg  width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4713 6.36354C10.9268 6.20588 10.9268 5.92559 10.4713 5.75042L8.00131 4.80446C7.56337 4.6468 7.05537 4.13878 6.8802 3.68332L5.93425 1.21331C5.77659 0.757835 5.49631 0.757835 5.32113 1.21331L4.37518 3.68332C4.21753 4.12126 3.70953 4.62928 3.25407 4.80446L0.784098 5.75042C0.328641 5.90809 0.328641 6.18836 0.784098 6.36354L3.25407 7.3095C3.69201 7.46717 4.20001 7.97518 4.37518 8.43065L5.32113 10.9007C5.47879 11.3561 5.75907 11.3561 5.93425 10.9007L6.8802 8.43065C7.03785 7.9927 7.54585 7.48467 8.00131 7.3095L10.4713 6.36354ZM22.5064 15.0175C23.9078 14.6671 23.9078 14.089 22.5064 13.7387L19.4059 12.9679C18.0044 12.6175 16.568 11.1811 16.2176 9.77963L15.4469 6.67898C15.0965 5.27756 14.5185 5.27756 14.1681 6.67898L13.3973 9.77963C13.047 11.1811 11.6106 12.6175 10.2092 12.9679L7.10855 13.7387C5.70716 14.089 5.70716 14.6671 7.10855 15.0175L10.2092 15.7882C11.6106 16.1386 13.047 17.575 13.3973 18.9765L14.1681 22.0771C14.5185 23.4786 15.0965 23.4786 15.4469 22.0771L16.2176 18.9765C16.568 17.575 18.0044 16.1386 19.4059 15.7882L22.5064 15.0175Z" fill="#1E1A33"/>
</svg></div><h3 id="w-node-_5b4682b3-85e5-f366-5393-797afdf720be-3082ffcc" class="h3-card-title">Supercharged with AI</h3></div><p class="p secondary-colour">Automated RCA, fixes, and conversational AI across the platform, even in Slack!</p></div></div><div data-stagger-fade="" class="card-col-3"><div id="w-node-_4f23f271-45ee-687b-5c8f-8d6f7d0ab390-3082ffcc" class="grid-card"><div class="grid-card-top-wrap"><div class="card-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.37 1.6155C14.5927 1.72483 14.7731 1.90473 14.8829 2.12719C14.9928 2.34964 15.026 2.60218 14.9775 2.8455L13.7475 9H19.875C20.0907 8.99998 20.3018 9.06194 20.4832 9.17851C20.6646 9.29508 20.8087 9.46133 20.8983 9.65748C20.988 9.85363 21.0193 10.0714 20.9887 10.2849C20.958 10.4983 20.8667 10.6985 20.7255 10.8615L10.9755 22.1115C10.8128 22.2989 10.5928 22.4273 10.3496 22.4766C10.1064 22.526 9.85367 22.4935 9.63083 22.3843C9.40798 22.2752 9.22749 22.0953 9.11747 21.8729C9.00744 21.6505 8.97405 21.3979 9.0225 21.1545L10.2525 15H4.125C3.90935 15 3.69824 14.938 3.51681 14.8215C3.33538 14.7049 3.19127 14.5387 3.10165 14.3425C3.01203 14.1464 2.98068 13.9286 3.01133 13.7151C3.04197 13.5017 3.13332 13.3015 3.2745 13.1385L13.0245 1.8885C13.1872 1.70086 13.4074 1.57234 13.6508 1.52296C13.8942 1.47357 14.147 1.50611 14.37 1.6155Z" fill="#19181C"/>
</svg></div><h3 id="w-node-_4f23f271-45ee-687b-5c8f-8d6f7d0ab393-3082ffcc" class="h3-card-title">Ready to scale</h3></div><p class="p secondary-colour">Grow into advanced workflows, permissions, and reporting at your own pace.</p></div><div id="w-node-_4f23f271-45ee-687b-5c8f-8d6f7d0ab397-3082ffcc" class="grid-card"><div class="grid-card-top-wrap"><div class="card-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.37868 2.37868C1.81607 2.94129 1.5 3.70435 1.5 4.5V6.75C1.5 15.448 8.552 22.5 17.25 22.5H19.5C20.2957 22.5 21.0587 22.1839 21.6213 21.6213C22.1839 21.0587 22.5 20.2957 22.5 19.5V18.129C22.5 17.268 21.914 16.518 21.08 16.309L16.657 15.204C16.299 15.1145 15.9225 15.1325 15.5748 15.256C15.227 15.3794 14.9234 15.6028 14.702 15.898L13.732 17.191C13.63 17.326 13.483 17.355 13.38 17.317C11.8451 16.7526 10.4513 15.8614 9.29495 14.7051C8.1386 13.5487 7.24738 12.1549 6.683 10.62C6.645 10.517 6.674 10.369 6.809 10.268L8.102 9.298C8.39723 9.07659 8.62055 8.77299 8.74401 8.42522C8.86746 8.07746 8.88554 7.701 8.796 7.343L7.691 2.92C7.482 2.086 6.732 1.5 5.872 1.5H4.5C3.70435 1.5 2.94129 1.81607 2.37868 2.37868Z" fill="#1E1A33"/>
<path d="M19.2803 10.2804C19.421 10.1397 19.5 9.94894 19.5 9.75003C19.5 9.55112 19.421 9.36035 19.2803 9.2197C19.1397 9.07905 18.9489 9.00003 18.75 9.00003H16.06L20.78 4.28003C20.8537 4.21137 20.9128 4.12857 20.9538 4.03657C20.9948 3.94457 21.0168 3.84526 21.0186 3.74455C21.0204 3.64385 21.0018 3.54382 20.9641 3.45043C20.9264 3.35705 20.8703 3.27221 20.799 3.20099C20.7278 3.12977 20.643 3.07363 20.5496 3.03591C20.4562 2.99819 20.3562 2.97966 20.2555 2.98144C20.1548 2.98322 20.0555 3.00526 19.9635 3.04625C19.8715 3.08724 19.7887 3.14634 19.72 3.22003L15 7.94003V5.25003C15 5.05112 14.921 4.86035 14.7803 4.7197C14.6397 4.57905 14.4489 4.50003 14.25 4.50003C14.0511 4.50003 13.8603 4.57905 13.7197 4.7197C13.579 4.86035 13.5 5.05112 13.5 5.25003V9.75003C13.5 9.94894 13.579 10.1397 13.7197 10.2804C13.8603 10.421 14.0511 10.5 14.25 10.5H18.75C18.9489 10.5 19.1397 10.421 19.2803 10.2804Z" fill="#1E1A33"/>
</svg></div><h3 id="w-node-_4f23f271-45ee-687b-5c8f-8d6f7d0ab39a-3082ffcc" class="h3-card-title">Support you can count on</h3></div><p class="p secondary-colour">Responsive, human help when you need it—plus proven best practices to get you live fast.</p></div><div id="w-node-_4f23f271-45ee-687b-5c8f-8d6f7d0ab39e-3082ffcc" class="grid-card"><div class="grid-card-top-wrap"><div class="card-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7497 7.12524C21.7498 7.77308 21.6207 8.41444 21.3701 9.01184C21.1195 9.60924 20.7523 10.1507 20.29 10.6045C19.8278 11.0584 19.2796 11.4156 18.6777 11.6551C18.0758 11.8947 17.4322 12.0119 16.7845 11.9999C15.4056 11.9734 13.8694 12.1837 13.024 13.2715L7.27194 20.667C7.02764 20.9813 6.7193 21.2399 6.36738 21.4259C6.01546 21.6118 5.62802 21.7208 5.23077 21.7455C4.83352 21.7702 4.43555 21.7102 4.06328 21.5693C3.69101 21.4285 3.35296 21.2101 3.07157 20.9286C2.79017 20.6471 2.57187 20.309 2.43116 19.9366C2.29045 19.5643 2.23055 19.1663 2.25543 18.7691C2.2803 18.3719 2.3894 17.9844 2.57546 17.6326C2.76152 17.2807 3.0203 16.9725 3.33462 16.7283L10.7288 10.9762C11.8151 10.1308 12.0268 8.5946 12.0017 7.21577L12.0004 7.12524C12.0001 6.36871 12.176 5.62251 12.514 4.94569C12.852 4.26887 13.3429 3.68002 13.9478 3.22573C14.5528 2.77144 15.2552 2.4642 15.9994 2.32831C16.7436 2.19242 17.5093 2.23161 18.2357 2.44279C18.6884 2.57371 18.7789 3.13499 18.4446 3.46786L15.6215 6.29238C15.5004 6.41011 15.4283 6.56935 15.4197 6.73807C15.4112 6.9068 15.4669 7.0725 15.5756 7.20185C15.953 7.63917 16.3625 8.04864 16.7998 8.42608C16.9291 8.53475 17.0948 8.59042 17.2636 8.58189C17.4323 8.57337 17.5915 8.50128 17.7093 8.38012L20.5324 5.557C20.8653 5.22274 21.4265 5.31327 21.5575 5.76591C21.6828 6.19767 21.7497 6.6531 21.7497 7.12524ZM6.08113 18.9637C6.08113 19.2407 5.97108 19.5064 5.77519 19.7023C5.57929 19.8982 5.3136 20.0083 5.03657 20.0083C4.75953 20.0083 4.49384 19.8982 4.29794 19.7023C4.10205 19.5064 3.992 19.2407 3.992 18.9637C3.992 18.6866 4.10205 18.421 4.29794 18.2251C4.49384 18.0292 4.75953 17.9191 5.03657 17.9191C5.3136 17.9191 5.57929 18.0292 5.77519 18.2251C5.97108 18.421 6.08113 18.6866 6.08113 18.9637Z" fill="#1E1A33"/>
<path d="M16.875 14.089C17.3109 14.089 17.7385 14.0486 18.1522 13.972L20.8848 16.7046C21.4388 17.2587 21.7501 18.0102 21.7501 18.7938C21.7501 19.5773 21.4388 20.3288 20.8848 20.8829C20.3307 21.437 19.5792 21.7483 18.7956 21.7483C18.012 21.7483 17.2606 21.437 16.7065 20.8829L12.7928 16.9693L14.6731 14.5542C14.7427 14.4651 14.8931 14.3342 15.2664 14.2297C15.6536 14.1211 16.1563 14.0765 16.7455 14.0876L16.875 14.089ZM7.82208 6.42886L9.83601 8.4414C9.81885 8.53988 9.79701 8.63748 9.77055 8.73388C9.66609 9.10714 9.53517 9.25895 9.44604 9.32859L8.59645 9.98875L6.42932 7.82162H4.55606C4.49119 7.82162 4.42761 7.8035 4.37248 7.76929C4.31736 7.73508 4.27289 7.68616 4.24409 7.62803L2.36386 3.86758C2.33107 3.80213 2.31975 3.728 2.3315 3.65574C2.34325 3.58349 2.37748 3.51677 2.42932 3.46508L3.46693 2.42747C3.51862 2.37563 3.58534 2.3414 3.6576 2.32965C3.72985 2.3179 3.80398 2.32922 3.86943 2.36201L7.62988 4.24224C7.68775 4.27123 7.73639 4.31579 7.77034 4.3709C7.80429 4.426 7.82221 4.48949 7.82208 4.55421V6.42886Z" fill="#1E1A33"/>
</svg></div><h3 id="w-node-_4f23f271-45ee-687b-5c8f-8d6f7d0ab3a1-3082ffcc" class="h3-card-title">Focus on building, not fixing</h3></div><p class="p secondary-colour">Reduce toil so your engineers spend less time fixing and more time shipping.</p></div></div></div></div></div><div class="section p-100"><div class="section-bg"></div><div class="container fluid"><div id="w-node-bb6f4874-b774-b797-9a35-72cf7cf7c472-7cf7c46e" class="content-wrap v gap-12 max-600"><h2 id="w-node-bb6f4874-b774-b797-9a35-72cf7cf7c473-7cf7c46e" class="h2-sml t-center">You and your teams deserve modern incident management.</h2></div><div id="w-node-bb6f4874-b774-b797-9a35-72cf7cf7c477-7cf7c46e" class="btn-wrap grid-auto"><a href="https://rootly.com/users/sign_up" class="btn gray t-white w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Get started for free</div></div><div class="btn-hover-text-wrap abs"><div class="btn-text rel">Get started for free</div></div></div></a><a href="/demo" class="btn black w-inline-block"><div class="btn-text-wrap"><div class="btn-hover-text-wrap rel"><div class="btn-text rel">Get a demo</div></div><div class="btn-hover-text-wrap abs"><div class="btn-text rel">Book a demo</div></div></div></a></div></div></div><div class="section new-footer"><div class="container for-footer"><div id="w-node-cdcc77d1-7e66-2ccf-b3bd-38fab30d5205-5a689631" class="footer-top-wrap"><div id="w-node-a87f1895-e1db-08b3-c3be-c28ef27da4f5-5a689631" class="form w-form"><form id="wf-form-Subscribe-Form-footer" name="wf-form-Subscribe-Form-footer" data-name="Subscribe Form-footer" method="get" data-webflow-hubspot-api-form-url="https://hubspotonwebflow.com/api/forms/e7a82749-438a-4769-9467-8436a4c0584e" class="form-div for-footer w-node-a87f1895-e1db-08b3-c3be-c28ef27da4f6-5a689631" data-wf-page-id="66fd1c30fe9b7cf13082ffcc" data-wf-element-id="a87f1895-e1db-08b3-c3be-c28ef27da4f6"><input class="form-field for-footer w-node-a87f1895-e1db-08b3-c3be-c28ef27da4f7-5a689631 w-input" data-wfhsfieldname="FormTextInput-2" maxlength="256" name="Email" data-name="Email" placeholder="Join our monthly newsletter" type="email" id="Email" required=""/><input type="submit" data-wait="Please wait..." id="w-node-a87f1895-e1db-08b3-c3be-c28ef27da4fd-5a689631" class="btn for-form for-footer w-button" value="Subscribe"/><input type="hidden" name="hutk" value=""/><input type="hidden" name="ipAddress" value=""/><input type="hidden" name="pageUri" value=""/><input type="hidden" name="pageId" value=""/><input type="hidden" name="pageName" value=""/></form><div class="message for-footer w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="error-state w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div><div class="hide w-embed"><style>
/** form auto filled field is transparent with text color white**/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* transparent bg */
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: white !important; /* text color white */
  transition: background-color 5000s ease-in-out 0s; /* remove yellow flash */
}

</style></div><div class="footer-item-wrap"><div class="footer-link-parent"><div class="footer-link title">Product</div><div class="footer-line"></div><a href="/ai-sre" aria-label="AI" class="footer-link">AI SRE</a><a href="/on-call" aria-label="on call" id="w-node-_5da11c7e-6a15-3a95-f649-e8885a689638-5a689631" class="footer-link">On-Call</a><a href="/incident-response-slack" aria-label="Response" class="footer-link">Incident Response</a><a href="/retrospectives" aria-label="Status Page" class="footer-link">Retrospectives</a><a href="/status-pages" aria-label="Status Page" class="footer-link">Status Page</a><a href="/pricing" aria-label="Pricing" class="footer-link">Pricing</a></div><div id="w-node-_5da11c7e-6a15-3a95-f649-e8885a68965e-5a689631" class="footer-link-parent"><div class="footer-link title">Company</div><div class="footer-line"></div><a href="/careers" aria-label="Careers" class="footer-link">Careers</a><a aria-label="Security" href="https://security.rootly.com/" target="_blank" class="footer-link">Security</a></div><div class="footer-link-parent"><div class="footer-link title">Resources</div><div class="footer-line"></div><a aria-label="Documentation" href="https://docs.rootly.com/help-and-documentation" target="_blank" class="footer-link">Documentation</a><a aria-label="API Reference" href="https://docs.rootly.com/api-reference/overview#/" target="_blank" class="footer-link">API Reference</a><a href="/blog" aria-label="Blog" class="footer-link">Blog</a><a href="https://rootly.com/blog/dora-compliance-checklist" aria-label="Blog" class="footer-link">DORA Compliance</a><a href="/changelog" aria-label="Changelog" class="footer-link">Changelog</a><a aria-label="System Status" href="https://status.rootly.com/" target="_blank" class="footer-link">System Status</a></div><div class="footer-link-parent"><div class="footer-link title">Community</div><div class="footer-line"></div><a aria-label="ai labs" href="/ai-labs" class="footer-link">Rootly AI Labs</a><a href="/humans-of-reliability" aria-label="Humans of Reliability" class="footer-link">Humans of Reliability</a><a href="https://github.com/rootlyhq" aria-label="guthub" id="w-node-_5da11c7e-6a15-3a95-f649-e8885a689658-5a689631" target="_blank" class="footer-link">GitHub</a><a href="/events" aria-label="events" id="w-node-_5da11c7e-6a15-3a95-f649-e8885a68965a-5a689631" class="footer-link">Events</a><a href="/customers" aria-label="Customer Stories" id="w-node-_5da11c7e-6a15-3a95-f649-e8885a68965c-5a689631" class="footer-link">Customer Stories</a></div></div></div><div class="footer-bottom-wrap"><div href="#" id="w-node-_5da11c7e-6a15-3a95-f649-e8885a68966d-5a689631" class="footer-logo-parent"><div class="footer-logo w-embed"><svg width="100%" height="100%" viewBox="0 0 701 138" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M478.487 22.2627C479.159 22.2663 479.832 22.2691 480.504 22.2705C481.091 22.2717 481.678 22.2744 482.265 22.2783C482.574 22.2804 482.885 22.2812 483.194 22.2812C488.071 22.2844 492.399 23.5995 495.897 27.084C497.758 28.964 499.034 31.2902 499.937 33.7578C500.332 34.824 500.748 35.8816 501.17 36.9375C502.048 39.1367 502.91 41.3419 503.759 43.5527C503.848 43.7841 503.936 44.0158 504.025 44.2471C505.145 47.1596 506.235 50.0832 507.322 53.0078C507.376 53.1531 507.376 53.1535 507.431 53.3018C508.237 55.4703 509.035 57.6415 509.829 59.8145C510.687 62.1622 511.553 64.507 512.419 66.8516C512.528 67.1461 512.636 67.4408 512.745 67.7354C513.101 68.6985 513.456 69.6616 513.813 70.624C513.992 71.1042 514.169 71.5846 514.346 72.0654C515.084 74.0758 515.884 76.0517 516.733 78.0176C517.021 78.6843 517.303 79.3537 517.582 80.0244C517.653 80.1944 517.724 80.3644 517.795 80.5342C517.836 80.634 517.878 80.734 517.921 80.8369C517.957 80.9235 517.993 81.0104 518.03 81.0996C518.106 81.305 518.106 81.3052 518.106 81.4873H518.289C518.299 81.4109 518.309 81.3345 518.319 81.2559C518.386 80.9116 518.497 80.599 518.625 80.2744C518.65 80.2094 518.675 80.1442 518.701 80.0771C518.786 79.8589 518.872 79.6408 518.957 79.4229C519.018 79.2656 519.08 79.1075 519.141 78.9502C519.273 78.6087 519.406 78.2672 519.539 77.9258C519.757 77.3665 519.972 76.8063 520.188 76.2461C520.224 76.1499 520.262 76.0533 520.3 75.9541C520.376 75.7571 520.452 75.5603 520.527 75.3633C521.691 72.3352 522.865 69.3105 524.047 66.2891C527.522 57.4012 530.946 48.4931 533.974 39.4414C534.011 39.3306 534.049 39.2196 534.087 39.1055C534.458 37.9941 534.825 36.8818 535.17 35.7617C536.012 33.0262 537.009 30.4428 538.943 28.2705C539.008 28.1964 539.072 28.1223 539.139 28.0459C539.344 27.8128 539.553 27.5842 539.766 27.3574C539.885 27.2293 539.885 27.2294 540.007 27.0986C541.709 25.3116 543.841 24.0578 546.163 23.25C546.26 23.216 546.261 23.2163 546.36 23.1816C548.075 22.5986 549.926 22.3204 551.734 22.3271C551.878 22.3271 551.878 22.3272 552.024 22.3271C552.337 22.3272 552.65 22.3274 552.962 22.3281C553.18 22.3283 553.397 22.329 553.615 22.3291C554.186 22.3294 554.758 22.33 555.329 22.3311C555.913 22.332 556.497 22.3325 557.081 22.333C558.225 22.334 559.368 22.335 560.512 22.3369C560.003 23.6641 559.491 24.99 558.965 26.3105C556.032 33.6803 553.269 41.115 550.576 48.5752C550.463 48.8898 550.349 49.2049 550.235 49.5195C547.509 57.0685 544.904 64.6609 538.821 83.0068C538.524 83.9413 538.218 84.8724 537.911 85.8037C537.162 88.0799 536.436 90.3627 535.717 92.6484C535.458 93.4707 535.198 94.2925 534.938 95.1143C534.065 97.8692 533.198 100.626 532.348 103.388C532.289 103.577 532.231 103.766 532.173 103.955C531.662 105.61 531.661 105.61 531.171 107.271C530.724 108.82 530.178 110.267 529.438 111.702C529.4 111.776 529.362 111.85 529.323 111.927C528.428 113.647 527.38 115.312 526.182 116.837C526.06 116.992 525.94 117.15 525.821 117.308C525.037 118.344 524.192 119.323 523.315 120.282C523.239 120.367 523.162 120.452 523.083 120.54C522.291 121.416 521.477 122.281 520.575 123.046C520.347 123.242 520.126 123.445 519.905 123.648C519.412 124.098 518.902 124.522 518.38 124.938C518.333 124.975 518.287 125.012 518.239 125.051C516.146 126.726 513.941 128.252 511.617 129.593C511.547 129.633 511.477 129.675 511.405 129.717C504.662 133.641 497.221 136.21 485.296 137.899C485.193 137.908 485.091 137.917 484.985 137.926C483.854 138.011 482.72 138.005 481.586 138.003C481.237 138.002 480.888 138.003 480.539 138.004C480.317 138.004 480.095 138.003 479.873 138.003C479.769 138.003 479.664 138.004 479.557 138.004C479.461 138.004 479.365 138.003 479.267 138.003C479.182 138.003 479.098 138.003 479.011 138.003C478.808 137.991 478.808 137.991 478.625 137.899C478.768 137.203 478.966 136.531 479.175 135.852C479.212 135.73 479.249 135.607 479.286 135.485C479.387 135.156 479.488 134.826 479.589 134.496C479.697 134.144 479.805 133.792 479.912 133.44C480.116 132.775 480.32 132.109 480.523 131.443C480.76 130.67 480.997 129.897 481.233 129.123C481.317 128.851 481.4 128.579 481.483 128.307C481.514 128.206 481.515 128.206 481.546 128.104C481.691 127.629 481.836 127.154 481.981 126.68C482.651 124.492 483.318 122.303 483.984 120.114C484.062 119.86 484.139 119.605 484.217 119.351C484.269 119.179 484.322 119.008 484.374 118.836C484.437 118.628 484.501 118.421 484.564 118.214C484.629 118.001 484.69 117.788 484.75 117.574C484.796 117.413 484.796 117.413 484.843 117.249C484.869 117.153 484.896 117.056 484.924 116.957C485.032 116.699 485.096 116.63 485.35 116.522C485.491 116.489 485.633 116.461 485.776 116.438C485.95 116.398 486.123 116.358 486.297 116.317C486.397 116.296 486.497 116.274 486.601 116.252C487.301 116.093 487.991 115.897 488.684 115.707C488.762 115.686 488.84 115.664 488.921 115.642C493.365 114.428 498.069 112.953 501.655 109.968C501.725 109.912 501.796 109.856 501.868 109.798C503.253 108.656 504.218 106.974 504.734 105.278C504.762 105.188 504.762 105.188 504.79 105.096C505.087 104.067 505.165 103.029 505.163 101.963C505.163 101.902 505.162 101.841 505.162 101.778C505.143 96.6728 502.928 91.7273 501.043 87.0723C500.891 86.6958 500.738 86.319 500.586 85.9424C499.613 83.5332 498.636 81.1259 497.634 78.7285C497.443 78.2721 497.253 77.8155 497.064 77.3584C495.557 73.7141 494.011 70.0859 492.463 66.459C492.021 65.4248 491.581 64.3899 491.14 63.3555C490.922 62.8441 490.703 62.3327 490.485 61.8213C490.442 61.72 490.398 61.619 490.354 61.5146C490.04 60.7789 489.726 60.0424 489.412 59.3066C489.014 58.3738 488.616 57.4408 488.219 56.5078C488.026 56.0547 487.832 55.6015 487.639 55.1484C486.672 52.8829 485.715 50.6126 484.766 48.3398C484.654 48.0719 484.542 47.804 484.43 47.5361C484.235 47.0698 484.04 46.6031 483.845 46.1367C483.772 45.9623 483.699 45.7876 483.626 45.6133C482.581 43.1132 481.551 40.6067 480.545 38.0908C480.474 37.9149 480.404 37.7384 480.334 37.5625C479.762 36.134 479.762 36.1341 479.48 35.4277C478.548 33.0882 477.573 30.7734 476.542 28.4756C474.146 23.1192 474.146 23.1188 474.146 22.2461C475.593 22.2495 477.04 22.2548 478.487 22.2627ZM336.211 22.5986C343.229 22.4932 349.99 23.7588 356.263 26.9893C356.374 27.0467 356.487 27.1034 356.599 27.1602C359.742 28.7548 362.86 30.9521 365.318 33.4854C365.486 33.6533 365.66 33.8085 365.841 33.9629C366.438 34.4778 366.984 35.0396 367.497 35.6377C367.673 35.8387 367.853 36.0349 368.035 36.2305C368.548 36.7823 369.034 37.349 369.502 37.9395C369.573 38.0291 369.645 38.1186 369.718 38.2109C372.366 41.6011 374.495 45.3706 375.899 49.4404C375.931 49.5312 375.963 49.6223 375.995 49.7158C377.17 53.1547 377.813 56.6871 378.094 60.3037C378.1 60.3842 378.107 60.4649 378.113 60.5479C378.652 67.6415 377.445 74.9038 374.529 81.3896C374.477 81.5067 374.477 81.5066 374.424 81.626C373.301 84.1388 371.839 86.5254 370.143 88.6914C370.057 88.802 369.971 88.9128 369.886 89.0234C368.662 90.6023 367.327 92.0682 365.914 93.4795C365.749 93.6446 365.584 93.8107 365.42 93.9766C364.798 94.6006 364.163 95.1742 363.471 95.7207C363.371 95.8049 363.272 95.8898 363.174 95.9756C361.229 97.6671 359.051 99.0418 356.799 100.284C356.729 100.323 356.659 100.363 356.587 100.403C352.408 102.733 347.714 104.009 342.999 104.666C342.884 104.682 342.769 104.699 342.651 104.716C339.061 105.202 335.065 105.205 331.483 104.666C331.371 104.65 331.259 104.634 331.144 104.617C323.909 103.559 317.031 100.595 311.519 95.752C311.299 95.5626 311.072 95.382 310.846 95.2012C310.452 94.8823 310.095 94.5412 309.741 94.1787C309.565 94.0025 309.385 93.8391 309.195 93.6777C308.53 93.1062 307.913 92.4751 307.344 91.8086C307.171 91.6096 306.992 91.4158 306.812 91.2227C306.344 90.718 305.893 90.2037 305.465 89.6641C305.379 89.556 305.293 89.4474 305.206 89.3398C300.631 83.6559 297.89 76.8973 296.873 69.7119C296.848 69.537 296.822 69.3623 296.796 69.1875C296.276 65.5236 296.32 61.4055 296.846 57.7471C296.864 57.6183 296.882 57.4891 296.899 57.3604C297.446 53.4754 298.483 49.718 300.136 46.1543C300.172 46.074 300.209 45.9939 300.247 45.9111C301.375 43.4307 302.784 41.0671 304.479 38.9316C304.606 38.7714 304.73 38.6092 304.853 38.4463C306.002 36.9234 307.295 35.5292 308.639 34.1768C308.73 34.0851 308.821 33.9933 308.912 33.9014C309.452 33.3554 310.006 32.8426 310.608 32.3652C310.815 32.199 311.012 32.0267 311.206 31.8467C313.324 29.9499 315.817 28.4019 318.323 27.0771C318.398 27.0375 318.473 26.997 318.55 26.9561C323.95 24.1173 330.123 22.6999 336.211 22.5986ZM248.476 21.6836C255.494 21.5782 262.255 22.8447 268.527 26.0752C268.639 26.1326 268.75 26.1894 268.862 26.2461C272.005 27.8407 275.125 30.038 277.583 32.5713C277.751 32.7393 277.925 32.8944 278.105 33.0488C278.703 33.5636 279.249 34.1247 279.762 34.7227C279.937 34.9236 280.118 35.1199 280.3 35.3154C280.812 35.8673 281.299 36.4349 281.767 37.0254C281.838 37.1151 281.909 37.2045 281.982 37.2969C284.63 40.6871 286.76 44.4564 288.164 48.5264C288.195 48.6172 288.227 48.7082 288.26 48.8018C289.434 52.2406 290.077 55.7721 290.357 59.3887C290.364 59.4693 290.37 59.5507 290.377 59.6338C290.916 66.7272 289.71 73.9889 286.794 80.4746C286.742 80.5918 286.742 80.5923 286.688 80.7119C285.566 83.2248 284.103 85.6113 282.407 87.7773C282.322 87.8879 282.236 87.9987 282.15 88.1094C280.927 89.6882 279.592 91.1542 278.179 92.5654C278.014 92.7305 277.849 92.8957 277.685 93.0615C277.063 93.6858 276.428 94.26 275.735 94.8066C275.636 94.8908 275.537 94.9757 275.438 95.0615C273.494 96.753 271.316 98.1277 269.063 99.3701C268.993 99.4093 268.924 99.4489 268.852 99.4893C264.673 101.819 259.979 103.095 255.264 103.752C255.149 103.768 255.034 103.785 254.916 103.802C251.326 104.288 247.329 104.291 243.748 103.752C243.636 103.736 243.524 103.72 243.408 103.703C236.174 102.645 229.296 99.6804 223.783 94.8369C223.564 94.6476 223.337 94.4679 223.11 94.2871C222.717 93.9682 222.359 93.6271 222.006 93.2646C221.83 93.0885 221.65 92.925 221.46 92.7637C220.795 92.1921 220.178 91.5611 219.608 90.8945C219.435 90.6955 219.257 90.5018 219.077 90.3086C218.608 89.8038 218.158 89.2888 217.729 88.749C217.644 88.641 217.557 88.5333 217.471 88.4258C212.896 82.7418 210.153 75.9833 209.137 68.7979C209.112 68.623 209.086 68.4482 209.061 68.2734C208.54 64.6095 208.584 60.4914 209.11 56.833C209.128 56.7042 209.146 56.5751 209.164 56.4463C209.711 52.5612 210.747 48.804 212.4 45.2402C212.437 45.1598 212.474 45.079 212.512 44.9961C213.64 42.5159 215.049 40.1529 216.744 38.0176C216.87 37.8574 216.994 37.6951 217.117 37.5322C218.267 36.0093 219.559 34.6151 220.903 33.2627C220.994 33.171 221.086 33.0793 221.177 32.9873C221.716 32.4413 222.271 31.9285 222.873 31.4512C223.08 31.2849 223.276 31.1117 223.471 30.9316C225.588 29.0351 228.082 27.4868 230.588 26.1621C230.663 26.1225 230.737 26.0828 230.814 26.042C236.215 23.2033 242.387 21.7848 248.476 21.6836ZM405.876 23.9727H420.59V41.2246H405.876C405.884 47.1318 405.884 47.1319 405.895 53.0391C405.896 53.8366 405.898 54.6341 405.899 55.4316C405.9 55.5816 405.9 55.5824 405.9 55.7354C405.904 57.346 405.905 58.9568 405.907 60.5674C405.909 62.222 405.913 63.8766 405.917 65.5312C405.919 66.5512 405.92 67.5719 405.921 68.5918C405.921 69.2925 405.924 69.9937 405.926 70.6943C405.927 71.0976 405.928 71.501 405.928 71.9043C405.925 75.992 406.579 79.6284 409.531 82.666C412.595 85.6735 416.557 85.9383 420.682 86.0439V102.931C410.614 102.931 402.314 101.533 395.092 94.4414C394.265 93.6102 393.508 92.7343 392.807 91.7949C392.749 91.719 392.75 91.7181 392.691 91.6406C388.291 85.7625 387.121 78.7751 387.129 71.6074V68.541C387.129 67.5743 387.13 66.6073 387.13 65.6406C387.13 64.0141 387.13 62.3873 387.131 60.7607C387.131 59.1511 387.132 57.5412 387.132 55.9316V54.1016C387.132 50.4996 387.133 46.8969 387.134 43.2949C387.135 39.7966 387.134 36.2982 387.135 32.7998C387.135 32.6919 387.136 32.5838 387.136 32.4727C387.136 31.389 387.136 30.3053 387.136 29.2217C387.136 27.0143 387.136 24.807 387.137 22.5996C387.137 22.4982 387.137 22.3965 387.137 22.292C387.137 19.1824 387.137 16.0725 387.138 12.9629C387.138 12.8747 387.138 12.7862 387.138 12.6953C387.138 9.12142 387.14 5.54753 387.141 1.97363H405.876V23.9727ZM196.253 22.4229C198.355 22.4247 200.457 22.4268 202.622 22.4287V40.1377C197.447 40.1719 197.447 40.1713 195.825 40.1807C195.337 40.1843 195.337 40.1846 194.849 40.1885C194.635 40.1901 194.421 40.1914 194.207 40.1924C190.131 40.2121 186.261 40.7736 183.064 43.5146C182.943 43.6156 182.943 43.6158 182.819 43.7188C179.993 46.1624 178.82 49.7409 178.531 53.3574C178.468 54.2459 178.469 55.1342 178.47 56.0244C178.469 56.2271 178.468 56.4301 178.468 56.6328C178.466 57.1838 178.466 57.7352 178.466 58.2861C178.466 58.8211 178.464 59.3566 178.463 59.8916C178.461 60.9844 178.46 62.0771 178.459 63.1699C178.458 64.2507 178.456 65.3323 178.454 66.4131C178.454 66.4804 178.454 66.5479 178.454 66.6172C178.454 66.9596 178.453 67.3021 178.452 67.6445C178.448 70.0648 178.445 72.485 178.442 74.9053C178.44 77.2551 178.436 79.6052 178.433 81.9551C178.433 82.0275 178.432 82.1001 178.432 82.1748C178.431 82.9033 178.43 83.6318 178.429 84.3604C178.426 85.8443 178.424 87.3285 178.422 88.8125C178.422 88.8807 178.422 88.9493 178.422 89.0195C178.419 91.1087 178.416 93.1979 178.413 95.2871C178.413 95.404 178.412 95.5212 178.412 95.6416C178.409 97.9827 178.406 100.324 178.403 102.665H159.76C159.754 96.6385 159.753 96.6384 159.752 94.7725C159.752 94.7061 159.752 94.6397 159.752 94.5713C159.75 92.329 159.749 90.0861 159.748 87.8438C159.748 87.7706 159.748 87.6974 159.748 87.6221C159.747 86.03 159.746 84.4378 159.745 82.8457C159.745 82.0648 159.745 81.2838 159.744 80.5029C159.744 80.4253 159.744 80.3476 159.744 80.2676C159.743 77.7537 159.741 75.2395 159.738 72.7256C159.736 70.14 159.734 67.5543 159.733 64.9688V63.6523C159.733 62.4975 159.732 61.3423 159.73 60.1875C159.729 59.0238 159.728 57.86 159.729 56.6963C159.729 56.0668 159.728 55.4371 159.727 54.8076C159.706 45.4988 162.215 37.7775 168.842 31.0547C169.183 30.7197 169.541 30.4074 169.904 30.0967C169.997 30.0152 170.09 29.9332 170.183 29.8516C172.308 27.994 174.665 26.4694 177.215 25.2588C177.281 25.2266 177.349 25.1943 177.417 25.1611C182.165 22.8689 187.278 22.41 192.469 22.4199C192.792 22.4205 193.115 22.4199 193.438 22.4199C194.377 22.4204 195.315 22.4217 196.253 22.4229ZM441.167 1.54883C441.996 1.55476 442.826 1.56083 443.655 1.56641C444.261 1.57047 444.866 1.57468 445.472 1.5791C445.789 1.58141 446.106 1.58388 446.423 1.58594C448.453 1.59919 450.483 1.62724 452.513 1.65625C452.892 1.66166 453.271 1.6665 453.65 1.67188C454.389 1.68234 455.128 1.69356 455.866 1.7041C455.866 1.7568 455.865 1.80996 455.864 1.86426C455.821 7.63769 455.778 13.4111 455.735 19.1846C455.735 19.2714 455.734 19.3587 455.733 19.4482C455.719 21.3382 455.705 23.2282 455.691 25.1182C455.685 26.0457 455.678 26.9738 455.671 27.9014C455.67 28.0395 455.669 28.0396 455.668 28.1807C455.646 31.147 455.624 34.1138 455.602 37.0801C455.579 40.14 455.556 43.1999 455.533 46.2598C455.53 46.6966 455.528 47.1335 455.524 47.5703C455.523 47.6992 455.523 47.6996 455.522 47.8311C455.514 49.0224 455.504 50.2139 455.495 51.4053C455.463 55.6439 455.433 59.8824 455.41 64.1211C455.409 64.3222 455.407 64.5235 455.406 64.7246C455.397 66.3278 455.39 67.931 455.387 69.5342C455.386 69.966 455.385 70.3983 455.383 70.8301C455.38 71.3223 455.379 71.8144 455.379 72.3066C455.379 72.482 455.378 72.6577 455.377 72.833C455.367 74.3307 455.498 75.8199 455.929 77.2617C455.963 77.3798 455.963 77.3805 455.998 77.501C456.234 78.2677 456.571 78.9606 456.963 79.6582C457.01 79.7442 457.057 79.8304 457.105 79.9189C457.429 80.4861 457.82 80.9872 458.242 81.4844C458.305 81.5595 458.368 81.6346 458.433 81.7119C460.552 84.1614 463.664 85.3404 466.833 85.5918C467.383 85.6185 467.933 85.6291 468.483 85.6426C468.634 85.6465 468.784 85.6513 468.935 85.6553C469.3 85.665 469.666 85.6736 470.031 85.6826C470.021 87.1701 470.012 88.6581 470.001 90.1455C469.996 90.8366 469.991 91.5277 469.986 92.2188C469.963 95.6697 469.925 99.1201 469.849 102.57C469.185 102.575 468.522 102.577 467.858 102.579C467.55 102.58 467.241 102.582 466.933 102.584C464.855 102.597 462.803 102.522 460.749 102.193C460.69 102.184 460.63 102.175 460.569 102.165C455.613 101.372 450.909 99.4489 447.001 96.2715C446.954 96.2334 446.907 96.1955 446.858 96.1562C445.226 94.8237 443.738 93.3682 442.464 91.6885C442.382 91.5803 442.299 91.4717 442.216 91.3643C441.473 90.4015 440.842 89.3843 440.237 88.3301C440.2 88.2664 440.164 88.2023 440.126 88.1367C438.455 85.2345 437.52 81.9007 437.016 78.6084C437.002 78.5201 436.989 78.4318 436.975 78.3408C436.655 76.1049 436.647 73.866 436.656 71.6133C436.658 71.2432 436.659 70.873 436.659 70.5029C436.662 69.1124 436.667 67.7216 436.674 66.3311C436.674 66.2142 436.674 66.0969 436.675 65.9766C436.692 62.1491 436.716 58.3216 436.741 54.4941C436.748 53.4086 436.755 52.3229 436.762 51.2373C436.762 51.159 436.763 51.0807 436.764 51C436.766 50.6817 436.768 50.3633 436.77 50.0449C436.788 47.0864 436.807 44.1275 436.826 41.1689C436.843 38.5626 436.86 35.956 436.876 33.3496C436.895 30.3927 436.913 27.4354 436.932 24.4785C436.933 24.2406 436.935 24.0026 436.937 23.7646C436.938 23.6068 436.938 23.4489 436.939 23.291C436.946 22.2075 436.953 21.1236 436.96 20.04C436.971 18.2293 436.983 16.4182 436.995 14.6074C436.996 14.5061 436.995 14.5059 436.996 14.4023C437.024 10.1085 437.062 5.81491 437.13 1.52148C438.475 1.53064 439.822 1.5392 441.167 1.54883ZM339.141 40.7812C333.969 40.5426 329.082 41.8174 324.994 45.0596C324.915 45.1215 324.835 45.1832 324.753 45.2471C323.118 46.5473 321.677 48.0467 320.425 49.7148C320.387 49.7651 320.348 49.8154 320.309 49.8672C316.604 54.7596 315.093 61.223 315.909 67.2744C315.949 67.5376 315.992 67.8003 316.038 68.0625C316.053 68.1495 316.068 68.2365 316.084 68.3262C316.443 70.2965 317.078 72.1964 317.957 73.9951C317.99 74.0636 318.023 74.1326 318.058 74.2031C318.89 75.9025 319.947 77.4712 321.156 78.9248C321.199 78.9765 321.241 79.0287 321.285 79.082C322.264 80.2693 323.322 81.3542 324.537 82.3018C324.632 82.3798 324.728 82.4587 324.823 82.5371C327.689 84.8783 331.191 86.3998 334.865 86.8662C334.93 86.8747 334.994 86.8838 335.061 86.8926C340.307 87.5062 345.461 85.9526 349.608 82.7285C351.194 81.4722 352.727 80.072 353.966 78.4688C354.038 78.3793 354.11 78.2894 354.184 78.1973C358.071 73.3196 359.674 67.0541 358.98 60.8906C358.418 56.4934 356.671 52.4227 353.874 48.9844C353.809 48.9042 353.809 48.9041 353.742 48.8223C353.458 48.475 353.166 48.1343 352.869 47.7979C352.826 47.7494 352.783 47.7012 352.739 47.6514C349.273 43.7488 344.409 41.1029 339.141 40.7812ZM251.405 39.8662C246.234 39.6275 241.346 40.9024 237.259 44.1445C237.179 44.2066 237.1 44.2691 237.018 44.333C235.383 45.6332 233.941 47.1327 232.689 48.8008C232.651 48.851 232.613 48.9014 232.573 48.9531C228.869 53.8456 227.357 60.309 228.174 66.3604C228.213 66.6234 228.257 66.8855 228.303 67.1475C228.318 67.2346 228.333 67.3223 228.349 67.4121C228.707 69.3825 229.342 71.2823 230.222 73.0811C230.255 73.1495 230.288 73.2185 230.322 73.2891C231.154 74.9883 232.211 76.5572 233.421 78.0107C233.463 78.0624 233.506 78.1138 233.55 78.167C234.529 79.3544 235.586 80.4401 236.802 81.3877C236.897 81.4657 236.993 81.5437 237.088 81.6221C239.954 83.9634 243.455 85.4857 247.13 85.9521C247.194 85.9607 247.259 85.9688 247.325 85.9775C252.571 86.5911 257.725 85.0385 261.873 81.8145C263.459 80.558 264.992 79.1571 266.23 77.5537C266.302 77.4644 266.374 77.3753 266.448 77.2832C270.336 72.4055 271.939 66.1401 271.245 59.9766C270.683 55.5792 268.936 51.5087 266.139 48.0703C266.073 47.9899 266.074 47.9892 266.007 47.9072C265.723 47.5601 265.431 47.2201 265.134 46.8838C265.091 46.8354 265.048 46.7862 265.004 46.7363C261.538 42.8339 256.674 40.1879 251.405 39.8662Z" fill="#FBFAFF"/>
<path d="M12.0908 83.1133C15.4753 83.1026 18.8501 83.1875 22.2236 83.4746C22.3588 83.4859 22.359 83.4856 22.4971 83.4971C25.928 83.7853 29.339 84.2244 32.7217 84.8672C32.8303 84.8878 32.8309 84.8872 32.9414 84.9082C38.1574 85.903 43.2281 87.4143 47.9844 89.7959C48.0694 89.8383 48.1546 89.8812 48.2422 89.9248C51.8454 91.7293 55.4172 94.309 57.8545 97.5547C57.9105 97.628 57.9667 97.7018 58.0244 97.7773C58.152 97.9456 58.2787 98.1147 58.4033 98.2852C58.6604 98.0369 58.8862 97.7799 59.1055 97.498C59.427 97.0925 59.764 96.7051 60.1133 96.3232C60.2541 96.1689 60.3942 96.0133 60.5322 95.8564C60.8966 95.4431 61.2648 95.059 61.6865 94.7041C61.898 94.5247 62.1008 94.3373 62.3047 94.1494C63.748 92.8542 65.3984 91.7519 67.0859 90.7998C67.2029 90.7337 67.2036 90.7336 67.3232 90.666C74.3335 86.7346 82.3357 84.9884 98.1592 83.3154C98.2306 83.3118 98.3024 83.3075 98.376 83.3037C99.7407 83.2351 101.102 83.2077 102.469 83.2051C102.675 83.2045 102.882 83.2038 103.089 83.2031C103.745 83.2014 104.402 83.2014 105.059 83.2012C105.17 83.2011 105.282 83.2003 105.396 83.2002C110.732 83.1968 110.733 83.1976 113.262 83.3496C113.358 83.3554 113.454 83.3613 113.553 83.3672C114.641 83.4352 115.722 83.5407 116.803 83.6797C116.813 84.3245 116.79 84.9547 116.721 85.5957C116.712 85.6805 116.703 85.7652 116.694 85.8525C116.666 86.1294 116.636 86.4068 116.606 86.6836C116.586 86.8773 116.565 87.0709 116.545 87.2646C116.503 87.6692 116.46 88.074 116.417 88.4785C116.362 88.9969 116.308 89.5157 116.254 90.0342C116.212 90.4339 116.17 90.8337 116.128 91.2334C116.108 91.4245 116.087 91.6155 116.067 91.8066C116.039 92.0734 116.012 92.3407 115.983 92.6074C115.975 92.686 115.966 92.7647 115.958 92.8457C115.92 93.2027 115.877 93.5526 115.798 93.9033C115.687 93.8955 115.575 93.8879 115.46 93.8799C115.037 93.8502 114.614 93.8212 114.19 93.792C114.009 93.7794 113.828 93.7666 113.646 93.7539C113.382 93.7353 113.117 93.7165 112.853 93.6982C112.736 93.69 112.736 93.6901 112.617 93.6816C110.999 93.5714 109.382 93.523 107.761 93.5195C107.574 93.5189 107.387 93.5192 107.2 93.5186C106.607 93.5168 106.013 93.5158 105.419 93.5156C105.318 93.5156 105.216 93.5157 105.112 93.5156C102.107 93.5145 99.1155 93.5385 96.1191 93.792C95.8728 93.8126 95.6264 93.8316 95.3799 93.8506C87.3771 94.4749 78.7511 95.8538 67.4287 103.659C65.346 106.251 64.6997 108.954 64.4355 112.251H52.3711C52.3108 111.498 52.2506 110.745 52.1885 109.969C51.5416 106.093 49.4007 103.106 46.2422 100.841C39.2167 95.9338 29.7948 94.5039 21.1797 93.832C20.9329 93.8127 20.6862 93.7923 20.4395 93.7715C17.5711 93.5341 14.7034 93.5116 11.8271 93.5098C11.5356 93.5095 11.2437 93.5093 10.9521 93.5088C7.62689 93.5045 4.3235 93.6457 1.00879 93.9033C0.780549 92.0909 0.588193 90.2751 0.401367 88.458C0.359723 88.0532 0.317786 87.6479 0.275391 87.2432C0.242388 86.9271 0.210201 86.611 0.177734 86.2949C0.162328 86.1456 0.146577 85.996 0.130859 85.8467C0.0515762 85.0921 -0.0160064 84.3488 0.00390625 83.5889C1.1041 83.4634 2.2054 83.3765 3.31055 83.3096C3.42794 83.3023 3.54604 83.2945 3.66699 83.2871C3.98846 83.2682 4.31023 83.2506 4.63184 83.2344C4.77704 83.2269 4.92222 83.2191 5.06738 83.2109C7.01497 83.1038 8.96518 83.115 10.915 83.1152C11.3069 83.1152 11.699 83.1145 12.0908 83.1133ZM57.4902 49.9033C57.8279 50.0158 57.9098 50.1451 58.1299 50.4219C58.203 50.5135 58.2762 50.6058 58.3516 50.7002C58.4092 50.7734 58.4098 50.7738 58.4688 50.8486C58.5848 50.9957 58.702 51.142 58.8193 51.2881C60.7435 53.696 62.4695 56.2443 63.7959 59.0312C63.8286 59.0985 63.8618 59.166 63.8955 59.2354C65.6016 62.7588 66.5992 66.9804 65.3496 70.8066C64.5734 72.9521 63.1878 74.6726 61.1328 75.6963C60.1461 76.1284 59.1779 76.3338 58.1016 76.3232C58.0018 76.3225 57.9016 76.3221 57.7988 76.3213C55.7975 76.2796 54.1937 75.4156 52.8174 73.9902C50.7998 71.6908 50.2146 68.5759 50.3613 65.6035C50.5666 62.7304 51.496 59.9697 52.7373 57.3877C52.7758 57.3069 52.8148 57.2258 52.8545 57.1426C54.0225 54.7052 55.5146 51.7939 57.4902 49.9033ZM96.0557 55.0723C97.5757 55.0762 99.0377 55.1819 100.533 55.4717C100.634 55.4908 100.736 55.5096 100.84 55.5293C103.036 55.9544 105.173 56.5984 107.257 57.4053C107.315 57.4277 107.373 57.4505 107.433 57.4736C108.224 57.7817 108.997 58.1198 109.765 58.4834C109.485 59.0043 109.154 59.4581 108.787 59.9209C108.73 59.9935 108.673 60.0668 108.614 60.1416C108.182 60.6899 107.746 61.2346 107.297 61.7695C107.258 61.8158 107.219 61.8625 107.18 61.9102C106.043 63.2695 104.84 64.6304 103.491 65.7842C103.327 65.9248 103.165 66.0676 103.003 66.2109C99.6683 69.1498 95.5786 71.3558 91.0293 71.0801C89.0035 70.9038 87.2558 70.0483 85.8193 68.6162C85.7626 68.5606 85.7059 68.5046 85.6475 68.4473C84.2867 67.0118 83.8496 65.1435 83.875 63.2256C83.9393 61.2253 84.9747 59.5265 86.4023 58.1816C88.1881 56.6381 90.2696 55.7157 92.582 55.2891C92.7129 55.2647 92.7134 55.2641 92.8467 55.2393C93.8253 55.0778 94.7973 55.0702 95.7871 55.0723C95.9198 55.0723 95.9202 55.0722 96.0557 55.0723ZM20.4014 55.0723C21.8526 55.0639 23.2566 55.2077 24.6514 55.626C24.7308 55.6494 24.8107 55.6721 24.8926 55.6963C27.3841 56.4552 29.7197 57.9995 31.043 60.2861C31.9534 61.996 32.1204 63.8271 31.626 65.6895C31.2457 66.918 30.6055 67.8808 29.707 68.793C29.6375 68.8636 29.5677 68.9341 29.4961 69.0068C27.7797 70.648 25.5071 71.1393 23.2012 71.0977C19.7097 70.9831 16.4606 69.2084 13.8047 67.0586C13.7122 66.9855 13.6197 66.9122 13.5244 66.8369C12.5358 66.0465 11.6222 65.17 10.7275 64.2764C10.588 64.1372 10.4479 63.9987 10.3076 63.8604C9.79381 63.35 9.31687 62.8263 8.86426 62.2598C8.71726 62.076 8.56703 61.8978 8.41113 61.7217C7.7023 60.9204 7.06717 60.0731 6.44141 59.2061C6.34916 59.0792 6.25362 58.954 6.15625 58.8311C6.03635 58.6608 6.03613 58.6605 6.03613 58.4785C9.85435 56.5529 14.5159 55.1035 18.8252 55.082C18.9509 55.0813 18.9509 55.0809 19.0791 55.0801C19.2557 55.0792 19.4328 55.0795 19.6094 55.0791C19.8733 55.0782 20.1374 55.0751 20.4014 55.0723ZM24.1543 31.8994C29.1405 31.523 34.5287 32.0613 38.4834 35.3838C38.567 35.449 38.567 35.4491 38.6523 35.5156C39.1608 35.9214 39.5478 36.4242 39.9453 36.9355C40.0099 37.0169 40.0741 37.0988 40.1406 37.1826C41.3689 38.7863 41.87 40.7564 41.6426 42.7549C41.4062 44.1237 40.8525 45.2856 39.9453 46.3379C39.8512 46.4473 39.8508 46.4471 39.7549 46.5586C38.3326 48.0872 36.2803 48.803 34.2334 48.9053C30.8158 48.9865 27.7146 47.2425 25.2676 44.9883C25.1194 44.8518 24.969 44.7167 24.8174 44.584C24.2722 44.1064 23.7849 43.5999 23.3115 43.0518C23.2357 42.9658 23.1601 42.8796 23.082 42.791C20.9623 40.3641 19.2815 37.562 17.8242 34.6992C17.7666 34.5861 17.7086 34.4731 17.6504 34.3604C17.5697 34.2034 17.49 34.0455 17.4111 33.8877C17.3658 33.7976 17.3202 33.707 17.2734 33.6143C17.1827 33.3607 17.1827 33.2573 17.2803 33.0107C19.488 32.5164 21.6926 32.0903 23.9512 31.915C24.0515 31.9071 24.052 31.9075 24.1543 31.8994ZM88.2432 31.8184C91.6221 31.7436 95.3956 31.9842 98.6162 33.1025C98.4876 33.521 98.3179 33.906 98.1191 34.2949C98.0874 34.3575 98.0552 34.4199 98.0225 34.4844C97.9528 34.6211 97.8836 34.7581 97.8135 34.8945C97.7389 35.0399 97.6646 35.1853 97.5908 35.3311C96.2135 38.0513 94.5694 40.6904 92.4961 42.9404C92.327 43.1246 92.1642 43.3128 92.002 43.5029C91.2891 44.3167 90.511 45.0322 89.6602 45.6992C89.5723 45.7714 89.4841 45.8437 89.3936 45.918C86.8946 47.9241 83.817 49.0858 80.5938 48.7842C78.8241 48.5545 77.3054 47.7614 76.042 46.5205C75.9462 46.4266 75.9465 46.426 75.8486 46.3301C74.5738 44.9922 74.0003 43.2348 74.0312 41.4092C74.1354 39.6129 74.8783 38.0174 76.042 36.6621C76.1049 36.5882 76.1686 36.5146 76.2334 36.4385C78.9651 33.3176 83.0311 32.1663 87.0479 31.8643C87.446 31.8393 87.8444 31.8289 88.2432 31.8184ZM57.2168 11.5615C57.9507 11.8938 58.4269 12.6216 58.9189 13.2334C59.0575 13.4036 59.1985 13.5714 59.3398 13.7393C60.1096 14.6562 60.8266 15.6005 61.5117 16.582C61.5512 16.6382 61.5911 16.6951 61.6318 16.7529C64.4584 20.787 66.8913 25.9117 66.0645 30.9648C65.6455 33.2478 64.5326 35.3375 62.6006 36.6777C60.8624 37.7896 58.952 38.2236 56.9141 37.8398C55.8172 37.5653 54.8925 37.1016 54.0176 36.3906C53.9125 36.3096 53.9121 36.3093 53.8047 36.2266C51.9922 34.7452 50.949 32.1133 50.6768 29.8467C50.2892 25.7339 51.4314 21.8127 53.1953 18.1348C53.2303 18.0611 53.2658 17.987 53.3018 17.9111C54.302 15.8128 55.5452 13.2311 57.2168 11.5615Z" fill="#FBFAFF"/>
<path d="M699.605 105.13H592.859V101.296H699.605V105.13ZM690.114 26.709C691.741 26.2828 693.248 25.9468 694.946 26.0752C694.888 26.6263 694.782 27.1487 694.646 27.6855C694.625 27.7718 694.603 27.8584 694.581 27.9473C694.509 28.2364 694.436 28.5254 694.363 28.8145C694.311 29.0237 694.258 29.2331 694.206 29.4424C694.077 29.9576 693.949 30.4732 693.819 30.9883C693.664 31.6056 693.51 32.2234 693.355 32.8408C693.07 33.9809 692.784 35.1209 692.498 36.2607C692.215 37.3912 691.932 38.5218 691.648 39.6523C691.631 39.7226 691.613 39.7928 691.595 39.8652C691.505 40.2228 691.416 40.5809 691.326 40.9385C690.692 43.4724 690.057 46.0063 689.422 48.54C688.807 50.9943 688.192 53.4489 687.577 55.9033C687.558 55.9787 687.539 56.0542 687.52 56.1318C687.33 56.8899 687.14 57.6482 686.95 58.4062C686.562 59.958 686.173 61.5098 685.784 63.0615C685.757 63.1689 685.757 63.1688 685.729 63.2783C685.184 65.458 684.638 67.6378 684.092 69.8174C684.075 69.884 684.058 69.9509 684.041 70.0195C683.739 71.2229 683.438 72.4265 683.137 73.6299C683.108 73.7455 683.079 73.8614 683.049 73.9805C682.992 74.2077 682.935 74.4349 682.878 74.6621C682.745 75.1929 682.611 75.724 682.479 76.2549C682.076 77.8609 682.076 77.861 681.882 78.6289C681.812 78.9026 681.743 79.1764 681.674 79.4502C681.63 79.6245 681.586 79.7994 681.541 79.9736C680.984 81.9704 680.984 81.9705 681.335 83.9424C681.647 84.324 681.989 84.4641 682.466 84.5244C684.406 84.6173 686.066 83.245 687.424 82.0146C687.559 81.89 687.695 81.7647 687.829 81.6387C688.09 81.3947 688.356 81.1566 688.623 80.9189C688.967 80.6072 689.279 80.2865 689.578 79.9316C689.759 79.7242 689.952 79.5321 690.148 79.3389C690.518 78.9731 690.862 78.593 691.199 78.1973C691.324 78.0514 691.45 77.9055 691.575 77.7598C691.668 77.6517 691.761 77.5437 691.854 77.4355C692.11 77.1356 692.368 76.8365 692.628 76.5391C692.682 76.4769 692.736 76.4146 692.792 76.3506C692.897 76.2298 693.004 76.1088 693.109 75.9883C693.37 75.6973 693.371 75.6976 693.576 75.3682C694.011 75.5086 694.318 75.7523 694.667 76.0352C694.721 76.0783 694.775 76.1216 694.831 76.166C695.178 76.4428 695.52 76.7259 695.86 77.0107C695.562 77.576 695.23 78.0954 694.85 78.6084C694.743 78.7532 694.637 78.8981 694.531 79.043C694.478 79.1154 694.425 79.1881 694.37 79.2627C694.182 79.5218 693.999 79.7842 693.815 80.0469C693.237 80.8757 692.628 81.6785 692.012 82.4795C691.744 82.828 691.481 83.1798 691.22 83.5332C690.744 84.1753 690.244 84.7873 689.718 85.3887C689.494 85.6445 689.281 85.9072 689.069 86.1729C687.815 87.712 686.372 89.2126 684.802 90.4287C684.706 90.5075 684.61 90.5868 684.514 90.666C681.693 92.9757 678.356 94.1622 674.693 93.8789C672.659 93.6596 670.786 92.7729 669.438 91.21C667.116 88.2025 667.207 84.2766 667.664 80.6885C667.713 80.3256 667.766 79.9627 667.82 79.6006C667.836 79.4939 667.852 79.3872 667.868 79.2773C668.327 76.3951 669.138 73.5574 669.849 70.7305C669.964 70.2733 670.079 69.8156 670.193 69.3584C670.89 66.5828 671.59 63.8082 672.296 61.0352C672.818 58.9861 673.332 56.9352 673.845 54.8838C674.402 52.6535 674.963 50.4241 675.53 48.1963C676.352 44.9685 677.16 41.7373 677.967 38.5059C678.052 38.1658 678.137 37.8253 678.222 37.4854C678.153 37.4479 678.085 37.4107 678.015 37.3721C676.625 36.6079 675.237 35.8408 673.854 35.0645C673.504 34.8685 673.154 34.6739 672.804 34.4805C672.642 34.3914 672.481 34.3023 672.319 34.2129C672.115 34.0999 671.911 33.9872 671.706 33.875C671.615 33.8246 671.524 33.7736 671.431 33.7217C671.35 33.6772 671.269 33.6327 671.186 33.5869C671.002 33.4693 671.001 33.4695 670.91 33.2871C670.95 33.0904 670.95 33.0901 671.021 32.8496C671.046 32.7638 671.072 32.6782 671.098 32.5898C671.125 32.5001 671.151 32.4099 671.179 32.3174C671.205 32.2268 671.232 32.1353 671.26 32.042C671.326 31.8179 671.392 31.5939 671.459 31.3701C673.208 30.9358 674.958 30.5015 676.707 30.0674C677.441 29.8851 678.176 29.7028 678.91 29.5205C679.146 29.4619 679.382 29.4033 679.618 29.3447C679.932 29.2667 680.246 29.1884 680.561 29.1104C681.351 28.914 682.143 28.7177 682.934 28.5225C683.252 28.4438 683.571 28.3658 683.89 28.2871C683.968 28.2677 684.047 28.2476 684.128 28.2275C685.183 27.9667 686.237 27.7011 687.289 27.4307C687.852 27.2861 688.415 27.1435 688.979 27.001C689.357 26.905 689.736 26.8081 690.114 26.709ZM657.184 25.3398C657.739 24.9892 658.531 25.1136 659.164 25.1309C659.31 25.1332 659.457 25.1358 659.604 25.1377C659.96 25.1427 660.316 25.1507 660.672 25.1602C660.536 26.0025 660.275 26.8064 660.02 27.6182C659.972 27.7711 659.924 27.9241 659.876 28.0771C659.774 28.4037 659.672 28.7302 659.57 29.0566C659.407 29.5779 659.246 30.1004 659.084 30.6221C658.185 33.5228 658.185 33.523 657.732 34.9316C656.336 39.2806 655.26 43.7001 654.193 48.1396C653.845 49.5875 653.494 51.0345 653.139 52.4805C653.115 52.5771 653.091 52.6738 653.066 52.7734C652.971 53.1614 652.876 53.5496 652.78 53.9375C652.543 54.8996 652.307 55.8619 652.071 56.8242C652.001 57.1107 651.931 57.3971 651.86 57.6836C651.559 58.911 651.258 60.1388 650.957 61.3662C650.888 61.6471 650.819 61.9281 650.75 62.209C650.523 63.1356 650.296 64.0626 650.069 64.9893C649.979 65.357 649.889 65.725 649.799 66.0928C649.777 66.1836 649.754 66.2745 649.731 66.3682C649.423 67.6265 649.113 68.8849 648.802 70.1426C648.628 70.8465 648.455 71.5508 648.281 72.2549C648.164 72.7305 648.047 73.2062 647.929 73.6816C647.459 75.5772 647.002 77.4743 646.592 79.3838C646.566 79.5032 646.565 79.5034 646.539 79.625C645.927 81.8175 645.927 81.8181 646.323 83.9453C646.643 84.3048 646.96 84.4617 647.432 84.5146C649.458 84.5793 651.188 83.0789 652.587 81.7803C652.773 81.6086 652.962 81.4441 653.155 81.2812C653.95 80.5911 654.711 79.8263 655.391 79.0225C655.571 78.814 655.758 78.6125 655.946 78.4111C656.409 77.9163 656.851 77.4122 657.275 76.8838C657.545 76.5555 657.83 76.2423 658.118 75.9297C658.28 75.7477 658.427 75.5613 658.57 75.3643C658.902 75.5126 659.172 75.7161 659.461 75.9355C659.558 76.0091 659.656 76.0827 659.753 76.1562C659.845 76.2264 659.937 76.2969 660.032 76.3691C660.177 76.4777 660.322 76.5861 660.467 76.6943C660.566 76.7684 660.665 76.8429 660.764 76.917C660.723 77.3971 660.463 77.7048 660.187 78.0801C660.086 78.2196 659.985 78.3595 659.884 78.499C659.832 78.5699 659.781 78.6409 659.728 78.7139C659.539 78.974 659.355 79.237 659.171 79.5C658.243 80.824 657.28 82.1231 656.285 83.3975C656.204 83.5023 656.122 83.6071 656.041 83.7119C655.586 84.2964 655.121 84.8709 654.64 85.4336C654.37 85.7489 654.107 86.069 653.847 86.3926C653.548 86.7594 653.233 87.0948 652.894 87.4238C652.724 87.5928 652.568 87.7683 652.412 87.9502C651.868 88.5804 651.274 89.1681 650.639 89.707C650.489 89.8345 650.341 89.9642 650.194 90.0957C647.249 92.7123 643.772 94.0811 639.835 93.8945C638.148 93.741 636.565 93.1613 635.265 92.0693C635.192 92.0142 635.118 91.9591 635.043 91.9023C633.42 90.5371 632.678 88.2929 632.448 86.25C632.302 84.3675 632.481 82.5137 632.798 80.6592C632.815 80.5555 632.815 80.555 632.833 80.4492C633.548 76.2785 634.617 72.2093 635.813 68.1533C635.86 67.9955 635.907 67.8375 635.953 67.6797C636.059 67.3203 636.165 66.9608 636.271 66.6016C636.217 66.7102 636.217 66.7104 636.162 66.8213C635.407 68.348 634.639 69.8638 633.803 71.3486C633.721 71.4946 633.72 71.4946 633.637 71.6436C632.013 74.531 630.262 77.3353 628.319 80.0205C628.269 80.0899 628.219 80.159 628.167 80.2305C627.427 81.2527 626.661 82.2464 625.852 83.2148C625.807 83.2686 625.762 83.3225 625.716 83.3779C625.233 83.956 624.742 84.5256 624.234 85.082C624.101 85.2286 623.969 85.3764 623.837 85.5244C623.336 86.0871 622.815 86.6261 622.281 87.1572C622.204 87.2347 622.126 87.3127 622.047 87.3926C621.594 87.8446 621.131 88.2775 620.643 88.6914C620.585 88.7409 620.527 88.7908 620.468 88.8418C616.745 92.0257 612.409 94.2321 607.405 93.876C604.372 93.5754 601.548 92.1788 599.55 89.8604C597.364 87.0862 596.238 83.8482 595.692 80.3848C595.67 80.2471 595.67 80.2469 595.646 80.1064C595.097 76.5826 595.247 72.7813 595.692 69.249C595.701 69.178 595.71 69.1064 595.719 69.0332C596.005 66.7631 596.428 64.5337 596.972 62.3115C597.01 62.1535 597.01 62.1532 597.049 61.9922C599.005 54.0224 602.917 46.3911 608.213 40.1299C608.26 40.074 608.307 40.0185 608.355 39.9609C609.375 38.7456 610.463 37.6017 611.583 36.4785C611.663 36.3978 611.744 36.3175 611.827 36.2344C612.283 35.7798 612.749 35.3445 613.239 34.9268C613.338 34.8402 613.437 34.7538 613.536 34.667C614.354 33.9549 615.204 33.2916 616.073 32.6445C616.139 32.5956 616.204 32.5465 616.271 32.4961C620.733 29.1629 626.036 26.764 631.609 26.1641C631.689 26.1554 631.769 26.1466 631.852 26.1377C632.671 26.0589 633.489 26.0545 634.312 26.0557C634.384 26.0557 634.457 26.0556 634.532 26.0557C635.608 26.0579 636.669 26.0759 637.732 26.2549C637.806 26.2671 637.88 26.2794 637.955 26.292C641.696 26.9392 644.649 28.6292 647.42 31.1846C648.264 30.7044 649.107 30.2201 649.945 29.7295C650.03 29.6802 650.03 29.6803 650.116 29.6299C651.058 29.0786 651.992 28.5161 652.924 27.9482C653.897 27.3554 654.878 26.7738 655.859 26.1943C655.918 26.1594 655.978 26.1239 656.039 26.0879C656.154 26.0203 656.269 25.9534 656.384 25.8867C656.668 25.7209 656.926 25.5434 657.184 25.3398ZM637.839 30.2715C634.919 29.5477 631.882 30.2465 629.233 31.5498C629.174 31.5787 629.114 31.6079 629.053 31.6377C626.075 33.0997 623.288 35.6006 621.282 38.2129C621.2 38.3132 621.118 38.4138 621.035 38.5137C618.865 41.1499 617.154 44.1217 615.616 47.1592C615.572 47.246 615.527 47.3324 615.481 47.4219C614.625 49.1161 613.919 50.865 613.239 52.6357C613.197 52.7452 613.155 52.855 613.111 52.9678C611.131 58.1606 609.992 63.6437 609.401 69.1572C609.389 69.2673 609.377 69.3778 609.364 69.4912C609.203 71.0135 609.198 72.5401 609.189 74.0693C609.189 74.1675 609.188 74.266 609.188 74.3672C609.169 76.7631 609.332 79.3327 610.498 81.4805C610.542 81.5626 610.586 81.6449 610.632 81.7295C611.319 82.9354 612.25 83.7553 613.605 84.1279C616.017 84.6102 618.393 83.5581 620.362 82.249C620.874 81.8976 621.354 81.5122 621.83 81.1152C621.881 81.0738 621.932 81.0329 621.984 80.9902C623.187 80.0084 624.291 78.9137 625.304 77.7383C625.388 77.6426 625.473 77.5466 625.558 77.4512C626.349 76.552 627.062 75.5992 627.771 74.6348C627.823 74.5631 627.877 74.4908 627.932 74.417C628.648 73.4476 629.323 72.459 629.965 71.4395C630.032 71.3343 630.031 71.3339 630.1 71.2266C631.484 69.0452 632.731 66.7964 633.897 64.4932C633.987 64.3158 634.078 64.139 634.169 63.9619C637.823 56.8063 640.567 49.1832 643.308 39.7646C643.345 39.6334 643.345 39.6331 643.384 39.499C643.523 39.0161 643.66 38.5329 643.795 38.0488C643.835 37.9057 643.875 37.762 643.916 37.6191C643.971 37.4244 644.026 37.2295 644.079 37.0342C644.109 36.9263 644.139 36.8182 644.17 36.707C644.248 36.2238 644.22 35.7447 643.974 35.3086C643.925 35.2224 643.925 35.2217 643.876 35.1338C643.841 35.075 643.806 35.0157 643.771 34.9551C643.734 34.8923 643.697 34.8294 643.659 34.7646C642.329 32.5262 640.369 30.9416 637.839 30.2715ZM686.434 2.27441C689.611 -0.493677 694.679 -0.847179 698.029 1.83496C699.537 3.11829 700.482 4.6948 700.886 6.63281C700.906 6.72992 700.906 6.73033 700.927 6.8291C700.956 7.00849 700.969 7.18152 700.977 7.36328C700.981 7.46674 700.986 7.57017 700.991 7.67676C701.068 10.2121 700.169 12.4979 698.45 14.3535C696.946 15.9383 694.767 16.9944 692.569 17.0605C691.358 17.0801 690.25 17.0568 689.096 16.6738C689.036 16.6543 688.977 16.6344 688.916 16.6143C687.668 16.1911 686.651 15.4948 685.714 14.5742C685.65 14.5117 685.586 14.4491 685.521 14.3848C684.128 12.9232 683.467 10.862 683.489 8.86914C683.573 6.3057 684.58 4.04566 686.434 2.27441Z" fill="#FBFAFF"/>
</svg></div></div><div id="w-node-_5da11c7e-6a15-3a95-f649-e8885a68966f-5a689631" class="footer-legal"><div class="legal-parent"><div class="footer-legal-text t-12">©Rootly 2026. All rights reserved.</div><a arial-label="privacy policy" href="/legal/privacy" target="_blank" class="footer-legal-text t-12">Privacy policy</a><div class="footer-legal-text t-12">·</div><a arial-label="terms of use" href="/legal/terms" target="_blank" class="footer-legal-text t-12">Terms of use</a><div class="footer-legal-text t-12">·</div><a arial-label="Cookie Settings" href="/legal/vulnerability-disclosure-policy" target="_blank" class="footer-legal-text t-12">Vulnerability disclosure policy</a></div><div id="w-node-_5da11c7e-6a15-3a95-f649-e8885a689679-5a689631" class="footer-social-wrap"><a aria-label="x" href="https://x.com/rootlyhq" target="_blank" class="socials w-inline-block"><div class="social-icon-new w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.2413 0.894531H14.5417L9.51666 7.24778L15.4288 15.8945H10.8002L7.17237 10.6514L3.02595 15.8945H0.723445L6.09773 9.09677L0.428802 0.895713H5.17523L8.44952 5.68725L12.2413 0.894531ZM11.4324 14.3718H12.7074L4.4788 2.33802H3.11166L11.4324 14.3718Z" fill="CurrentColor"/>
</svg></div></a><a aria-label="linked" href="https://www.linkedin.com/company/rootlyhq/" target="_blank" class="socials w-inline-block"><div class="social-icon-new w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.97862e-07 1.33868C1.97862e-07 0.98416 0.140834 0.644158 0.391519 0.393473C0.642204 0.142788 0.982205 0.00195491 1.33673 0.00195491H14.6618C14.8375 0.00166796 15.0115 0.036037 15.1739 0.103094C15.3363 0.170152 15.4839 0.26858 15.6082 0.392745C15.7325 0.51691 15.8311 0.664372 15.8983 0.826689C15.9655 0.989007 16.0001 1.16299 16 1.33868V14.6638C16.0002 14.8395 15.9657 15.0135 15.8986 15.1759C15.8315 15.3383 15.733 15.4859 15.6087 15.6102C15.4845 15.7345 15.337 15.833 15.1746 15.9003C15.0123 15.9675 14.8383 16.002 14.6625 16.002H1.33673C1.16112 16.002 0.987243 15.9674 0.825016 15.9001C0.662789 15.8329 0.515397 15.7344 0.391261 15.6102C0.267125 15.486 0.168678 15.3385 0.101544 15.1763C0.0344096 15.014 -9.53422e-05 14.8401 1.97862e-07 14.6645V1.33868ZM6.33309 6.10232H8.49964V7.19032C8.81236 6.56486 9.61236 6.00196 10.8145 6.00196C13.1193 6.00196 13.6655 7.24777 13.6655 9.53359V13.7678H11.3331V10.0543C11.3331 8.7525 11.0204 8.01795 10.2262 8.01795C9.12436 8.01795 8.66618 8.80995 8.66618 10.0543V13.7678H6.33309V6.10232ZM2.33309 13.6681H4.66618V6.00196H2.33309V13.6674V13.6681ZM5 3.50159C5.0044 3.70135 4.96885 3.89998 4.89545 4.08582C4.82204 4.27166 4.71226 4.44096 4.57253 4.5838C4.43281 4.72663 4.26596 4.84012 4.08179 4.9176C3.89761 4.99507 3.69981 5.03499 3.5 5.03499C3.30019 5.03499 3.10239 4.99507 2.91821 4.9176C2.73404 4.84012 2.56719 4.72663 2.42747 4.5838C2.28774 4.44096 2.17796 4.27166 2.10455 4.08582C2.03115 3.89998 1.9956 3.70135 2 3.50159C2.00863 3.10949 2.17046 2.73635 2.45083 2.46209C2.73119 2.18783 3.1078 2.03426 3.5 2.03426C3.8922 2.03426 4.26881 2.18783 4.54917 2.46209C4.82954 2.73635 4.99137 3.10949 5 3.50159Z" fill="CurrentColor"/>
</svg></div></a></div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65eb28a668c15a253c5417a6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/js/rootlyhq-staging.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/js/rootlyhq-staging.schunk.eb6f7e38e8f57b76.js" type="text/javascript" integrity="sha384-ooWjJObu+j2V/gk+G0WzQFEY9NyRlqKj6wKa/VYpm7IJpeXx0LHclzdz1gj6hZlg" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/js/rootlyhq-staging.schunk.42e1dd1b3a34ea38.js" type="text/javascript" integrity="sha384-sLANqKM4iBmza6OG3di4zJSKDhVg5BES3Al/0rJfiusKqOXRIw8bKhLgAwqTV7VJ" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65eb28a668c15a253c5417a6/js/rootlyhq-staging.50fba646.c5a087b2124609e6.js" type="text/javascript" integrity="sha384-4vqa1GNEvl9aVN4wvjFr+2tJ8+gb5l2ZFh7x+7YzSxYRtFaaMmJxekeYp1Rrp9jo" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/gsap.min.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/ScrollTrigger.min.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/SplitText.min.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/Draggable.min.js" type="text/javascript"></script><script type="text/javascript">gsap.registerPlugin(ScrollTrigger,SplitText,Draggable);</script><!-- Posthog -->
<script>
!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.crossOrigin="anonymous",p.async=!0,p.src=s.api_host.replace(".i.posthog.com","-assets.i.posthog.com")+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetGroupPropertiesForFlags setGroupPropertiesForFlags resetPersonPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug getPageViewId captureTraceFeedback captureTraceMetric".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);

posthog.init('phc_g6REE0y2MNPLVJQuYbOvkiqT4RLBWD8FhfUrpCz0UMG', {
    api_host: 'https://us.i.posthog.com',
    person_profiles: 'identified_only', // or 'always' to create profiles for anonymous users as well
});

// Detect environment (staging vs production)
var environment = window.location.hostname.includes('staging') ? 'staging' : 'production';

// Determine source (Website, Product, or Docs)
var source;
if (window.location.hostname === 'docs.rootly.com') {
    source = 'docs';
} else if (window.location.pathname.startsWith('/account/')) {
    source = 'product';
} else {
    source = 'website';
}

// Register global properties for tracking
posthog.register({
    source: source,
    environment: environment
});

// Capture page views with source and environment properties
posthog.capture('$pageview', {
    source: source,
    environment: environment
});
</script>
<!-- End Posthog -->
<script>
// Position migrate button between logo and nav
if (window.innerWidth >= 992) {

  function positionMigrateNavButtonX() {
    requestAnimationFrame(() => {
      const logoWrap = document.querySelector('#nav-btn-first');
      const navWrap = document.querySelector('#nav-btn-sec');
      const btn = document.querySelector('#migrate-nav-btn');

      if (!logoWrap || !navWrap || !btn) return;

      const logoRect = logoWrap.getBoundingClientRect();
      const navRect = navWrap.getBoundingClientRect();

      const centerX = (logoRect.right + navRect.left) / 2;

      btn.style.position = 'fixed';
      btn.style.left = `${centerX - btn.offsetWidth / 2}px`;
    });
  }

  let resizeTimer;

  window.addEventListener('resize', () => {
    clearTimeout(resizeTimer);
    resizeTimer = setTimeout(positionMigrateNavButtonX, 50);
  });

  window.addEventListener('load', positionMigrateNavButtonX);
  positionMigrateNavButtonX();
}
</script>

<script>
//right click on the logo to download assets
const isDesktop = window.matchMedia('(pointer: fine)').matches;

if (isDesktop) {
  const logoWrap = document.querySelector('.logo-wrap');
  const logoCard = document.querySelector('.logo-download-card');

  // Show on right-click
  logoWrap.addEventListener('contextmenu', (e) => {
    e.preventDefault();
    logoCard.style.display = 'grid';

    //logoCard.style.left = `${e.pageX}px`;
    //logoCard.style.top = `${e.pageY}px`;
  });

  // Hide when clicking elsewhere
  document.addEventListener('click', (e) => {
    if (
      !logoCard.contains(e.target) &&
      !logoWrap.contains(e.target)
    ) {
      logoCard.style.display = 'none';
    }
  });
}
</script>

<script>
//looping customer card in nav
document.addEventListener("DOMContentLoaded", function () {
  document.querySelectorAll(".in-nav").forEach(function (component) {
    const items = component.querySelectorAll(".stack-item");
    const duration = 0.5;
    const delay = 1.5;
    const dd = duration + delay;
    const cardsPerView = 3;
    let activeIndex = -1;
    let zIndex = 99999;

    const tl = gsap.timeline({ defaults: { duration: duration, ease: "power1.inOut" } });

    for (let i = 0; i < items.length + cardsPerView; i++) {
      activeIndex++;
      if (activeIndex === items.length) activeIndex = 0;
      const item = items[activeIndex];
      zIndex--;

      // initial setup
      tl.set(item, { 
        scale: 1, 
        yPercent: -15, 
        "--background-opacity": 0.2, 
        opacity: 1, 
        filter: "blur(0rem)", 
        zIndex: zIndex,
        pointerEvents: "none" // disable clicks at first
      }, i * dd);

      // first move
      tl.to(item, { scale: 1.1, yPercent: -5, "--background-opacity": 0.15 }, "<" + dd);

      // **middle state – clickable**
      tl.to(item, { 
        scale: 1.2, 
        yPercent: 5, 
        "--background-opacity": 0.1,
        pointerEvents: "auto", // enable clicks
      }, "<" + dd);

      // final move – hide & disable clicks
      tl.to(item, { 
        scale: 1.3, 
        yPercent: 10, 
        opacity: 0, 
        filter: "blur(0.2rem)",
        pointerEvents: "none" // disable clicks again
      }, "<" + dd);
    }

    const mainTl = gsap.timeline({ 
      repeat: -1,
      onUpdate: () => {
        const offset = dd * cardsPerView;
        if (tl.time() < offset - delay || tl.time() > tl.duration() - offset) {
          tl.time(offset - delay);
        }
      },
    });
    mainTl.to(tl, { duration: tl.duration(), ease: "none" });
  });
});

</script>

<script>
// toggle banner on/off based on the CMS page slug field
document.addEventListener("DOMContentLoaded", () => {
  // get current slug (last part of URL path)
  const path = window.location.pathname.replace(/\/$/, "");
  const slug = path === "" ? "" : path.split("/").pop();

  const banners = document.querySelectorAll(".for-nav-banner");
  let bannerShown = false;

  banners.forEach(banner => {
    const hideEl = banner.querySelector(".hide");
    if (!hideEl) {
      banner.style.display = "none";
      return;
    }

    const value = hideEl.textContent.trim();

    const isHomeMatch = slug === "" && value === "home";
    const isSlugMatch = value === slug;

    if (isHomeMatch || isSlugMatch) {
      banner.style.display = "block";
      bannerShown = true;
    } else {
      banner.style.display = "none";
    }
  });

  // if any banner is shown, add extra top padding to first .section
  if (bannerShown) {
    const firstSection = document.querySelector(".section");
    if (firstSection) {
      firstSection.style.paddingTop = `calc(${window.getComputedStyle(firstSection).paddingTop} + 4rem)`;
    }
  } else {
    // if no banner shown, hide .banner
    const globalBanner = document.querySelector(".banner");
    if (globalBanner) {
      globalBanner.style.display = "none";
    }
  }

  console.log("Slug:", slug || "home", "| Banner shown:", bannerShown);
});
</script>

<script>
// Global hero fade-in animation
function defaultHeroAnimation() {
  const heroEls = [
    ".hero-title",
    ".hero-p",
    ".hero-btn-wrap",
    ".hero-screen-wrap",
    ".hero-video-wrap",
    ".hero-bg"
  ];

  // Filter selectors that actually exist on the page
  const existingEls = heroEls.filter(sel => document.querySelector(sel));
  
  gsap.set(".nav-wrap", { display: "flex" });

  const tl = gsap.timeline();

  tl.to("body", { opacity: 1, duration: 0.1 });
  tl.to(".nav-wrap", { opacity: 1, duration: 0.35, ease: "power1.out" });

  if (existingEls.length > 0) {
    tl.to(existingEls.join(","), { 
      opacity: 1,
      y: 0,
      duration: 0.35,
      ease: "power1.inOut",
      stagger: 0.05
    });
  }
}

document.addEventListener("DOMContentLoaded", () => {
  // Run homepage version if it exists, else fallback
  if (typeof window.homeHeroAnimation === "function") {
    window.homeHeroAnimation();
  } else {
    defaultHeroAnimation();
  }
});
</script>

<script>
  // fades in nav-bg
  document.addEventListener("DOMContentLoaded", () => {
    const navBg = document.querySelector(".nav-bg");
    if (!navBg) return;

    // read duration from data attribute
    const duration =
      parseFloat(navBg.getAttribute("data-nav-bg-duration")) || 1;

    gsap.set(navBg, { opacity: 0 });

    window.addEventListener("scroll", () => {
      gsap.to(navBg, {
        opacity: window.scrollY > 200 ? 1 : 0,
        duration: duration,
        ease: "power2",
        overwrite: "auto",
      });
    });
  });
</script>

<script>
document.addEventListener("DOMContentLoaded", () => {
  const tabDuration = 5, fadeDuration = 0.5, easeType = "power2.out";

  document.querySelectorAll(".feature-tab-wrap").forEach(wrap => {
    const tabs   = wrap.querySelectorAll(".tab-menu-bar"),
          imgs   = wrap.querySelectorAll(".tab-main-img"),
          titles = wrap.querySelectorAll(".tab-title"),
          bars   = wrap.querySelectorAll(".tab-bar");
    if (!tabs.length) return;

    let current = 0, tween, started = false;

    gsap.set([imgs, titles], { autoAlpha: 0 });
    gsap.set(bars, { width: 0, transformOrigin: "left center" });

    const activate = i => {
      tween?.kill();
      gsap.to([imgs, titles], { autoAlpha: 0, duration: 0.3 });
      gsap.set(bars, { width: 0 });
      gsap.to([imgs[i], titles[i]], { autoAlpha: 1, duration: fadeDuration, ease: easeType });
      tween = gsap.to(bars[i], {
        width: "100%", duration: tabDuration, ease: "linear",
        onComplete: () => activate((current = (i + 1) % tabs.length))
      });
    };

    tabs.forEach((tab, i) => tab.addEventListener("click", () => activate(i)));
    tabs.forEach(tab => {
      tab.addEventListener("mouseenter", () => tween?.pause());
      tab.addEventListener("mouseleave", () => tween?.resume());
    });

    new IntersectionObserver(entries => {
      if (entries[0].isIntersecting && !started) {
        started = true;
        activate(0);
      }
    }, { threshold: 0 }).observe(wrap);//instanly start when visible
  });
});
</script>

<script>
//when click on burger menu links, it also clicks on "burger-icon", so avoids double clicking for burger icon
$(document).ready(function() {
    // Function to handle click event on any "nav-expand-links"
    $('.nav-expand-links').click(function() {
        // Trigger a click event on "burger-icon-wrap"
        $('.burger-icon-wrap').click();
    });
});

</script>

<div id="cookie-consent-banner-container"></div> 


<script src="https://code.jquery.com/jquery-3.6.0.min.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/parsley.js/2.9.2/parsley.min.js"> </script>

<script>
// Make sure GSAP and ScrollTrigger are loaded
gsap.registerPlugin(ScrollTrigger);

function initStaggerFade() {
  const isDesktop = window.innerWidth >= 992; // adjust breakpoint
  const staggerElements = document.querySelectorAll("[data-stagger-fade]");

  // Kill existing ScrollTriggers first (for resize updates)
  ScrollTrigger.getAll().forEach(trigger => trigger.kill());

  staggerElements.forEach(container => {
    const children = container.children;

    // Only run on desktop
    if (isDesktop) {
      gsap.set(children, { opacity: 0, y: 20 }); // start state

      gsap.to(children, {
        opacity: 1,
        y: 0,
        stagger: 0.15,
        duration: 0.6,
        ease: "power2.out",
        scrollTrigger: {
          trigger: container,
          start: "top 80%",
          toggleActions: "play none none none",
        },
      });
    } else {
      // On mobile, reset opacity so all children are visible
      gsap.set(children, { opacity: 1, y: 0 });
    }
  });
}

// Initial call
initStaggerFade();

// Update on resize
window.addEventListener("resize", () => {
  initStaggerFade();
});
</script>

<script>
// Animate every text with [data-text-line] line by line
document.addEventListener("DOMContentLoaded", () => {
  let splits = [];

  function setupSplits() {
    // revert old splits before re-splitting (important for resize)
    splits.forEach(s => s.revert());
    splits = [];

    document.querySelectorAll("[data-text-line]").forEach(el => {
      // skip if already animated
      if (el.dataset.animated) return;

      const split = new SplitText(el, { type: "lines" });
      splits.push(split);

      // animate each line
      gsap.fromTo(
        split.lines,
        { y: 30, opacity: 0 },
        {
          y: 0,
          opacity: 1,
          duration: 0.6,
          ease: "power2.inOut",
          stagger: 0.1,
          scrollTrigger: {
            trigger: el,
            start: "top 80%",
            toggleActions: "play none none none",
            once: true
          },
          immediateRender: true
        }
      );

      el.dataset.animated = "true";

      // If page is already past trigger, set final state immediately
      const elTop = el.getBoundingClientRect().top + window.scrollY;
      if (window.scrollY + window.innerHeight * 0.8 > elTop) {
        gsap.set(split.lines, { y: 0, opacity: 1 });
      }
    });
  }

  setupSplits();

  // debounce resize so it doesn’t trigger too often
  window.addEventListener("resize", () => {
    clearTimeout(window._splitTimer);
    window._splitTimer = setTimeout(setupSplits, 300);
  });
});
</script>

<!-- Login and demo keyboard shortcuts code -->
<script>
document.addEventListener('keydown', function(event) {
  // Don't fire when user is typing in a form field
  const tag = document.activeElement?.tagName;
  const isTyping = tag === 'INPUT' || tag === 'TEXTAREA' || document.activeElement?.isContentEditable;
  if (isTyping) return;

  // Don't fire when modifier keys are held (Cmd+L, Ctrl+L, etc.)
  if (event.metaKey || event.ctrlKey || event.altKey) return;

  const key = event.key.toLowerCase();

  if (key === 'l') {
    const loginBtn = document.querySelector('.nav-login');
    if (loginBtn) {
      event.preventDefault();
      window.location.href = loginBtn.href || loginBtn.getAttribute('href');
    }
  }

  if (key === 'd') {
    const demoBtn = document.querySelector('.nav-demo');
    if (demoBtn) {
      event.preventDefault();
      window.location.href = demoBtn.href || demoBtn.getAttribute('href');
    }
  }
});
</script><script>
//sticky card scale down when scrolling
gsap.registerPlugin(ScrollTrigger);

gsap.matchMedia().add("(min-width: 768px)", () => {
  // This code only runs for tablet and desktop (>=768px)
  const stickyScrollContainers = document.querySelectorAll('[data-sticky-scroll]');

  stickyScrollContainers.forEach(container => {
    const cards = container.querySelectorAll('[data-sticky-card]');
    const durationPerCard = 0.5; // duration for each card

    gsap.to(cards, {
      scale: 0.9,
      stagger: durationPerCard, // stagger each card evenly
      ease: "power1.out",
      scrollTrigger: {
        trigger: container,
        start: "top center",
        end: "bottom 25%",
        scrub: true, // ties animation to scroll
      }
    });
  });
});
</script></body></html>