CINXE.COM

About Us | Cortex

<!DOCTYPE html><!-- Last Published: Wed Nov 27 2024 01:21:29 GMT+0000 (Coordinated Universal Time) --> <html data-wf-domain="cortex-zypsy.webflow.io" data-wf-page="6397a47b4ddf2cf4bbded80e" data-wf-site="633ba773cb734ef54c208050" lang="en"> <head> <meta charset="utf-8" /> <title>About Us | Cortex</title> <meta content="Built by engineers from companies like Uber and Twilio, Cortex helps engineering teams build better software at scale." name="description" /> <meta content="About Us | Cortex" property="og:title" /> <meta content="Built by engineers from companies like Uber and Twilio, Cortex helps engineering teams build better software at scale." property="og:description" /> <meta content="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64f0f177a9c113eba771987e_OPG.png" property="og:image" /> <meta content="About Us | Cortex" property="twitter:title" /> <meta content="Built by engineers from companies like Uber and Twilio, Cortex helps engineering teams build better software at scale." property="twitter:description" /> <meta content="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64f0f177a9c113eba771987e_OPG.png" property="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" /> <link href="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/css/cortex-zypsy.7c09f54bc.css" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com" rel="preconnect" /> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous" /> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script> <script type="text/javascript"> WebFont.load({ google: { families: ["Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic", "IBM Plex Mono:regular"] } }); </script> <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/633ba773cb734ef54c208050/67465f278427f027fca3f0ba_cortex-favicon%20(1).png" rel="shortcut icon" type="image/x-icon" /> <link href="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/67465f6d9baef5c09fb963ca_cortex-webclip.png" rel="apple-touch-icon" /> <link href="https://www.cortex.io/about-us" rel="canonical" /> <script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script> <!-- Adobe tag --> <script type="fs-cc" src="https://assets.adoberesources.net/loader.js?orgId=62B7460663474F4D0A495FDC%40AdobeOrg&instanceId=cortex&env=prod&geo=va7"></script> <!-- A/B testing with VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" /> <script type='text/javascript' id='vwoCode'> window._vwo_code || (function() { var account_id = 868740, version = 2.1, settings_tolerance = 2000, hide_element = 'body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important', /* DO NOT EDIT BELOW THIS LINE */ f = false, w = window, d = document, v = d.querySelector('#vwoCode'), cK = '_vwo_' + account_id + '_settings', cc = {}; try { var c = JSON.parse(localStorage.getItem('_vwo_' + account_id + '_config')); cc = c && typeof c === 'object' ? c : {} } catch (e) {} var stT = cc.stT === 'session' ? w.sessionStorage : w.localStorage; code = { use_existing_jquery: function() { return typeof use_existing_jquery !== 'undefined' ? use_existing_jquery : undefined }, library_tolerance: function() { return typeof library_tolerance !== 'undefined' ? library_tolerance : undefined }, settings_tolerance: function() { return cc.sT || settings_tolerance }, hide_element_style: function() { return '{' + (cc.hES || hide_element_style) + '}' }, hide_element: function() { if (performance.getEntriesByName('first-contentful-paint')[0]) { return '' } return typeof cc.hE === 'string' ? cc.hE : hide_element }, getVersion: function() { return version }, finish: function(e) { if (!f) { f = true; var t = d.getElementById('_vis_opt_path_hides'); if (t) t.parentNode.removeChild(t); if (e)(new Image).src = 'https://dev.visualwebsiteoptimizer.com/ee.gif?a=' + account_id + e } }, finished: function() { return f }, addScript: function(e) { var t = d.createElement('script'); t.type = 'text/javascript'; if (e.src) { t.src = e.src } else { t.text = e.text } d.getElementsByTagName('head')[0].appendChild(t) }, load: function(e, t) { var i = this.getSettings(), n = d.createElement('script'), r = this; t = t || {}; if (i) { n.textContent = i; d.getElementsByTagName('head')[0].appendChild(n); if (!w.VWO || VWO.caE) { stT.removeItem(cK); r.load(e) } } else { var o = new XMLHttpRequest; o.open('GET', e, true); o.withCredentials = !t.dSC; o.responseType = t.responseType || 'text'; o.onload = function() { if (t.onloadCb) { return t.onloadCb(o, e) } if (o.status === 200) { _vwo_code.addScript({ text: o.responseText }) } else { _vwo_code.finish('&e=loading_failure:' + e) } }; o.onerror = function() { if (t.onerrorCb) { return t.onerrorCb(e) } _vwo_code.finish('&e=loading_failure:' + e) }; o.send() } }, getSettings: function() { try { var e = stT.getItem(cK); if (!e) { return } e = JSON.parse(e); if (Date.now() > e.e) { stT.removeItem(cK); return } return e.s } catch (e) { return } }, init: function() { if (d.URL.indexOf('__vwo_disable__') > -1) return; var e = this.settings_tolerance(); w._vwo_settings_timer = setTimeout(function() { _vwo_code.finish(); stT.removeItem(cK) }, e); var t; if (this.hide_element() !== 'body') { t = d.createElement('style'); var i = this.hide_element(), n = i ? i + this.hide_element_style() : '', r = d.getElementsByTagName('head')[0]; t.setAttribute('id', '_vis_opt_path_hides'); v && t.setAttribute('nonce', v.nonce); t.setAttribute('type', 'text/css'); if (t.styleSheet) t.styleSheet.cssText = n; else t.appendChild(d.createTextNode(n)); r.appendChild(t) } else { t = d.getElementsByTagName('head')[0]; var n = d.createElement('div'); n.style.cssText = 'z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;'; n.setAttribute('id', '_vis_opt_path_hides'); n.classList.add('_vis_hide_layer'); t.parentNode.insertBefore(n, t.nextSibling) } var o = 'https://dev.visualwebsiteoptimizer.com/j.php?a=' + account_id + '&u=' + encodeURIComponent(d.URL) + '&vn=' + version; if (w.location.search.indexOf('_vwo_xhr') !== -1) { this.addScript({ src: o }) } else { this.load(o + '&x=true') } } }; w._vwo_code = code; code.init(); })(); </script> <!-- End VWO Async SmartCode --> <!-- Favicon --> <link rel="icon" type="image/png" sizes="96x96" href="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/661d810586df34b1b0945a21_favicon-96x96.png"> <link rel="icon" type="image/png" sizes="128x128" href="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/661d8105618ab757753f002f_favicon-128x128.png"> <link rel="icon" type="image/png" sizes="180x180" href="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/661d810526009160431d41c9_favicon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/661d8105003801f6a082bd92_favicon-192x192.png"> <!-- Autodiscover for RSS feed --> <link rel="alternate" type="application/rss+xml" title="RSS Feed for Cortex Blog" href="/post/rss.xml" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed for Prefrontal by Cortex" href="/podcasts/rss.xml" /> <!-- Google Tag Manager --> <script> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-W2X9JDTK'); </script> <!-- Improve font quality --> <style> * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } </style> <!-- Enable RSS autodiscovery --> <link rel="alternate" type="application/rss+xml" title="Cortex RSS Feed" href="blog/rss.xml" /> <!-- Clearbit tracking tag --> <script type="fs-cc" src="https://tag.clearbitscripts.com/v1/pk_8187e36a0bda5988405547ae3f71c332/tags.js"></script> <!-- Marketo tracking code --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if (didInit === false) { didInit = true; Munchkin.init('563-WJM-722'); var timeoutTrack = setTimeout(() => { Munchkin.munchkinFunction('visitWebPage', { 'url': window.location.href, 'params': 'sessionduration=minrequired' }); clearTimeout(timeoutTrack); }, 50000); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { console.log("onreadystatechange"); if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); </script> <style id="dg-consent-custom-style"> :host(.dg-consent-banner) { --dg-consent-background-color: #0B0B0D !important; --palette-text-primary: #B9B8BF !important; --dg-heading-font-color: #ECEAF4 !important; --dg-explanation-font-color: #B9B8BF !important; --dg-policy-option-heading-enabled-color: #B9B8BF !important; --dg-policy-option-description-font-color: #B9B8BF !important; --dg-policy-option-essential-label-font-color: #B9B8BF !important; --dg-slider-primary: #A5A4AB !important; --dg-slider-secondary: rgba(242, 242, 244, 0.1) !important; --dg-slider-enabled-primary: rgba(236, 234, 244, 0.5) !important; --dg-slider-enabled-secondary: rgba(221, 220, 252, 0.5) !important; --dg-policy-option-heading-enabled-color: #B9B8BF !important; --dg-button-color: #ECEAF4 !important; --dg-button-background: rgba(242, 242, 244, 0.2) !important; --dg-button-border: rgba(242, 242, 244, 0.1) !important; --dg-button-radius: 6px !important; --dg-option-background: #0B0B0D !important; --dg-primary-font: &#x27; ABCDiatype&#x27; , sans-serif !important; --dg-secondary-font: &#x27; ABCDiatype&#x27; , sans-serif !important; } :host(.dg-consent-banner) { height: fit-content !important; } @media (max-width: 768px) { :host(.dg-consent-banner) { margin: 8px 0 !important; width: 100% !important; } } :host(.dg-consent-banner) .dg-app, .dg-app &gt; *, .dg-button, .dg-main-content-explanation { background: #0B0B0D !important; color: #B9B8BF !important; } :host(.dg-consent-banner) .dg-app .dg-header { color: #ECEAF4 !important; border-bottom: none !important; padding: 8px 16px !important; display: none !important; } :host(.dg-consent-banner) .dg-app .dg-header .dg-header-close { display: none; } :host(.dg-consent-banner) .dg-app .dg-main .dg-main-content { overflow: hidden !important; } :host(.dg-consent-banner) .dg-app .dg-main .dg-main-actions { border-top: none !important; padding: 8px 16px !important; flex-direction: row !important; flex-wrap: wrap !important; justify-content: flex-start !important; gap: 8px !important; } :host(.dg-consent-banner) .dg-app .dg-main .dg-main-actions .dg-customization-button.dg-button.customize { background: #ECEAF4 !important; border-color: #ECEAF4 !important; color: #0B0B0D !important; } :host(.dg-consent-banner) .dg-app .dg-main .dg-main-content .dg-main-content-explanation { padding: 8px 16px !important; } :host(.dg-consent-banner) .dg-app .dg-main .dg-main-content .dg-main-content-link-container { padding: 8px 16px !important; } :host(.dg-consent-banner) .dg-app .dg-button { font-size: 14px !important; font-weight: 500 !important; padding: 5px 10px !important; } :host(.dg-consent-banner) .dg-app &gt; .dg-button:not(.dg-customization-button) { border: rgba(242, 242, 244, 0.1) 1px solid !important; } :host(.dg-consent-banner) .dg-app .dg-main-content-link { color: rgb(180 164 239) !important; } :host(.dg-consent-banner) .dg-app .dg-main-content-policies { padding: 0 8px !important; } :host(.dg-consent-banner) .dg-app .dg-main-content-policies .dg-main-content-policy-option { padding: 8px !important; border-color: rgba(242, 242, 244, 0.1) !important; } :host(.dg-consent-banner) .dg-app .dg-main-content-policies .dg-main-content-policy-option-heading { padding: 0 !important; font-weight: 500 !important; height: 32px !important; } :host(.dg-consent-banner) .dg-app .dg-main-content-policies .clickable svg { display: none !important; } </style><!-- Swiper files for testimonials --> <script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script> <!-- Swiper custom style --> <style> .swiper-button-disabled { opacity: 0.5 !important; cursor: default; border-color: transparent !important; } .swiper-button-disabled:hover { border-color: transparent !important; } </style> </head> <body class="body-new"> <div class="google-tag-manager-body w-embed w-iframe"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W2X9JDTK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> </div> <div class="page-wrapper"> <div class="global-styles w-embed"> <style> /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext> :not(div):first-child, .w-richtext>div:first-child> :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium, .container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. a, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ a { color: inherit; text-decoration: inherit; font-size: inherit; } /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .page-wrapper { overflow: clip; } /* Fluid responsive */ html { font-size: 1rem; } @media screen and (max-width:1440px) { html { font-size: calc(0.39866369710467703rem + 0.6681514476614699vw); } } @media screen and (max-width:991px) { html { font-size: 1rem; } } .faq_block-new:hover, .faq_block-new:hover .faq_question-new, .faq_block-new:hover .faq_answer-new { background-color: #dddcff !important; } </style> </div> <div fs-cc="banner" class="cookie-consent_component"> <div class="padding-global"> <div class="container-medium align-flex-center"> <div class="cookie-consent_block"> <div class="cookie-consent_text"> <div class="cookie-consent_text-main"> <div class="text-size-tiny">This website uses cookies to improve user experience. By using our website you agree to be bound by our <a href="/legal/terms-of-service" class="link-span">Terms of Service</a> and consent to all cookies in accordance with our <a href="/legal/privacy-policy" class="link-span">Privacy Policy</a>.</div> </div> <div class="cookie-consent_note-wrapper"> <div data-w-id="57c9b1d0-f2e9-bab8-7a16-63ecc84d97ad" class="cookie-consent_note-link"> <div class="text-block">For US-only visitors, view additional disclaimers</div> <div class="cookie-consent_note-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.334 7.16675L8.00065 10.5001L4.66732 7.16675" stroke="currentColor" /> </svg></div> </div> <div class="cookie-consent_note-wrap"> <div class="cookie-consent_note"> <div class="text-size-xtiny">When you visit or log in to our website, Cortex works with <a href="https://retention.com/" target="_blank" class="cookie-consent_link">http://Retention.com</a> , a data broker registered with the State 
of California, to obtain your email address. You may opt out of receiving this advertising by visiting <a href="https://app.retention.com/optout" target="_blank" class="cookie-consent_link">Retention.com</a></div> </div> </div> </div> </div> <div class="cookie-consent_buttons"><a fs-cc="deny" href="#" class="button is-small is-light w-button">Decline all</a><a fs-cc="allow" href="#" class="button is-small w-button">Accept all</a></div> </div> </div> </div> </div> <div class="navbar_sticky"> <div class="navbar_new-blog_hide"> <div id="w-node-_4caba686-e04b-9cd1-9ca9-8665bb80a547-a0d7b72b" class="hide w-dyn-list"> <div role="list" class="w-dyn-items"> <div role="listitem" class="navbar_blog-new_item w-dyn-item"> <div>11/7/2024</div> </div> <div role="listitem" class="navbar_blog-new_item w-dyn-item"> <div>11/4/2024</div> </div> <div role="listitem" class="navbar_blog-new_item w-dyn-item"> <div>11/5/2024</div> </div> </div> </div> <div class="checknewblognavbarupdate w-embed w-script"> <script> function checkNewBlogNavbarUpdate() { try { // Get the current month as a number (1-12) var currentMonth = new Date().getMonth() + 1; console.log("Current Month: ", currentMonth); // Select all elements with the class 'navbar_blog-new_item' $('.navbar_blog-new_item').each(function() { var elementText = $(this).text().trim(); console.log("Element Text: ", elementText); // Extract the month from the date in the format M/D/YYYY var dateParts = elementText.split('/'); console.log("Date Parts: ", dateParts); if (dateParts.length === 3) { var itemMonth = parseInt(dateParts[0]); console.log("Item Month: ", itemMonth); // Compare the month with the current month if (itemMonth !== currentMonth) { // Remove the element from the DOM if the month does not match console.log("Removing Element: ", $(this)); $(this).remove(); } } }); // Count the number of remaining elements with the class 'navbar_blog-new_item' var remainingItems = $('.navbar_blog-new_item').length; console.log("Remaining Items: ", remainingItems); // Update the text of the element with class 'navbar_blog-new_text' if (remainingItems > 0) { console.log("Updating Text to: ", remainingItems + " NEW this month"); $('.navbar_blog-new_text').text(remainingItems + " NEW this month"); } else { // Remove the element with class 'navbar_blog-new_text' if there are no remaining items console.log("Removing navbar_blog-new_text element"); $('.navbar_blog-new_text').remove(); } } catch (error) { console.log("Error: ", error); } } </script> </div> </div> <aside class="banner_wrapper w-dyn-list"> <div role="list" class="banner_list w-dyn-items"> <div role="listitem" class="banner_item w-dyn-item"> <div class="banner_block w-condition-invisible"> <div class="padding-global"> <div class="container-medium"> <div class="banner_content"> <div class="banner_text w-richtext"> <p><a href="https://idpcon.com/">IDPCON 2024: Early Bird Tickets are Now Available!</a></p> </div> </div> </div> </div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64dceb580b1cd038283c19bd_icon-close-banner.svg" loading="lazy" data-w-id="81129312-2777-d8ed-d0f6-0258a0d7b734" alt="" class="banner_close" /> </div> </div> </div> </aside> <div class="idpcon-banner_wrapper hide"> <div class="idpcon-banner_list"> <div class="idpcon-banner_item"> <div class="idpcon-banner_block"> <div class="padding-global z-index-2"> <div class="container-medium"> <div class="idpcon-banner_component"> <div class="idpcon-banner_logo-wrapper"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/669ec62b948dd635ce8c558d_banner-idpcon-logo.svg" loading="lazy" alt="IDPCON logo" class="idpcon-banner_logo" /><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/669ec6d11937ca80a4eecbdd_banner-idpcon-logo-gradient.webp" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/669ec6d11937ca80a4eecbdd_banner-idpcon-logo-gradient-p-500.webp 500w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/669ec6d11937ca80a4eecbdd_banner-idpcon-logo-gradient-p-800.webp 800w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/669ec6d11937ca80a4eecbdd_banner-idpcon-logo-gradient.webp 908w" alt="" class="idpcon-banner_logo-background" /><a href="https://idpcon.com/" target="_blank" class="idpcon-banner_logo-link w-inline-block"></a></div><a href="https://idpcon.com/" target="_blank" class="idpcon-banner_content w-inline-block"> <div class="idpcon-banner_heading">NEW YORK CITY, OCTOBER 24, 2024</div> <div class="idpcon-banner_text">Meet and learn from industry leaders who are<span class="display-inlineblock"> redefining developer experience</span></div> </a> </div> </div> </div><img data-w-id="f593ac79-4b07-3383-3d95-2a47e4218798" loading="lazy" alt="" src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64dceb580b1cd038283c19bd_icon-close-banner.svg" class="banner_close is-idp-custom" /><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/669ecaa08677e84fb1af3ac8_banner-idpcon-close-gradient.webp" loading="lazy" alt="" class="idp-banner_close-gradient" /> <div class="banner_style w-embed"> <style> .idpcon-banner_item { background: radial-gradient(56.61% 56.61% at 50% 43.39%, #252017 0%, #16130E 70%); } </style> </div> </div> </div> </div> </div> <nav class="navbar"> <div class="padding-global"> <div class="container-medium"> <div class="banner_component"><a href="/" class="navbar_logo-wrap w-inline-block"> <div class="navbar_logo w-embed"><svg width="100%" height="100%" viewBox="0 0 165 42" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M117.403 16.6999H121.573V12.6223H117.403V7.18384H112.887V12.6312H110.416V16.7088H112.887V26.7022C112.891 27.334 113.02 27.9586 113.266 28.5406C113.512 29.1225 113.87 29.6504 114.32 30.0939C114.769 30.5375 115.302 30.8881 115.888 31.1257C116.473 31.3634 117.099 31.4834 117.731 31.4789H121.573V27.3996H119.111C118.887 27.4012 118.665 27.3586 118.458 27.2743C118.251 27.1899 118.062 27.0655 117.903 26.9081C117.744 26.7507 117.617 26.5634 117.531 26.357C117.444 26.1507 117.4 25.9292 117.399 25.7054L117.403 24.7438V16.6999ZM58.3392 29.378C56.3525 27.5572 55.3592 25.1568 55.3594 22.177C55.3594 19.2445 56.3645 16.8086 58.3747 14.8694C60.3848 12.9301 62.9389 11.9606 66.0367 11.9608C68.5671 11.9608 70.7664 12.6229 72.6348 13.9472V18.1246L72.5993 18.096C70.4947 16.5118 68.3663 15.7196 66.2141 15.7194C64.2986 15.7194 62.7379 16.3225 61.5318 17.5285C60.9363 18.1218 60.4686 18.8308 60.1574 19.6117C59.8463 20.3926 59.6984 21.2289 59.7227 22.0692C59.7227 23.9848 60.3376 25.4865 61.5673 26.5744C62.8386 27.6927 64.4861 28.2884 66.1786 28.2416C68.3781 28.2416 70.5184 27.4612 72.5993 25.9002H72.6348V30.0508C70.6545 31.3804 68.3153 32.0735 65.9303 32.0372C62.8325 32.0378 60.3021 31.1514 58.3392 29.378ZM74.8586 22.0497C74.8354 20.718 75.0938 19.3963 75.617 18.1713C76.1402 16.9464 76.9163 15.8458 77.8944 14.9417C79.9137 13.0889 82.5546 12.0608 85.2952 12.0608C88.0358 12.0608 90.6767 13.0889 92.696 14.9417C93.6555 15.8602 94.4192 16.9635 94.9408 18.1851C95.4625 19.4066 95.7315 20.7212 95.7315 22.0495C95.7315 23.3778 95.4625 24.6923 94.9408 25.9139C94.4192 27.1354 93.6555 28.2387 92.696 29.1572C90.6766 31.0099 88.0357 32.0378 85.2952 32.0378C82.5547 32.0378 79.9138 31.0099 77.8944 29.1572C76.9164 28.2531 76.1404 27.1526 75.6172 25.9278C75.094 24.703 74.8355 23.3814 74.8586 22.0497ZM89.5088 26.2769C90.0656 25.7252 90.5041 25.0659 90.7977 24.3391C91.0913 23.6123 91.2337 22.8334 91.2164 22.0497C91.2036 20.877 90.8461 19.734 90.1883 18.763C89.5305 17.7921 88.6016 17.0361 87.5172 16.5894C86.4328 16.1427 85.2409 16.025 84.0901 16.2508C82.9393 16.4767 81.8804 17.0363 81.0453 17.8598C80.4984 18.4092 80.0685 19.0637 79.7815 19.7839C79.4945 20.504 79.3562 21.2748 79.3752 22.0497C79.3596 22.8299 79.4992 23.6053 79.7859 24.331C80.0727 25.0567 80.5007 25.7181 81.0453 26.2769C82.1891 27.3579 83.7032 27.9602 85.277 27.9602C86.8508 27.9602 88.365 27.3579 89.5088 26.2769ZM102.726 19.3562V31.5066L98.2096 31.508V17.3992C98.214 16.7675 98.3428 16.1428 98.5886 15.5609C98.8345 14.9789 99.1926 14.4511 99.6424 14.0075C100.092 13.564 100.625 13.2134 101.21 12.9758C101.796 12.7381 102.422 12.6181 103.054 12.6226H108.479V16.6999H104.434C104.21 16.6983 103.988 16.741 103.781 16.8254C103.573 16.9097 103.385 17.0342 103.226 17.1917C103.067 17.3491 102.94 17.5365 102.854 17.7429C102.767 17.9493 102.722 18.1708 102.722 18.3946L102.726 19.3562ZM133.579 11.9608C136.605 11.9608 138.911 12.9185 140.496 14.8339C141.986 16.6076 142.731 18.9253 142.731 21.7869L142.695 22.4962L142.624 23.2059H127.832C128.021 24.8375 128.683 26.1027 129.818 27.0014C130.954 27.9238 132.467 28.3849 134.359 28.3849C136.933 28.365 139.446 27.6011 141.595 26.1854H141.631V30.0522C139.388 31.3818 136.823 32.069 134.217 32.0386C130.741 32.0388 128.056 31.1283 126.164 29.3071C124.391 27.6043 123.504 25.3103 123.504 22.4253C123.504 19.3982 124.415 16.9032 126.235 14.9403C128.127 12.9539 130.575 11.9608 133.579 11.9608ZM133.472 15.508C132.16 15.4696 130.881 15.9254 129.889 16.7852C129.018 17.5594 128.399 18.5774 128.113 19.7072H138.549C138.415 18.6296 137.927 17.627 137.162 16.8561C136.215 15.9574 134.985 15.508 133.472 15.508ZM153.981 18.568L158.875 12.5285H164.465L156.776 22.0177L164.465 31.5069H158.875L153.981 25.4674L149.087 31.5069H143.496L151.185 22.0177L143.496 12.5285H149.087L153.981 18.568Z" fill="currentColor" /> <path d="M31.4284 30.7987C30.2728 29.6436 29.3561 28.272 28.7307 26.7625C28.1052 25.253 27.7833 23.6351 27.7833 22.0011C27.7833 20.3672 28.1052 18.7492 28.7307 17.2397C29.3561 15.7302 30.2728 14.3587 31.4284 13.2036L38.7558 5.87528L36.1269 3.24585L28.7987 10.5741C27.6435 11.7297 26.2719 12.6464 24.7624 13.2718C23.2529 13.8972 21.6349 14.2191 20.0009 14.2191C18.367 14.2191 16.749 13.8972 15.2395 13.2718C13.73 12.6464 12.3584 11.7297 11.2032 10.5741L3.87524 3.24585L1.24609 5.87528L8.57407 13.2033C10.9039 15.5385 12.2123 18.7025 12.2123 22.0011C12.2123 25.2998 10.9039 28.4638 8.57407 30.799L1.24609 38.1273L3.87524 40.7564L11.2032 33.4284C12.3584 32.2728 13.7299 31.3561 15.2394 30.7306C16.749 30.1051 18.367 29.7832 20.0009 29.7832C21.6349 29.7832 23.2529 30.1051 24.7624 30.7306C26.272 31.3561 27.6435 32.2728 28.7987 33.4284L36.1269 40.7564L38.7558 38.127L31.4278 30.799L31.4284 30.7987ZM20.0011 26.0647C18.5933 26.0641 17.1914 26.2468 15.8308 26.6082C15.7692 26.6244 15.7043 26.6242 15.6427 26.6075C15.5812 26.5909 15.525 26.5584 15.4799 26.5134C15.4348 26.4683 15.4023 26.4122 15.3856 26.3506C15.369 26.289 15.3687 26.2242 15.3849 26.1625C16.1057 23.4357 16.1057 20.5683 15.3849 17.8415C15.3686 17.7798 15.3688 17.7149 15.3855 17.6533C15.4021 17.5917 15.4346 17.5355 15.4797 17.4904C15.5249 17.4453 15.581 17.4129 15.6427 17.3963C15.7043 17.3797 15.7692 17.3795 15.8308 17.3958C18.564 18.1189 21.4382 18.1189 24.1713 17.3958C24.233 17.3795 24.2979 17.3797 24.3595 17.3963C24.4211 17.4129 24.4773 17.4454 24.5225 17.4905C24.5676 17.5355 24.6002 17.5917 24.6168 17.6533C24.6335 17.7149 24.6338 17.7797 24.6175 17.8415C23.8965 20.5683 23.8965 23.4357 24.6175 26.1625C24.6338 26.2242 24.6335 26.2891 24.6168 26.3507C24.6002 26.4123 24.5676 26.4684 24.5225 26.5135C24.4773 26.5586 24.4211 26.5911 24.3595 26.6077C24.2979 26.6243 24.233 26.6245 24.1713 26.6082C22.8107 26.2468 21.4089 26.0641 20.0011 26.0647Z" fill="currentColor" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6157 8.0137L13.9315 6.69799L12.6152 8.01169L9.23435 4.628L11.8658 2.0003L15.246 5.38311C16.5077 6.64196 18.2171 7.34895 19.9994 7.34895C21.7816 7.34895 23.4911 6.64196 24.7527 5.38311L28.1306 2L30.7621 4.6283L27.381 8.01199L26.0652 6.69799L27.381 8.0137C25.4214 9.96863 22.7664 11.0665 19.9984 11.0665C17.2304 11.0665 14.5754 9.96863 12.6157 8.0137ZM12.617 35.9899L9.23648 39.371L11.8656 41.9999L15.2465 38.6193C16.5082 37.3607 18.2176 36.6539 19.9998 36.6539C21.7819 36.6539 23.4914 37.3607 24.7531 38.6193L25.0646 38.3079L24.7531 38.6194L28.1337 42L30.763 39.3707L27.3824 35.9901L27.3823 35.9902C25.4232 34.0344 22.7682 32.9359 19.9999 32.9359C17.2316 32.9359 14.5764 34.0345 12.6173 35.9905L12.617 35.9899ZM4.69597 28.0693L6.01169 29.385C7.96676 27.4255 9.06473 24.7704 9.06473 22.0024C9.06473 19.2343 7.96676 16.5793 6.01169 14.6198L2.62915 11.2378L0 13.8672L3.3814 17.2478C4.63998 18.5096 5.34678 20.219 5.34678 22.0012C5.34678 23.7834 4.63998 25.4929 3.3814 26.7547L0.00057201 30.1352L2.62915 32.7647L6.00997 29.3841L4.69597 28.0693ZM34.6519 22.0012C34.6519 23.7835 35.3588 25.4929 36.6175 26.7547L40.0004 30.1341L37.3726 32.7655L33.9889 29.385L35.303 28.0693L33.9872 29.385C32.0313 27.4258 30.9327 24.7705 30.9327 22.0021C30.9327 19.2337 32.0313 16.5784 33.9872 14.6192L35.303 15.9349L33.9889 14.6192L37.3726 11.2363L40.0004 13.8678L36.6175 17.2478C35.3588 18.5095 34.6519 20.219 34.6519 22.0012Z" fill="currentColor" /> </svg></div> </a> <div class="navbar_content"> <div class="navbar_links"> <div class="navbar_link dropdown"> <div class="navbar_drop-text"> <div class="navbar_link-text">Product</div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d119983af2016f22f0bbcd_icon-arrow-dropdown.svg" loading="lazy" alt="" class="navbar_link-arrow" /> <div class="navbar_drop-active-line"></div> </div> <div class="navbar_drop-component"> <div class="padding-global tablet-none"> <div class="container-medium"> <div class="navbar_drop-content is-tablet-vertical"> <div class="navbar_drop-head is-tablet-visible"> <div class="heading-style-h4 text-color-dark">Our Products</div> <p class="text-size-small">A robust set of features to build a complete internal developer portal</p><a href="/explore" class="navbar_drop-tour-wrapper w-inline-block"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img-p-500.png 500w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img-p-800.png 800w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img.png 1008w" alt="" class="navbar_drop-tour-image" /> <div class="spacer-small"></div> <div class="button is-light is-navbar-custom"> <div>Product Tour</div> </div> </a> </div> <div class="navbar_drop-links more-columns"> <div class="navbar_drop-column"> <div class="text-style-label-3 is-tablet-label-2">System of Record</div> <div class="navbar_drop-links-group"><a href="/integrations" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e5de38aee69bc5b540d9_icon-Automated%20Production%20Readiness.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Integrations</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Sync data from anywhere with pre-built connections and a universal connector.</div> </div> </a><a href="/products/catalog" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e3b8533723d036c433c1db_icon-catalog.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Catalog</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Gain cross-tool visibility into ownership and health for every software component.</div> </div> </a><a href="/plugins" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4d8300d2bfcfb673065c7_icon-plugins.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Plugin Framework</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Extend your experience by embedding data visualizations from anywhere.</div> </div> </a></div> </div> <div class="navbar_drop-column"> <div class="text-style-label-3 is-tablet-label-2">Standards Alignment</div> <div class="navbar_drop-links-group"><a href="/products/scorecard" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e3b6ec80b9450dc0372c0b_icon-scorecards.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Scorecards</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Define the ideal target state for any team, domain, or software component.</div> </div> </a><a href="/products/eng-intelligence" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e5c8b70da85ba94d450b_icon-Engineering%20Efficiency.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Eng Intelligence</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Don&#x27;t just measure productivity, pinpoint blockers and unblock developers.</div> </div> </a></div> </div> <div class="navbar_drop-column"> <div class="text-style-label-3 is-tablet-label-2">Developer Self-Service</div> <div class="navbar_drop-links-group"><a href="/products/scaffolder" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e3b85f2b7853d2a7221269_icon-scaffolder.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Scaffolder</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Set standards in centralized templates for new service creation.</div> </div> </a><a href="/products/workflows" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/666c51f492ad58a0091563f9_workflows-icon.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="navbar_drop-title-wrap"> <div class="text-style-button-2 is-tablet-h6">Workflow Automations</div> <div class="navbar_drop-beta hide"> <div>beta</div> </div> </div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Chain together actions in connected tools</div> </div> </a><a href="/developer-homepage" class="navbar_drop-link small w-inline-block"> <div class="navbar_drop-icon-wrap small"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/650342bc5475b6ca26385331_Icon-developer.svg" loading="eager" alt="" class="navbar_drop-icon small" /></div> <div class="navbar_drop-link-texts small"> <div class="text-style-button-2 is-tablet-h6">Developer Homepage</div> <div class="text-size-xtiny text-color-grey-500 hide-tablet">Auto-prioritize tasks to keep software healthy.</div> </div> </a></div> </div> </div> </div> </div> </div> <div class="navbar_drop-border"></div> <div class="navbar_drop-border bottom"></div> </div> </div> <div class="navbar_link dropdown"> <div class="navbar_drop-text"> <div class="navbar_link-text">Solutions</div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d119983af2016f22f0bbcd_icon-arrow-dropdown.svg" loading="lazy" alt="" class="navbar_link-arrow" /> <div class="navbar_drop-active-line"></div> </div> <div class="navbar_drop-component"> <div class="padding-global tablet-none"> <div class="container-medium"> <div class="navbar_drop-content is-tablet-vertical"> <div class="navbar_drop-head is-tablet-visible"> <div class="heading-style-h4 text-color-dark">Our Solutions</div> <p class="text-size-small">Drive key initiatives and set a foundation for operational excellence</p><a href="/explore" class="navbar_drop-tour-wrapper w-inline-block"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img-p-500.png 500w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img-p-800.png 800w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66fad7a3c90f9ed1559f3529_navbar-tour-img.png 1008w" alt="" class="navbar_drop-tour-image" /> <div class="spacer-small"></div> <div class="button is-light is-navbar-custom"> <div>Product Tour</div> </div> </a> </div> <div class="navbar_drop-links"><a href="/solutions/software-ownership" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e5c8b70da85ba94d450b_icon-Engineering%20Efficiency.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6 is-smaller">Self-Service</div> <div class="text-size-tiny hide-tablet">Achieve consistency and reduce time-to-code.</div> </div> </a><a href="/solutions/modernization" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64ee24ef64b28dcf666f3c24_icon-Service%20Ownership.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6 is-smaller">Modernization</div> <div class="text-size-tiny hide-tablet">Keep all services and resources up-to-date wih the latest technology.</div> </div> </a><a href="/solutions/developer-productivity" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e5de38aee69bc5b540d9_icon-Automated%20Production%20Readiness.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6 is-smaller">Developer Onboarding</div> <div class="text-size-tiny hide-tablet">Eliminate noise and view relevant data in context.</div> </div> </a><a href="/solutions/incident-management" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e5e9f035dc3f433068a2_icon-Security%20Migration.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6 is-smaller">Incident Response</div> <div class="text-size-tiny hide-tablet">Speed time to resolve incidents.</div> </div> </a><a href="/solutions/production-readiness" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64ef8b54ebe80c32f4999451_icon-Production%20Readiness.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6 is-smaller">Production Readiness</div> <div class="text-size-tiny hide-tablet">Help your team understand the health of your services at a glance.</div> </div> </a><a href="/solutions/backstage-migration-helper" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4d8300d2bfcfb673065c7_icon-plugins.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6 is-smaller">Backstage Migration Helper</div> <div class="text-size-tiny hide-tablet">Keep your catalogs, lose the maintenance.</div> </div> </a></div> </div> </div> </div> <div class="navbar_drop-border"></div> <div class="navbar_drop-border bottom"></div> </div> </div> <div class="navbar_link dropdown"> <div class="navbar_drop-text"> <div class="navbar_link-text">Resources</div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d119983af2016f22f0bbcd_icon-arrow-dropdown.svg" loading="lazy" alt="" class="navbar_link-arrow" /> <div class="navbar_drop-active-line"></div> </div> <div class="navbar_drop-component"> <div class="padding-global tablet-none"> <div class="container-medium"> <div class="navbar_drop-content"> <div class="navbar_drop-head"> <div class="heading-style-h4 text-color-dark">Our Resources</div> <p class="text-size-small">Discover our resources and learn what your team can do with Cortex</p> </div> <div class="navbar_drop-links"><a href="https://docs.cortex.io/" target="_blank" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e68ae9ffafed12372d97_icon-docs.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6">Docs</div> <div class="text-size-tiny hide-tablet">Get started and access our in-depth guides.</div> </div> </a><a href="/blog" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e6956169a29d168356ff_icon-blog.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="layout-horizontal-xsmall"> <div class="heading-style-h6">Blog</div> <div class="navbar_blog-new_text">2 NEW this month</div> </div> <div class="text-size-tiny hide-tablet">Visit our blog for additional resources, updates and industry perspectives.</div> </div> </a><a href="/resources" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e6a386aaa45c8b2fc6e5_icon-papers.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6">Resources &amp; Events</div> <div class="text-size-tiny hide-tablet">Access our practical guides and keep tabs on webinars and events.</div> </div> </a><a href="https://www.cortex.io/pricing" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e4e6757236d141e3224a96_icon-pricing.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6">Pricing</div> <div class="text-size-tiny hide-tablet">Get a quote and see how your team can integrate Cortex.</div> </div> </a><a href="/careers" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64f8b28232452784f7393126_Icon-careers.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6">Careers</div> <div class="text-size-tiny hide-tablet">We’re looking for teammates to join us as we create a new category of engineering tooling.</div> </div> </a><a id="w-node-da137718-abaa-387d-9c5a-a37a6c95e509-a0d7b72b" href="/compare" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/661d5151898d761712df4e6b_Icon-backstage-vs-cortex.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6">Compare Alternatives</div> <div class="text-size-tiny hide-tablet">Side-by-side comparisons of Cortex vs Port, Backstage, OpsLevel.</div> </div> </a><a id="w-node-_6a1159d8-4fbf-88e8-1d87-f60a64192d00-a0d7b72b" href="/podcast" class="navbar_drop-link medium w-inline-block"> <div class="navbar_drop-icon-wrap medium"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/66f1890435f2bf0d6432cfa3_icon-podcast.svg" loading="eager" alt="" class="navbar_drop-icon" /></div> <div class="navbar_drop-link-texts"> <div class="heading-style-h6">Podcast</div> <div class="text-size-tiny hide-tablet">Learn from industry experts about the newest trends in platform engineering and developer experience.</div> </div> </a></div> </div> </div> </div> <div class="navbar_drop-border"></div> <div class="navbar_drop-border bottom"></div> </div> </div><a data-w-id="81129312-2777-d8ed-d0f6-0258a0d7b74f" href="/case-studies" class="navbar_link w-inline-block"> <div class="navbar_link-text">Customers</div> <div class="navbar_link-line"></div> </a><a data-w-id="81129312-2777-d8ed-d0f6-0258a0d7b757" href="https://app.getcortexapp.com/" target="_blank" class="navbar_link w-inline-block"> <div class="navbar_link-text">Login</div> <div class="navbar_link-line"></div> </a> </div> <div class="navbar_buttons"><a href="https://www.cortex.io/contact" class="button is-light is-custom w-button">Talk to Sales</a><a href="/demo" class="button w-button">Get Started</a></div> <div class="navbar_menu-socials"><a href="https://twitter.com/GetCortexApp" target="_blank" class="navbar_social-wrap w-inline-block"> <div class="navbar_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5222 10.7714L19.4785 4H18.0671L12.8952 9.87954L8.76437 4H4L10.2466 12.8909L4 19.9918H5.41155L10.8732 13.7828L15.2356 19.9918H20L13.5218 10.7714H13.5222ZM11.5889 12.9692L10.956 12.0839L5.92015 5.03921H8.0882L12.1522 10.7245L12.7851 11.6098L18.0677 18.9998H15.8997L11.5889 12.9696V12.9692Z" fill="currentColor" /> </svg></div> </a><a href="https://www.linkedin.com/company/30581230" target="_blank" class="navbar_social-wrap w-inline-block"> <div class="navbar_social-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="M3 4.98135C3 3.8573 3.86245 3 5.18229 3C6.50213 3 7.31563 3.85562 7.34264 4.98135C7.34264 6.08359 6.50381 6.96438 5.15866 6.96438H5.13334C3.83713 6.96438 3 6.08192 3 4.98135ZM16.5574 8.25941C14.5085 8.25941 13.592 9.3734 13.0789 10.1535V8.52952H9.2207C9.27134 9.60659 9.2207 19.9999 9.2207 19.9999H13.0789V13.5945C13.0789 13.2522 13.1043 12.91 13.2055 12.665C13.484 11.9805 14.1186 11.2709 15.1853 11.2709C16.5828 11.2709 17.1414 12.3228 17.1414 13.8646V19.9999H20.9997V13.4233C20.9997 9.89851 19.0959 8.25941 16.5574 8.25941ZM7.08578 8.53024H3.22754V20.0006H7.08578V8.53024Z" fill="currentColor" /> </svg></div> </a></div> <div class="navbar_menu-bg-top"></div> </div> <div data-w-id="8d2e6137-e9f8-c335-7bdf-4157aff93918" class="navbar_hamburger"> <div class="navbar_hamburger-line _1"></div> <div class="navbar_hamburger-line _2"></div> </div> </div> </div> </div> <div class="navbar_background pointer-events-off"></div> </nav> </div> <main class="main-wrapper"> <header class="section_about-header"> <div class="padding-section-medium is-mobile-small"></div> <div class="padding-global"> <div class="container-medium"> <div class="about-header_component"> <h1 class="text-color-dark">About Us</h1> <div class="spacer-xxlarge is-mobile-smaller"></div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/6501e0e9c64196a502c319d3_team-main.webp" loading="lazy" sizes="(max-width: 479px) 93vw, (max-width: 767px) 96vw, (max-width: 991px) 92vw, (max-width: 1279px) 82vw, 73vw" srcset="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/6501e0e9c64196a502c319d3_team-main-p-500.webp 500w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/6501e0e9c64196a502c319d3_team-main-p-800.webp 800w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/6501e0e9c64196a502c319d3_team-main-p-1080.webp 1080w, https://cdn.prod.website-files.com/633ba773cb734ef54c208050/6501e0e9c64196a502c319d3_team-main.webp 1494w" alt="" class="about-header_image" /> <div class="spacer-xxlarge is-mobile-smaller"></div> <div class="about-header_content"> <p>At Cortex, each one of us has felt the pain of a sprawling service-oriented architecture. We know what it feels like to get paged at 3 am for a service named Braavos that you&#x27;ve never seen before and frantically search for how to fix it so you can get back to sleep. We&#x27;ve seen service quality turn into institutional knowledge, hurting new engineers who join the team. And we remember seeing our former engineering teams being forced to build and maintain an internal tool to handle service complexity.</p> <div class="spacer-custom2 is-mobile-small"></div> <ul role="list" class="list w-list-unstyled"> <li class="list_item-dot"> <p class="text-size-small">Built by engineers from companies like Uber and Twilio, Cortex helps engineering teams build better software at scale.</p> </li> <li class="list_item-dot"> <p class="text-size-small">Engineering teams around the world trust Cortex to create visibility into their services and help drive adoption of best practices.</p> </li> </ul> <div class="spacer-xxlarge is-mobile-smaller"></div> <div class="mobile-text-align-center"> <h2 class="heading-style-h6 is-mobile-bigger text-color-dark">Come join us and help us transform the way software is built!</h2> </div> </div> </div> </div> </div> <div class="padding-section-medium is-mobile-smaller"></div> <div class="header_background about"> <div class="header_background-height w-embed"> <style> .header_background { height: calc(100% + 6.125rem); } </style> </div> </div> </header> <section class="section_posts"> <div class="padding-section-medium"></div> <div class="padding-global"> <div class="container-medium"> <div class="posts_component"> <div class="blog_wrapper w-dyn-list"> <div fs-cmsload-mode="infinite" fs-cmsfilter-element="list" fs-cmsload-element="list" role="list" class="blog_list _2-col w-dyn-items"> <div role="listitem" class="blog_item w-dyn-item"><a aria-label="Link to blog post" href="/post/announcing-series-c" class="blog_link w-inline-block"></a> <div class="blog_block"> <div class="blog_image-wrap"><img src="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/66d786ed704f4e0db75148b2_Series%20C.webp" loading="lazy" alt="" sizes="(max-width: 479px) 93vw, (max-width: 767px) 47vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 43vw" srcset="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/66d786ed704f4e0db75148b2_Series%20C-p-500.webp 500w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/66d786ed704f4e0db75148b2_Series%20C-p-800.webp 800w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/66d786ed704f4e0db75148b2_Series%20C-p-1080.webp 1080w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/66d786ed704f4e0db75148b2_Series%20C-p-1600.webp 1600w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/66d786ed704f4e0db75148b2_Series%20C.webp 1920w" class="blog_image" /></div> <div class="spacer-small"></div> <div class="tag_wrapper w-dyn-list"> <div role="list" class="tag_list w-dyn-items"> <div role="listitem" class="tag_item w-dyn-item"> <div class="tag_label is-dark"> <div fs-cmsfilter-field="topic" class="text-style-label-3">Cortex</div> </div> </div> </div> </div> <div class="spacer-small"></div> <h3 fs-cmsfilter-field="title" class="text-color-white">Announcing $60M in Funding to Build the Future of Developer Experience</h3> <div class="spacer-small"></div> </div> <div class="margin-top-auto right-auto z-index-2"> <div class="text-size-tiny text-weight-medium text-color-grey-500"> <div class="display-inline">By </div> <div class="display-inline">Anish Dhar</div> <div class="display-inline"> - </div> <div class="display-inline">September 4, 2024</div> </div> </div> <div class="blog_item-style w-embed"><!-- Hover effect for blog item --> <style> @media (min-width: 992px) { .blog_item .blog_block h3 { transition: color 200ms ease; } .blog_item:hover .blog_block h3 { color: #B7A3F5; } } .blog_item-bg { width: calc(100% + 2rem); height: calc(100% + 3rem); } </style> </div> </div> <div role="listitem" class="blog_item w-dyn-item"><a aria-label="Link to blog post" href="/post/building-cortex-as-a-remote-first-company" class="blog_link w-inline-block"></a> <div class="blog_block"> <div class="blog_image-wrap"><img src="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/64f8cb5e23f6b82155e053c6_team.avif" loading="lazy" alt="" sizes="(max-width: 479px) 93vw, (max-width: 767px) 47vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 43vw" srcset="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/64f8cb5e23f6b82155e053c6_team-p-500.avif 500w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/64f8cb5e23f6b82155e053c6_team-p-800.avif 800w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/64f8cb5e23f6b82155e053c6_team.avif 1200w" class="blog_image" /></div> <div class="spacer-small"></div> <div class="tag_wrapper w-dyn-list"> <div role="list" class="tag_list w-dyn-items"> <div role="listitem" class="tag_item w-dyn-item"> <div class="tag_label is-dark"> <div fs-cmsfilter-field="topic" class="text-style-label-3">Business</div> </div> </div> <div role="listitem" class="tag_item w-dyn-item"> <div class="tag_label is-dark"> <div fs-cmsfilter-field="topic" class="text-style-label-3">Cortex</div> </div> </div> </div> </div> <div class="spacer-small"></div> <h3 fs-cmsfilter-field="title" class="text-color-white">Building Cortex as a remote company</h3> <div class="spacer-small"></div> </div> <div class="margin-top-auto right-auto z-index-2"> <div class="text-size-tiny text-weight-medium text-color-grey-500"> <div class="display-inline">By </div> <div class="display-inline">Ganesh Datta</div> <div class="display-inline"> - </div> <div class="display-inline">February 2, 2022</div> </div> </div> <div class="blog_item-style w-embed"><!-- Hover effect for blog item --> <style> @media (min-width: 992px) { .blog_item .blog_block h3 { transition: color 200ms ease; } .blog_item:hover .blog_block h3 { color: #B7A3F5; } } .blog_item-bg { width: calc(100% + 2rem); height: calc(100% + 3rem); } </style> </div> </div> </div> </div> </div> </div> </div> <div class="padding-section-medium"></div> </section> <section class="section_blog-list bg-white"> <div class="padding-section-medium"></div> <div class="padding-global"> <div class="container-medium"> <div class="blog-list_component"> <h2 class="text-color-dark">What our engineering <span class="display-inlineblock is-mobile-inline">team works on</span></h2> <div class="spacer-huge"></div> <div class="blog-list_wrapper w-dyn-list"> <div role="list" class="blog-list_list is-light w-dyn-items"> <div role="listitem" class="blog-list_item w-dyn-item"><a href="/post/how-we-expect-the-unexpected-in-kotlin" class="blog-list_block is-light w-inline-block"> <div class="blog-list_image-wrapper"> <div class="blog-list_image-wrap"><img src="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/638a32b48d4847036240d353_61ba072f2261925aaa8c27f4_Cortex%2520Image.avif" loading="lazy" alt="" sizes="(max-width: 767px) 160px, (max-width: 991px) 11vw, (max-width: 1279px) 13vw, 12vw" srcset="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/638a32b48d4847036240d353_61ba072f2261925aaa8c27f4_Cortex%2520Image-p-500.avif 500w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/638a32b48d4847036240d353_61ba072f2261925aaa8c27f4_Cortex%2520Image.avif 1552w" class="blog-list_image" /></div> </div> <div class="blog-list_title-wrap"> <h3 class="heading-style-h4 text-color-dark">How we expect the unexpected in Kotlin</h3> </div> <div class="blog-list_desc-wrap"> <div class="text-color-dark"> <p class="text-size-small text-style-2lines">`IntegrationValue` is a type that can return any value but encapsulates all possible errors from 3rd party integrations. It allows us to handle expected and unexpected exceptions and errors gracefully and surface clean error messages to our customers when we cannot retry or handle them.</p> </div> </div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d28193a5889f9df5992178_icon-slider-arrow-right.svg" loading="lazy" alt="Arrow icon leading to next testimonial" class="blog-list_arrow" /> </a></div> <div role="listitem" class="blog-list_item w-dyn-item"><a href="/post/how-we-built-a-robust-demo-environment-for-our-sales-team" class="blog-list_block is-light w-inline-block"> <div class="blog-list_image-wrapper"> <div class="blog-list_image-wrap"><img src="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/638a32b48d4847036240d353_61ba072f2261925aaa8c27f4_Cortex%2520Image.avif" loading="lazy" alt="" sizes="(max-width: 767px) 160px, (max-width: 991px) 11vw, (max-width: 1279px) 13vw, 12vw" srcset="https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/638a32b48d4847036240d353_61ba072f2261925aaa8c27f4_Cortex%2520Image-p-500.avif 500w, https://cdn.prod.website-files.com/6345c5c6b6706121abad8dcd/638a32b48d4847036240d353_61ba072f2261925aaa8c27f4_Cortex%2520Image.avif 1552w" class="blog-list_image" /></div> </div> <div class="blog-list_title-wrap"> <h3 class="heading-style-h4 text-color-dark">How we built a robust demo environment for our sales team</h3> </div> <div class="blog-list_desc-wrap"> <div class="text-color-dark"> <p class="text-size-small text-style-2lines">With the help of the Service Locator pattern in our React app, we created a container specifically for our demo environment that can pre-load specific API calls, giving sales reps a deterministic, stable, and reliable demo environment.</p> </div> </div><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d28193a5889f9df5992178_icon-slider-arrow-right.svg" loading="lazy" alt="Arrow icon leading to next testimonial" class="blog-list_arrow" /> </a></div> </div> </div> </div> </div> </div> <div class="padding-section-medium"></div> </section> <section class="section_about-testimonials"> <div class="padding-section-medium"></div> <div class="padding-global"> <div class="container-medium"> <div class="about-testimonials_component"> <div class="about-testimonials_header"> <h2 class="text-color-dark">A couple of words from our team members</h2> </div> <div class="spacer-huge"></div> <div class="testiominals_wrapper"> <div class="testimonials_cards-slider width-full"> <div id="w-node-aedca4ae-d17f-11a2-b6bd-c26d79209c83-bbded80e" class="testimonials_cards swiper-wrapper"> <div class="swiper-slide custom"> <div class="testimonials_card custom"> <div class="testimonials_card-content"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64f8b714efa6776ccc143606_Cristina%20Buenahora%20Bustamante.webp" loading="lazy" alt="White woman with black hair smiling at the camera" class="testimonials_author-pic" /> <blockquote class="text-style-quote-3">“Cortex is defining and developing a new space and this gives all of us tons of opportunity to rapidly innovate, take on a wide array of projects, and quickly deliver a ton of value for our customers. I love it - it’s exciting - and I spend everyday building great technology with great people.”</blockquote> </div> <div class="testimonials_divider"></div> <div class="testimonials_author"> <div class="testimonials_author-infos"> <div class="heading-style-h6">Cristina Buenahora Bustamante</div> <div class="text-color-grey-500"> <div class="text-style-label-2">Director of Engineering</div> </div> </div> </div> </div> </div> <div class="swiper-slide custom"> <div class="testimonials_card custom"> <div class="testimonials_card-content"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64f8b739ab91e8b7e53669d2_Aditya%20Bansal.webp" loading="lazy" alt="Man with black hair smiling at the camera" class="testimonials_author-pic" /> <blockquote class="text-style-quote-3">&quot;Working with the team at Cortex has by far been my best experience in the industry. Not only is everyone super hard-working &amp; talented, they’re also incredibly humble and positive to be around!&quot;</blockquote> </div> <div class="testimonials_divider"></div> <div class="testimonials_author"> <div class="testimonials_author-infos"> <div class="heading-style-h6">Aditya Bansal</div> <div class="text-color-grey-500"> <div class="text-style-label-2">Founding Engineer</div> </div> </div> </div> </div> </div> <div class="swiper-slide custom"> <div class="testimonials_card custom"> <div class="testimonials_card-content"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64f8b80ada1bda9f077445f3_Mike%20Connell.webp" loading="lazy" alt="Man with beard and dark hair smiling at the camera" class="testimonials_author-pic" /> <blockquote class="text-style-quote-3">“Working at Cortex has been an incredible experience! It’s not often that individuals in a company feel like they have a voice heard by top leadership, but at Cortex we all have a seat at the table and input for how we operate. The future is bright here and we’re just getting started!”</blockquote> </div> <div class="testimonials_divider"></div> <div class="testimonials_author"> <div class="testimonials_author-infos"> <div class="heading-style-h6">Mike Connell</div> <div class="text-color-grey-500"> <div class="text-style-label-2">Founding Sales Person</div> </div> </div> </div> </div> </div> </div> </div> <div class="spacer-medium is-mobile-smaller"></div> <div class="testimonials_arrows"> <div fs-mirrorclick-element="trigger" class="testimonials_arrow white testimonials-prev"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d28170a5889f9df59901c5_icon-slider-arrow-left.svg" loading="lazy" alt="Arrow icon for previous testimonial" class="slider_arrow-icon" /></div> <div fs-mirrorclick-element="trigger-2" class="testimonials_arrow white testimonials-next"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d28193a5889f9df5992178_icon-slider-arrow-right.svg" loading="lazy" alt="Arrow icon leading to next testimonial" class="slider_arrow-icon" /></div> </div> </div> </div> </div> </div> <div class="padding-section-xsmall"></div> </section> <section class="section_about-careers"> <div class="padding-global"> <div class="container-medium"> <div class="about-careers_component"> <div class="about-careers_content"> <h2 class="text-color-white">Become a Member <span class="display-block is-mobile-inline">of Our Team</span></h2> <div class="spacer-custom2 is-mobile-small"></div> <div class="text-size-small"> <p class="text-color-purple-lighter">We’re looking for teammates to join us as we create a new category of engineering tooling, helping engineering teams foster a culture of reliability and ownership.</p> </div> </div><a href="/careers#open-positions" class="button is-black is-huge w-button">See Open Positions</a> </div> </div> </div> <div class="padding-section-medium"></div> </section> </main> <footer class="footer"> <div class="padding-global"> <div class="container-medium"> <div class="footer_wrapper"> <div class="cta_component"> <div class="cta_content"> <div class="text-align-center"> <h2 class="heading-style-h1 text-color-white">Join 2000+ weekly subscribers</h2> </div> <div class="spacer-large"></div> </div> <div zypsy-div-element="form" class="footer_form-newsletter"> <div class="marketo-form-embed w-embed w-script"><!-- Marketo form embed --> <form class="mktoForm" data-formId="1001" data-formInstance="one"></form> <!-- Form style --> <style> /* Main elements */ form[data-formId="1001"] { max-width: 100%; width: 100% !important; display: flex; align-items: center; position: relative; gap: 0rem; } .mktoOffset, .mktoGutter, label.mktoLabel { display: none; } form[data-formId="1001"] .mktoFormRow, .mktoFieldWrap { width: 100% !important; } .mktoFormRow:has(input[type="hidden"]) { display: none !important; } /* Input */ form[data-formId="1001"] .mktoFormCol { min-height: 0em !important; width: 100%; margin: 0px !important; } form[data-formId="1001"] input[type="email"] { width: 100% !important; height: 4rem; margin-bottom: 0; padding: 1.375rem 7.75rem 1.375rem 1.5rem; font-size: 0.875rem; line-height: 1.5; color: #12002d; background-color: white !important; border: 1px solid #c4bfca; border-radius: 9999px; transition: border-color 200ms ease; } form[data-formId="1001"] input[type="email"]:hover { border: 1px solid #210449; } form[data-formId="1001"] input[type="email"]::placeholder { color: #888096 !important; } form[data-formId="1001"] input[type="email"]:focus { border-color: #210449 !important; outline: 0; } /* Button */ form[data-formId="1001"] .mktoButtonWrap.mktoSimple .mktoButton { height: 3rem; padding: 0.75rem 1.25rem !important; border-radius: 999px !important; background-color: #7047eb !important; transition: background-color 0.2s !important; font-family: Inter, sans-serif !important; color: #f9f6fd !important; font-size: 0.875rem !important; font-weight: 500 !important; white-space: nowrap !important; background-image: none !important; border: none !important; } form[data-formId="1001"] .mktoButtonWrap.mktoSimple .mktoButton:hover { background-color: #12002d !important; } form[data-formId="1001"] .mktoButtonRow span { margin-left: 0px !important; display: block !important; } form[data-formId="1001"] .mktoButtonRow { position: absolute; right: 0.5rem; } /* Mobile responsiveness */ @media (max-width: 480px) { form[data-formId="1001"] { flex-direction: column; row-gap: 1rem; padding: 0; } form[data-formId="1001"] .mktoButtonRow { position: relative; width: 100%; right: 0; } form[data-formId="1001"] .mktoButtonWrap.mktoSimple .mktoButton { width: 100%; } form[data-formId="1001"] input[type="email"] { height: 2.5rem; padding: 0.5rem 0.75rem; border-radius: 0.75rem; } } </style> <!-- Form functionality --> <script src="//go.cortex.io/js/forms2/js/forms2.min.js"></script> <script> /* config area - replace with your instance values */ var mktoFormConfig = { podId: "//go.cortex.io", munchkinId: "563-WJM-722", formIds: [1001] }; /* ---- NO NEED TO TOUCH ANYTHING BELOW THIS LINE! ---- */ function mktoFormChain(config) { /* util */ var arrayify = getSelection.call.bind([].slice); /* const */ var MKTOFORM_ID_ATTRNAME = "data-formId"; /* fix inter-form label bug! */ MktoForms2.whenRendered(function(form) { var formEl = form.getFormElem()[0], rando = "_" + new Date().getTime() + Math.random(); arrayify(formEl.querySelectorAll("label[for]")).forEach(function(labelEl) { var forEl = formEl.querySelector('[id="' + labelEl.htmlFor + '"]'); if (forEl) { labelEl.htmlFor = forEl.id = forEl.id + rando; } }); }); MktoForms2.whenReady(function(form) { form.onSuccess(function(values, followUpUrl) { form.getFormElem().hide() $(".blog-header_form-cta").hide() console.log(form.getFormElem().closest("[zypsy-div-element='form']").find("[zypsy-div-element='success']")) form.getFormElem().closest("[zypsy-div-element='form']").find("[zypsy-div-element='success']").show() console.log('form sent') return false; }); }); /* chain, ensuring only one #mktoForm_nnn exists at a time */ arrayify(config.formIds).forEach(function(formId) { var loadForm = MktoForms2.loadForm.bind(MktoForms2, config.podId, config.munchkinId, formId), formEls = arrayify(document.querySelectorAll("[" + MKTOFORM_ID_ATTRNAME + '="' + formId + '"]')); (function loadFormCb(formEls) { var formEl = formEls.shift(); formEl.id = "mktoForm_" + formId; loadForm(function(form) { formEl.id = ""; if (formEls.length) { loadFormCb(formEls); } }); })(formEls); }); } mktoFormChain(mktoFormConfig); </script> </div> <div zypsy-div-element="success" class="hide"> <div class="form_message-success-block"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64e7a5543f3c09c3b27e015d_icon-form-check.svg" loading="lazy" alt="" class="form_message-success-icon" /> <div class="form_message-success-content"> <div class="heading-style-h6 text-color-white">Thank you!</div> <div class="spacer-xsmall"></div> <div class="text-color-white"> <div class="text-size-tiny text-color-white">You’ve been successfully subscribed<br /></div> </div> </div> </div> </div> </div> </div> <div class="footer_component"> <div class="footer_main"> <div class="footer_brand"><a href="/" class="footer_logo-wrap w-inline-block"> <div class="footer_logo w-embed"><svg width="100%" height="100%" viewBox="0 0 165 42" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M117.403 16.6999H121.573V12.6223H117.403V7.18384H112.887V12.6312H110.416V16.7088H112.887V26.7022C112.891 27.334 113.02 27.9586 113.266 28.5406C113.512 29.1225 113.87 29.6504 114.32 30.0939C114.769 30.5375 115.302 30.8881 115.888 31.1257C116.473 31.3634 117.099 31.4834 117.731 31.4789H121.573V27.3996H119.111C118.887 27.4012 118.665 27.3586 118.458 27.2743C118.251 27.1899 118.062 27.0655 117.903 26.9081C117.744 26.7507 117.617 26.5634 117.531 26.357C117.444 26.1507 117.4 25.9292 117.399 25.7054L117.403 24.7438V16.6999ZM58.3392 29.378C56.3525 27.5572 55.3592 25.1568 55.3594 22.177C55.3594 19.2445 56.3645 16.8086 58.3747 14.8694C60.3848 12.9301 62.9389 11.9606 66.0367 11.9608C68.5671 11.9608 70.7664 12.6229 72.6348 13.9472V18.1246L72.5993 18.096C70.4947 16.5118 68.3663 15.7196 66.2141 15.7194C64.2986 15.7194 62.7379 16.3225 61.5318 17.5285C60.9363 18.1218 60.4686 18.8308 60.1574 19.6117C59.8463 20.3926 59.6984 21.2289 59.7227 22.0692C59.7227 23.9848 60.3376 25.4865 61.5673 26.5744C62.8386 27.6927 64.4861 28.2884 66.1786 28.2416C68.3781 28.2416 70.5184 27.4612 72.5993 25.9002H72.6348V30.0508C70.6545 31.3804 68.3153 32.0735 65.9303 32.0372C62.8325 32.0378 60.3021 31.1514 58.3392 29.378ZM74.8586 22.0497C74.8354 20.718 75.0938 19.3963 75.617 18.1713C76.1402 16.9464 76.9163 15.8458 77.8944 14.9417C79.9137 13.0889 82.5546 12.0608 85.2952 12.0608C88.0358 12.0608 90.6767 13.0889 92.696 14.9417C93.6555 15.8602 94.4192 16.9635 94.9408 18.1851C95.4625 19.4066 95.7315 20.7212 95.7315 22.0495C95.7315 23.3778 95.4625 24.6923 94.9408 25.9139C94.4192 27.1354 93.6555 28.2387 92.696 29.1572C90.6766 31.0099 88.0357 32.0378 85.2952 32.0378C82.5547 32.0378 79.9138 31.0099 77.8944 29.1572C76.9164 28.2531 76.1404 27.1526 75.6172 25.9278C75.094 24.703 74.8355 23.3814 74.8586 22.0497ZM89.5088 26.2769C90.0656 25.7252 90.5041 25.0659 90.7977 24.3391C91.0913 23.6123 91.2337 22.8334 91.2164 22.0497C91.2036 20.877 90.8461 19.734 90.1883 18.763C89.5305 17.7921 88.6016 17.0361 87.5172 16.5894C86.4328 16.1427 85.2409 16.025 84.0901 16.2508C82.9393 16.4767 81.8804 17.0363 81.0453 17.8598C80.4984 18.4092 80.0685 19.0637 79.7815 19.7839C79.4945 20.504 79.3562 21.2748 79.3752 22.0497C79.3596 22.8299 79.4992 23.6053 79.7859 24.331C80.0727 25.0567 80.5007 25.7181 81.0453 26.2769C82.1891 27.3579 83.7032 27.9602 85.277 27.9602C86.8508 27.9602 88.365 27.3579 89.5088 26.2769ZM102.726 19.3562V31.5066L98.2096 31.508V17.3992C98.214 16.7675 98.3428 16.1428 98.5886 15.5609C98.8345 14.9789 99.1926 14.4511 99.6424 14.0075C100.092 13.564 100.625 13.2134 101.21 12.9758C101.796 12.7381 102.422 12.6181 103.054 12.6226H108.479V16.6999H104.434C104.21 16.6983 103.988 16.741 103.781 16.8254C103.573 16.9097 103.385 17.0342 103.226 17.1917C103.067 17.3491 102.94 17.5365 102.854 17.7429C102.767 17.9493 102.722 18.1708 102.722 18.3946L102.726 19.3562ZM133.579 11.9608C136.605 11.9608 138.911 12.9185 140.496 14.8339C141.986 16.6076 142.731 18.9253 142.731 21.7869L142.695 22.4962L142.624 23.2059H127.832C128.021 24.8375 128.683 26.1027 129.818 27.0014C130.954 27.9238 132.467 28.3849 134.359 28.3849C136.933 28.365 139.446 27.6011 141.595 26.1854H141.631V30.0522C139.388 31.3818 136.823 32.069 134.217 32.0386C130.741 32.0388 128.056 31.1283 126.164 29.3071C124.391 27.6043 123.504 25.3103 123.504 22.4253C123.504 19.3982 124.415 16.9032 126.235 14.9403C128.127 12.9539 130.575 11.9608 133.579 11.9608ZM133.472 15.508C132.16 15.4696 130.881 15.9254 129.889 16.7852C129.018 17.5594 128.399 18.5774 128.113 19.7072H138.549C138.415 18.6296 137.927 17.627 137.162 16.8561C136.215 15.9574 134.985 15.508 133.472 15.508ZM153.981 18.568L158.875 12.5285H164.465L156.776 22.0177L164.465 31.5069H158.875L153.981 25.4674L149.087 31.5069H143.496L151.185 22.0177L143.496 12.5285H149.087L153.981 18.568Z" fill="currentColor" /> <path d="M31.4284 30.7987C30.2728 29.6436 29.3561 28.272 28.7307 26.7625C28.1052 25.253 27.7833 23.6351 27.7833 22.0011C27.7833 20.3672 28.1052 18.7492 28.7307 17.2397C29.3561 15.7302 30.2728 14.3587 31.4284 13.2036L38.7558 5.87528L36.1269 3.24585L28.7987 10.5741C27.6435 11.7297 26.2719 12.6464 24.7624 13.2718C23.2529 13.8972 21.6349 14.2191 20.0009 14.2191C18.367 14.2191 16.749 13.8972 15.2395 13.2718C13.73 12.6464 12.3584 11.7297 11.2032 10.5741L3.87524 3.24585L1.24609 5.87528L8.57407 13.2033C10.9039 15.5385 12.2123 18.7025 12.2123 22.0011C12.2123 25.2998 10.9039 28.4638 8.57407 30.799L1.24609 38.1273L3.87524 40.7564L11.2032 33.4284C12.3584 32.2728 13.7299 31.3561 15.2394 30.7306C16.749 30.1051 18.367 29.7832 20.0009 29.7832C21.6349 29.7832 23.2529 30.1051 24.7624 30.7306C26.272 31.3561 27.6435 32.2728 28.7987 33.4284L36.1269 40.7564L38.7558 38.127L31.4278 30.799L31.4284 30.7987ZM20.0011 26.0647C18.5933 26.0641 17.1914 26.2468 15.8308 26.6082C15.7692 26.6244 15.7043 26.6242 15.6427 26.6075C15.5812 26.5909 15.525 26.5584 15.4799 26.5134C15.4348 26.4683 15.4023 26.4122 15.3856 26.3506C15.369 26.289 15.3687 26.2242 15.3849 26.1625C16.1057 23.4357 16.1057 20.5683 15.3849 17.8415C15.3686 17.7798 15.3688 17.7149 15.3855 17.6533C15.4021 17.5917 15.4346 17.5355 15.4797 17.4904C15.5249 17.4453 15.581 17.4129 15.6427 17.3963C15.7043 17.3797 15.7692 17.3795 15.8308 17.3958C18.564 18.1189 21.4382 18.1189 24.1713 17.3958C24.233 17.3795 24.2979 17.3797 24.3595 17.3963C24.4211 17.4129 24.4773 17.4454 24.5225 17.4905C24.5676 17.5355 24.6002 17.5917 24.6168 17.6533C24.6335 17.7149 24.6338 17.7797 24.6175 17.8415C23.8965 20.5683 23.8965 23.4357 24.6175 26.1625C24.6338 26.2242 24.6335 26.2891 24.6168 26.3507C24.6002 26.4123 24.5676 26.4684 24.5225 26.5135C24.4773 26.5586 24.4211 26.5911 24.3595 26.6077C24.2979 26.6243 24.233 26.6245 24.1713 26.6082C22.8107 26.2468 21.4089 26.0641 20.0011 26.0647Z" fill="currentColor" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6157 8.0137L13.9315 6.69799L12.6152 8.01169L9.23435 4.628L11.8658 2.0003L15.246 5.38311C16.5077 6.64196 18.2171 7.34895 19.9994 7.34895C21.7816 7.34895 23.4911 6.64196 24.7527 5.38311L28.1306 2L30.7621 4.6283L27.381 8.01199L26.0652 6.69799L27.381 8.0137C25.4214 9.96863 22.7664 11.0665 19.9984 11.0665C17.2304 11.0665 14.5754 9.96863 12.6157 8.0137ZM12.617 35.9899L9.23648 39.371L11.8656 41.9999L15.2465 38.6193C16.5082 37.3607 18.2176 36.6539 19.9998 36.6539C21.7819 36.6539 23.4914 37.3607 24.7531 38.6193L25.0646 38.3079L24.7531 38.6194L28.1337 42L30.763 39.3707L27.3824 35.9901L27.3823 35.9902C25.4232 34.0344 22.7682 32.9359 19.9999 32.9359C17.2316 32.9359 14.5764 34.0345 12.6173 35.9905L12.617 35.9899ZM4.69597 28.0693L6.01169 29.385C7.96676 27.4255 9.06473 24.7704 9.06473 22.0024C9.06473 19.2343 7.96676 16.5793 6.01169 14.6198L2.62915 11.2378L0 13.8672L3.3814 17.2478C4.63998 18.5096 5.34678 20.219 5.34678 22.0012C5.34678 23.7834 4.63998 25.4929 3.3814 26.7547L0.00057201 30.1352L2.62915 32.7647L6.00997 29.3841L4.69597 28.0693ZM34.6519 22.0012C34.6519 23.7835 35.3588 25.4929 36.6175 26.7547L40.0004 30.1341L37.3726 32.7655L33.9889 29.385L35.303 28.0693L33.9872 29.385C32.0313 27.4258 30.9327 24.7705 30.9327 22.0021C30.9327 19.2337 32.0313 16.5784 33.9872 14.6192L35.303 15.9349L33.9889 14.6192L37.3726 11.2363L40.0004 13.8678L36.6175 17.2478C35.3588 18.5095 34.6519 20.219 34.6519 22.0012Z" fill="currentColor" /> </svg></div> </a></div> <div class="footer_links"> <div id="w-node-a73a5d72-4c64-7f5c-9b7f-56e40140b13d-0140b12a" class="footer_links-group"> <div class="text-color-white"> <div class="text-style-label-1">Product</div> </div> <div class="footer_links-list"><a href="/products/scorecard" class="footer_link">Scorecards</a><a href="/products/scaffolder" class="footer_link">Scaffolder</a><a href="/products/catalog" class="footer_link">Catalog</a><a href="/plugins" class="footer_link">Plugins</a><a href="/integrations" class="footer_link">Integrations</a></div> </div> <div id="w-node-a73a5d72-4c64-7f5c-9b7f-56e40140b14e-0140b12a" class="footer_links-group"> <div class="text-color-white"> <div class="text-style-label-1">Solutions</div> </div> <div class="footer_links-list"><a href="/solutions/software-ownership" class="footer_link">Software Ownership</a><a href="/solutions/modernization" class="footer_link">Modernization</a><a href="/solutions/developer-productivity" class="footer_link">Developer Productivity</a><a href="/solutions/incident-management" class="footer_link">Incident Management</a><a href="/solutions/production-readiness" class="footer_link">Production Readiness</a><a href="/solutions/backstage-migration-helper" class="footer_link">Backstage Migration Helper</a></div> </div> <div id="w-node-a73a5d72-4c64-7f5c-9b7f-56e40140b15b-0140b12a" class="footer_links-group"> <div class="text-color-white"> <div class="text-style-label-1">Resources</div> </div> <div class="footer_links-list"><a href="https://docs.getcortexapp.com/" target="_blank" class="footer_link">Docs</a><a href="/blog" class="footer_link">Blog</a><a href="/pricing" class="footer_link">Pricing</a><a href="/case-studies" class="footer_link">Customers</a><a href="/podcast" class="footer_link">Podcast</a></div> </div> <div id="w-node-a73a5d72-4c64-7f5c-9b7f-56e40140b16c-0140b12a" class="footer_links-group"> <div class="text-color-white"> <div class="text-style-label-1">Company</div> </div> <div class="footer_links-list"><a href="/about-us" aria-current="page" class="footer_link w--current">About Us</a> <div class="footer_link-careers-wrap"><a href="/careers" class="footer_link">Careers</a> <div class="footer_link-careers">We’re hiring</div> </div><a href="/press" class="footer_link">Press</a><a href="/legal/privacy-policy" class="footer_link">Privacy Policy</a><a href="/legal/security-policy" class="footer_link">Security Policy</a><a href="/legal/terms-of-service" class="footer_link">Terms of Service</a> </div> </div> </div> </div> <div class="footer_infos"> <div class="footer_rights"> <div class="text-color-grey-100"> <div class="text-weight-medium"> <div class="text-size-tiny">© 2024 Cortex. All rights reserved.</div> </div> </div> </div> <div class="footer_certificates"><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/67251273e9447e985e3dce26_Prescient%20Security%20Certificate.png" loading="lazy" alt="" class="footer_prescient" /><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d3ae48810f0835379d4b07_y-combinator.svg" loading="lazy" alt="" class="footer_y-combinator" /><img src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/64d3ae5eb043f615f94b139e_SOC.svg" loading="lazy" alt="" class="footer_soc" /></div> <div class="footer_socials"><a href="https://twitter.com/GetCortexApp" target="_blank" class="footer_social-wrap w-inline-block"> <div class="footer_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5222 10.7714L19.4785 4H18.0671L12.8952 9.87954L8.76437 4H4L10.2466 12.8909L4 19.9918H5.41155L10.8732 13.7828L15.2356 19.9918H20L13.5218 10.7714H13.5222ZM11.5889 12.9692L10.956 12.0839L5.92015 5.03921H8.0882L12.1522 10.7245L12.7851 11.6098L18.0677 18.9998H15.8997L11.5889 12.9696V12.9692Z" fill="currentColor" /> </svg></div> </a><a href="https://www.linkedin.com/company/30581230" target="_blank" class="footer_social-wrap w-inline-block"> <div class="footer_social-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="M3 4.98135C3 3.8573 3.86245 3 5.18229 3C6.50213 3 7.31563 3.85562 7.34264 4.98135C7.34264 6.08359 6.50381 6.96438 5.15866 6.96438H5.13334C3.83713 6.96438 3 6.08192 3 4.98135ZM16.5574 8.25941C14.5085 8.25941 13.592 9.3734 13.0789 10.1535V8.52952H9.2207C9.27134 9.60659 9.2207 19.9999 9.2207 19.9999H13.0789V13.5945C13.0789 13.2522 13.1043 12.91 13.2055 12.665C13.484 11.9805 14.1186 11.2709 15.1853 11.2709C16.5828 11.2709 17.1414 12.3228 17.1414 13.8646V19.9999H20.9997V13.4233C20.9997 9.89851 19.0959 8.25941 16.5574 8.25941ZM7.08578 8.53024H3.22754V20.0006H7.08578V8.53024Z" fill="currentColor" /> </svg></div> </a></div> </div> </div> </div> </div> </div> </footer> </div> <script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=633ba773cb734ef54c208050" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="https://cdn.prod.website-files.com/633ba773cb734ef54c208050/js/cortex-zypsy.347661475.js" type="module"></script><!-- Script of gradient effect --> <script src="https://firebasestorage.googleapis.com/v0/b/zypsy-cortex.appspot.com/o/bg_grad.js?alt=media&token=c66d7fd0-78bc-407a-8ca2-7bdc54eb5c72"></script> <style> body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #canvas_js { mix-blend-mode: screen; } #canvas_bg { width: 100%; height: 100%; } </style> <!-- Remove resizing option from message field --> <style> .form-field.is-message { resize: none; } </style> <!-- Hover animation for blog post items --> <style> .blog_block-old .blog_image-wrap .blog_image { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .6s cubic-bezier(0.33, 1, 0.68, 1); transition: .6s cubic-bezier(0.33, 1, 0.68, 1); } .blog_block-old:hover .blog_image-wrap .blog_image { -webkit-transform: scale(1.06); transform: scale(1.06); } .blog_block-old .heading-style-h4-old { color: #25074d; -webkit-transition: .5s ease; transition: .5s ease; } .blog_block-old:hover .heading-style-h4-old { color: #7650e9; } </style> <!-- Schema markup --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Corporation", "name": "Cortex", "alternateName": "Cortex Applications, Inc.", "url": "https://www.cortex.io/", "logo": "https://assets.website-files.com/633ba773cb734ef54c208050/63460d0da2b19901fab67716_OPG.png", "sameAs": [ "https://twitter.com/GetCortexApp", "https://www.linkedin.com/company/cortexapp/" ] } </script> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "WebSite", "name": "Cortex", "url": "https://www.cortex.io/", "potentialAction": { "@type": "SearchAction", "target": { "@type": "EntryPoint", "urlTemplate": "{search_term_string}" }, "query-input": "required name=search_term_string" } } </script> <script> checkNewBlogNavbarUpdate() </script><!-- Swiper setup for testimonials --> <script> const swiper = new Swiper('.testimonials_cards-slider', { // Optional parameters direction: 'horizontal', slidesPerView: 1, breakpoints: { 991: { slidesPerView: 2, } }, navigation: { nextEl: '.testimonials-next', prevEl: '.testimonials-prev', }, }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10