[{"data":1,"prerenderedAt":822},["ShallowReactive",2],{"/en-us/blog/navigate-repositories-faster-with-the-file-tree-browser":3,"navigation-en-us":38,"banner-en-us":459,"footer-en-us":469,"blog-post-authors-en-us-Talia Armato-Helle":709,"blog-related-posts-en-us-navigate-repositories-faster-with-the-file-tree-browser":724,"blog-promotions-en-us":759,"next-steps-en-us":812},{"id":4,"title":5,"authorSlugs":6,"authors":8,"body":10,"category":11,"categorySlug":11,"config":12,"content":16,"date":23,"description":17,"extension":24,"externalUrl":25,"featured":13,"heroImage":22,"isFeatured":13,"meta":26,"navigation":13,"path":27,"publishedDate":23,"rawbody":28,"seo":29,"slug":15,"stem":33,"tagSlugs":34,"tags":36,"template":14,"updatedDate":25,"__hash__":37},"blogPosts/en-us/blog/navigate-repositories-faster-with-the-file-tree-browser.yml","Navigate repositories faster with the file tree browser",[7],"talia-armato-helle",[9],"Talia Armato-Helle","You spot a file in the repository browser. You click into it, read through the code, and now you need to check something in a different part of the tree. So you hit the back button. Navigate down again. Maybe one more level. You find the next file, click in, and repeat.\n\nIt works. It just gets old fast.\n\nIf you have ever wished the repository browser felt more like your IDE and less like a series of breadcrumb trails, the file tree browser in GitLab 18.9 is for you.\n\n## What the file tree browser does\n\nThe file tree browser adds a collapsible, resizable panel alongside your file and directory views so your project structure stays visible while you read and navigate code. No more losing your place. No more clicking back to figure out where you are.\n\nIt shows your project’s files and directories in a tree alongside the file list and file content so you can see structure and code at the same time.\n\nIf you have used a file tree in an IDE or a Git platform, it should feel familiar:\n\n**Navigate with structure**\n\nExpand and collapse directories and switch between files while keeping a clear view of where you are in the repository hierarchy. When you navigate directly to a nested file, the tree expands parent directories and highlights the current file so you do not lose context. The tree also synchronizes with your current location, so selecting a file in the main content area updates the tree to match.\n\n**Filter by filename**\n\nAfter opening the tree, press `F` to open the global search dialog. Type part of a filename to jump to it from the results list, with each result showing its parent directories so you know where you are landing.\n\n\n**Keyboard-first navigation**\n\nThe tree implements the W3C ARIA treeview pattern, so you can move through files and directories entirely from the keyboard using arrow keys plus Enter, Space, Home, End, and character keys. That makes it more accessible for screen reader users and anyone who prefers to keep their hands on the keyboard.\n\n\n**Responsive across viewports**\n\nOn a desktop, the tree sits side by side with your file list and code. On smaller viewports, it becomes a left-side drawer you can toggle open when you need it. On mobile, the tree is hidden so the code view can use the full screen.\n\n\n**Built for large repositories**\n\nFor repositories with many entries, the tree uses pagination so you can load more items as needed without overwhelming the page. The experience stays responsive as your project grows.\n\n## See the file tree browser in action\n\nWatch GitLab Principal Developer Advocate Michael Friedrich walk through the new file tree browser in GitLab and see how it makes navigating large repositories feel like working in your IDE. The demo uses the [GitLab project: Tanuki IoT Platform](https://gitlab.com/gitlab-da/use-cases/ai/gitlab-duo-agent-platform/demo-environments/tanuki-iot-platform) project, which you can explore yourself to try the file tree in a real repository.\n\n\n\u003Ciframe src=\"https://player.vimeo.com/video/1171188581?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"File Tree in Repo Demo\">\u003C/iframe>\u003Cscript src=\"https://player.vimeo.com/api/player.js\">\u003C/script>\n\n\n## Try the file tree browser today\n\nThe file tree browser is available now on GitLab.com and was released in [18.9](https://docs.gitlab.com/releases/18/gitlab-18-9-released/) for GitLab Self-Managed and GitLab Dedicated.\n\nHere is how to get started:\n\n1. Open any repository file or directory view in your project (`/\u003Cproject>/-/tree/\u003Cbranch>`).\n2. In the upper left corner, select the file tree icon or press `Shift+F` to toggle the file tree browser.\n3. Press `F` to filter files by name or extension, start typing, and use the arrow keys plus `Enter` to jump directly to the file you want.\n\n## What’s next\n\nThe Source Code team at GitLab built the file tree browser with accessibility, performance at scale, and cross-viewport consistency as core requirements. Those principles will continue to guide what comes next, and your feedback will help us shape future iterations.\n\n## Help us continue to improve the file tree browser\n\nShare your thoughts about the file tree browser in [our feedback issue](https://gitlab.com/gitlab-org/gitlab/-/issues/581271).\n\n\n> Want to learn more about the file tree browser? Read the [file tree browser documentation](https://docs.gitlab.com/user/project/repository/files/file_tree_browser/).\n","product",{"featured":13,"template":14,"slug":15},true,"BlogPost","navigate-repositories-faster-with-the-file-tree-browser",{"title":5,"description":17,"authors":18,"category":11,"tags":19,"body":10,"heroImage":22,"date":23},"Learn all about this new collapsible feature to increase visibility and simplify navigation, available across GitLab.com, GitLab Self-Managed, and GitLab Dedicated.",[9],[20,11,21],"features","DevSecOps","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773075582/yiosxfhwk8rfkulrtchv.png","2026-03-09","yml",null,{},"/en-us/blog/navigate-repositories-faster-with-the-file-tree-browser","seo:\n  config:\n    noIndex: false\n  title: Navigate repositories faster with the file tree browser\n  description: Learn all about this new collapsible feature to increase visibility\n    and simplify navigation, available across GitLab.com, Self-Managed, and Dedicated.\ncontent:\n  title: Navigate repositories faster with the file tree browser\n  description: Learn all about this new collapsible feature to increase visibility\n    and simplify navigation, available across GitLab.com, GitLab Self-Managed, and GitLab Dedicated.\n  authors:\n    - Talia Armato-Helle\n  category: product\n  tags:\n    - features\n    - product\n    - DevSecOps\n  body: >\n    You spot a file in the repository browser. You click into it, read through\n    the code, and now you need to check something in a different part of the\n    tree. So you hit the back button. Navigate down again. Maybe one more level.\n    You find the next file, click in, and repeat.\n\n\n    It works. It just gets old fast.\n\n\n    If you have ever wished the repository browser felt more like your IDE and less like a series of breadcrumb trails, the file tree browser in GitLab 18.9 is for you.\n\n\n    ## What the file tree browser does\n\n\n    The file tree browser adds a collapsible, resizable panel alongside your file and directory views so your project structure stays visible while you read and navigate code. No more losing your place. No more clicking back to figure out where you are.\n\n\n    It shows your project’s files and directories in a tree alongside the file list and file content so you can see structure and code at the same time.\n\n\n    If you have used a file tree in an IDE or a Git platform, it should feel familiar:\n\n\n    **Navigate with structure**\n\n\n    Expand and collapse directories and switch between files while keeping a clear view of where you are in the repository hierarchy. When you navigate directly to a nested file, the tree expands parent directories and highlights the current file so you do not lose context. The tree also synchronizes with your current location, so selecting a file in the main content area updates the tree to match.\n\n\n    **Filter by filename**\n\n\n    After opening the tree, press `F` to open the global search dialog. Type part of a filename to jump to it from the results list, with each result showing its parent directories so you know where you are landing.\n\n\n\n    **Keyboard-first navigation**\n\n\n    The tree implements the W3C ARIA treeview pattern, so you can move through files and directories entirely from the keyboard using arrow keys plus Enter, Space, Home, End, and character keys. That makes it more accessible for screen reader users and anyone who prefers to keep their hands on the keyboard.\n\n\n\n    **Responsive across viewports**\n\n\n    On a desktop, the tree sits side by side with your file list and code. On smaller viewports, it becomes a left-side drawer you can toggle open when you need it. On mobile, the tree is hidden so the code view can use the full screen.\n\n\n\n    **Built for large repositories**\n\n\n    For repositories with many entries, the tree uses pagination so you can load more items as needed without overwhelming the page. The experience stays responsive as your project grows.\n\n\n    ## See the file tree browser in action\n\n\n    Watch GitLab Principal Developer Advocate Michael Friedrich walk through the new file tree browser in GitLab and see how it makes navigating large repositories feel like working in your IDE. The demo uses the [GitLab project: Tanuki IoT Platform](https://gitlab.com/gitlab-da/use-cases/ai/gitlab-duo-agent-platform/demo-environments/tanuki-iot-platform) project, which you can explore yourself to try the file tree in a real repository.\n\n\n\n    \u003Ciframe src=\"https://player.vimeo.com/video/1171188581?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"File Tree in Repo Demo\">\u003C/iframe>\u003Cscript src=\"https://player.vimeo.com/api/player.js\">\u003C/script>\n\n\n\n    ## Try the file tree browser today\n\n\n    The file tree browser is available now on GitLab.com and was released in [18.9](https://docs.gitlab.com/releases/18/gitlab-18-9-released/) for GitLab Self-Managed and GitLab Dedicated.\n\n\n    Here is how to get started:\n\n\n    1. Open any repository file or directory view in your project (`/\u003Cproject>/-/tree/\u003Cbranch>`).\n\n    2. In the upper left corner, select the file tree icon or press `Shift+F` to toggle the file tree browser.\n\n    3. Press `F` to filter files by name or extension, start typing, and use the arrow keys plus `Enter` to jump directly to the file you want.\n\n\n    ## What’s next\n\n\n    The Source Code team at GitLab built the file tree browser with accessibility, performance at scale, and cross-viewport consistency as core requirements. Those principles will continue to guide what comes next, and your feedback will help us shape future iterations.\n\n\n    ## Help us continue to improve the file tree browser\n\n\n    Share your thoughts about the file tree browser in [our feedback issue](https://gitlab.com/gitlab-org/gitlab/-/issues/581271).\n\n\n\n    > Want to learn more about the file tree browser? Read the [file tree browser documentation](https://docs.gitlab.com/user/project/repository/files/file_tree_browser/).\n  heroImage: https://res.cloudinary.com/about-gitlab-com/image/upload/v1773075582/yiosxfhwk8rfkulrtchv.png\n  date: 2026-03-09\nconfig:\n  featured: true\n  template: BlogPost\n  slug: navigate-repositories-faster-with-the-file-tree-browser\n",{"config":30,"title":5,"description":32},{"noIndex":31},false,"Learn all about this new collapsible feature to increase visibility and simplify navigation, available across GitLab.com, Self-Managed, and Dedicated.","en-us/blog/navigate-repositories-faster-with-the-file-tree-browser",[20,11,35],"devsecops",[20,11,21],"QIhQmk8o9A_x9p4h3gj2nQT6n-w998rudgT2-EIdSz0",{"logo":39,"freeTrial":44,"sales":49,"login":54,"items":59,"search":379,"minimal":410,"duo":429,"switchNav":438,"pricingDeployment":449},{"config":40},{"href":41,"dataGaName":42,"dataGaLocation":43},"/","gitlab logo","header",{"text":45,"config":46},"Get free trial",{"href":47,"dataGaName":48,"dataGaLocation":43},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":50,"config":51},"Talk to sales",{"href":52,"dataGaName":53,"dataGaLocation":43},"/sales/","sales",{"text":55,"config":56},"Sign in",{"href":57,"dataGaName":58,"dataGaLocation":43},"https://gitlab.com/users/sign_in/","sign in",[60,89,189,194,298,359],{"text":61,"config":62,"menu":64},"Platform",{"dataNavLevelOne":63},"platform",{"type":65,"columns":66},"cards",[67,73,81],{"title":61,"description":68,"link":69},"The intelligent orchestration platform for DevSecOps",{"text":70,"config":71},"Explore our Platform",{"href":72,"dataGaName":63,"dataGaLocation":43},"/platform/",{"title":74,"description":75,"link":76},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":77,"config":78},"Meet GitLab Duo",{"href":79,"dataGaName":80,"dataGaLocation":43},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":82,"description":83,"link":84},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":85,"config":86},"Learn more",{"href":87,"dataGaName":88,"dataGaLocation":43},"/why-gitlab/","why gitlab",{"text":90,"left":13,"config":91,"menu":93},"Product",{"dataNavLevelOne":92},"solutions",{"type":94,"link":95,"columns":99,"feature":168},"lists",{"text":96,"config":97},"View all Solutions",{"href":98,"dataGaName":92,"dataGaLocation":43},"/solutions/",[100,124,147],{"title":101,"description":102,"link":103,"items":108},"Automation","CI/CD and automation to accelerate deployment",{"config":104},{"icon":105,"href":106,"dataGaName":107,"dataGaLocation":43},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[109,113,116,120],{"text":110,"config":111},"CI/CD",{"href":112,"dataGaLocation":43,"dataGaName":110},"/solutions/continuous-integration/",{"text":74,"config":114},{"href":79,"dataGaLocation":43,"dataGaName":115},"gitlab duo agent platform - product menu",{"text":117,"config":118},"Source Code Management",{"href":119,"dataGaLocation":43,"dataGaName":117},"/solutions/source-code-management/",{"text":121,"config":122},"Automated Software Delivery",{"href":106,"dataGaLocation":43,"dataGaName":123},"Automated software delivery",{"title":125,"description":126,"link":127,"items":132},"Security","Deliver code faster without compromising security",{"config":128},{"href":129,"dataGaName":130,"dataGaLocation":43,"icon":131},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[133,137,142],{"text":134,"config":135},"Application Security Testing",{"href":129,"dataGaName":136,"dataGaLocation":43},"Application security testing",{"text":138,"config":139},"Software Supply Chain Security",{"href":140,"dataGaLocation":43,"dataGaName":141},"/solutions/supply-chain/","Software supply chain security",{"text":143,"config":144},"Software Compliance",{"href":145,"dataGaName":146,"dataGaLocation":43},"/solutions/software-compliance/","software compliance",{"title":148,"link":149,"items":154},"Measurement",{"config":150},{"icon":151,"href":152,"dataGaName":153,"dataGaLocation":43},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[155,159,163],{"text":156,"config":157},"Visibility & Measurement",{"href":152,"dataGaLocation":43,"dataGaName":158},"Visibility and Measurement",{"text":160,"config":161},"Value Stream Management",{"href":162,"dataGaLocation":43,"dataGaName":160},"/solutions/value-stream-management/",{"text":164,"config":165},"Analytics & Insights",{"href":166,"dataGaLocation":43,"dataGaName":167},"/solutions/analytics-and-insights/","Analytics and insights",{"title":169,"type":94,"items":170},"GitLab for",[171,177,183],{"text":172,"config":173},"Enterprise",{"icon":174,"href":175,"dataGaLocation":43,"dataGaName":176},"Building","/enterprise/","enterprise",{"text":178,"config":179},"Small Business",{"icon":180,"href":181,"dataGaLocation":43,"dataGaName":182},"Work","/small-business/","small business",{"text":184,"config":185},"Public Sector",{"icon":186,"href":187,"dataGaLocation":43,"dataGaName":188},"Organization","/solutions/public-sector/","public sector",{"text":190,"config":191},"Pricing",{"href":192,"dataGaName":193,"dataGaLocation":43,"dataNavLevelOne":193},"/pricing/","pricing",{"text":195,"config":196,"menu":198},"Resources",{"dataNavLevelOne":197},"resources",{"type":94,"link":199,"columns":203,"feature":287},{"text":200,"config":201},"View all resources",{"href":202,"dataGaName":197,"dataGaLocation":43},"/resources/",[204,237,259],{"title":205,"items":206},"Getting started",[207,212,217,222,227,232],{"text":208,"config":209},"Install",{"href":210,"dataGaName":211,"dataGaLocation":43},"/install/","install",{"text":213,"config":214},"Quick start guides",{"href":215,"dataGaName":216,"dataGaLocation":43},"/get-started/","quick setup checklists",{"text":218,"config":219},"Learn",{"href":220,"dataGaLocation":43,"dataGaName":221},"https://university.gitlab.com/","learn",{"text":223,"config":224},"Product documentation",{"href":225,"dataGaName":226,"dataGaLocation":43},"https://docs.gitlab.com/","product documentation",{"text":228,"config":229},"Best practice videos",{"href":230,"dataGaName":231,"dataGaLocation":43},"/getting-started-videos/","best practice videos",{"text":233,"config":234},"Integrations",{"href":235,"dataGaName":236,"dataGaLocation":43},"/integrations/","integrations",{"title":238,"items":239},"Discover",[240,245,250,254],{"text":241,"config":242},"Customer success stories",{"href":243,"dataGaName":244,"dataGaLocation":43},"/customers/","customer success stories",{"text":246,"config":247},"Blog",{"href":248,"dataGaName":249,"dataGaLocation":43},"/blog/","blog",{"text":251,"config":252},"The Source",{"href":253,"dataGaName":249,"dataGaLocation":43},"/the-source/",{"text":255,"config":256},"Remote",{"href":257,"dataGaName":258,"dataGaLocation":43},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":260,"items":261},"Connect",[262,267,272,277,282],{"text":263,"config":264},"GitLab Services",{"href":265,"dataGaName":266,"dataGaLocation":43},"/services/","services",{"text":268,"config":269},"Community",{"href":270,"dataGaName":271,"dataGaLocation":43},"/community/","community",{"text":273,"config":274},"Forum",{"href":275,"dataGaName":276,"dataGaLocation":43},"https://forum.gitlab.com/","forum",{"text":278,"config":279},"Events",{"href":280,"dataGaName":281,"dataGaLocation":43},"/events/","events",{"text":283,"config":284},"Partners",{"href":285,"dataGaName":286,"dataGaLocation":43},"/partners/","partners",{"config":288,"title":291,"text":292,"link":293},{"background":289,"textColor":290},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":294,"config":295},"Read the latest",{"href":296,"dataGaName":297,"dataGaLocation":43},"/releases/whats-new/","whats new",{"text":299,"config":300,"menu":302},"Company",{"dataNavLevelOne":301},"company",{"type":94,"columns":303},[304],{"items":305},[306,311,317,319,324,329,334,339,344,349,354],{"text":307,"config":308},"About",{"href":309,"dataGaName":310,"dataGaLocation":43},"/company/","about",{"text":312,"config":313,"footerGa":316},"Jobs",{"href":314,"dataGaName":315,"dataGaLocation":43},"/jobs/","jobs",{"dataGaName":315},{"text":278,"config":318},{"href":280,"dataGaName":281,"dataGaLocation":43},{"text":320,"config":321},"Leadership",{"href":322,"dataGaName":323,"dataGaLocation":43},"/company/team/e-group/","leadership",{"text":325,"config":326},"Team",{"href":327,"dataGaName":328,"dataGaLocation":43},"/company/team/","team",{"text":330,"config":331},"Handbook",{"href":332,"dataGaName":333,"dataGaLocation":43},"https://handbook.gitlab.com/","handbook",{"text":335,"config":336},"Investor relations",{"href":337,"dataGaName":338,"dataGaLocation":43},"https://ir.gitlab.com/","investor relations",{"text":340,"config":341},"Trust Center",{"href":342,"dataGaName":343,"dataGaLocation":43},"/security/","trust center",{"text":345,"config":346},"AI Transparency Center",{"href":347,"dataGaName":348,"dataGaLocation":43},"/ai-transparency-center/","ai transparency center",{"text":350,"config":351},"Newsletter",{"href":352,"dataGaName":353,"dataGaLocation":43},"/company/contact/#contact-forms","newsletter",{"text":355,"config":356},"Press",{"href":357,"dataGaName":358,"dataGaLocation":43},"/press/","press",{"text":360,"config":361,"menu":362},"Contact us",{"dataNavLevelOne":301},{"type":94,"columns":363},[364],{"items":365},[366,369,374],{"text":50,"config":367},{"href":52,"dataGaName":368,"dataGaLocation":43},"talk to sales",{"text":370,"config":371},"Support portal",{"href":372,"dataGaName":373,"dataGaLocation":43},"https://support.gitlab.com","support portal",{"text":375,"config":376},"Customer portal",{"href":377,"dataGaName":378,"dataGaLocation":43},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":380,"login":381,"suggestions":388},"Close",{"text":382,"link":383},"To search repositories and projects, login to",{"text":384,"config":385},"gitlab.com",{"href":57,"dataGaName":386,"dataGaLocation":387},"search login","search",{"text":389,"default":390},"Suggestions",[391,393,397,399,403,407],{"text":74,"config":392},{"href":79,"dataGaName":74,"dataGaLocation":387},{"text":394,"config":395},"Code Suggestions (AI)",{"href":396,"dataGaName":394,"dataGaLocation":387},"/solutions/code-suggestions/",{"text":110,"config":398},{"href":112,"dataGaName":110,"dataGaLocation":387},{"text":400,"config":401},"GitLab on AWS",{"href":402,"dataGaName":400,"dataGaLocation":387},"/partners/technology-partners/aws/",{"text":404,"config":405},"GitLab on Google Cloud",{"href":406,"dataGaName":404,"dataGaLocation":387},"/partners/technology-partners/google-cloud-platform/",{"text":408,"config":409},"Why GitLab?",{"href":87,"dataGaName":408,"dataGaLocation":387},{"freeTrial":411,"mobileIcon":416,"desktopIcon":421,"secondaryButton":424},{"text":412,"config":413},"Start free trial",{"href":414,"dataGaName":48,"dataGaLocation":415},"https://gitlab.com/-/trials/new/","nav",{"altText":417,"config":418},"Gitlab Icon",{"src":419,"dataGaName":420,"dataGaLocation":415},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":417,"config":422},{"src":423,"dataGaName":420,"dataGaLocation":415},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":425,"config":426},"Get Started",{"href":427,"dataGaName":428,"dataGaLocation":415},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":430,"mobileIcon":434,"desktopIcon":436},{"text":431,"config":432},"Learn more about GitLab Duo",{"href":79,"dataGaName":433,"dataGaLocation":415},"gitlab duo",{"altText":417,"config":435},{"src":419,"dataGaName":420,"dataGaLocation":415},{"altText":417,"config":437},{"src":423,"dataGaName":420,"dataGaLocation":415},{"button":439,"mobileIcon":444,"desktopIcon":446},{"text":440,"config":441},"/switch",{"href":442,"dataGaName":443,"dataGaLocation":415},"#contact","switch",{"altText":417,"config":445},{"src":419,"dataGaName":420,"dataGaLocation":415},{"altText":417,"config":447},{"src":448,"dataGaName":420,"dataGaLocation":415},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":450,"mobileIcon":455,"desktopIcon":457},{"text":451,"config":452},"Back to pricing",{"href":192,"dataGaName":453,"dataGaLocation":415,"icon":454},"back to pricing","GoBack",{"altText":417,"config":456},{"src":419,"dataGaName":420,"dataGaLocation":415},{"altText":417,"config":458},{"src":423,"dataGaName":420,"dataGaLocation":415},{"title":460,"button":461,"config":466},"See how agentic AI transforms software delivery",{"text":462,"config":463},"Sign up for GitLab Transcend on June 10",{"href":464,"dataGaName":465,"dataGaLocation":43},"/releases/whats-new/#sign-up","transcend event",{"layout":467,"icon":468,"disabled":31},"release","AiStar",{"data":470},{"text":471,"source":472,"edit":478,"contribute":483,"config":488,"items":493,"minimal":698},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":473,"config":474},"View page source",{"href":475,"dataGaName":476,"dataGaLocation":477},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":479,"config":480},"Edit this page",{"href":481,"dataGaName":482,"dataGaLocation":477},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":484,"config":485},"Please contribute",{"href":486,"dataGaName":487,"dataGaLocation":477},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":489,"facebook":490,"youtube":491,"linkedin":492},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[494,541,593,637,664],{"title":190,"links":495,"subMenu":510},[496,500,505],{"text":497,"config":498},"View plans",{"href":192,"dataGaName":499,"dataGaLocation":477},"view plans",{"text":501,"config":502},"Why Premium?",{"href":503,"dataGaName":504,"dataGaLocation":477},"/pricing/premium/","why premium",{"text":506,"config":507},"Why Ultimate?",{"href":508,"dataGaName":509,"dataGaLocation":477},"/pricing/ultimate/","why ultimate",[511],{"title":512,"links":513},"Contact Us",[514,517,519,521,526,531,536],{"text":515,"config":516},"Contact sales",{"href":52,"dataGaName":53,"dataGaLocation":477},{"text":370,"config":518},{"href":372,"dataGaName":373,"dataGaLocation":477},{"text":375,"config":520},{"href":377,"dataGaName":378,"dataGaLocation":477},{"text":522,"config":523},"Status",{"href":524,"dataGaName":525,"dataGaLocation":477},"https://status.gitlab.com/","status",{"text":527,"config":528},"Terms of use",{"href":529,"dataGaName":530,"dataGaLocation":477},"/terms/","terms of use",{"text":532,"config":533},"Privacy statement",{"href":534,"dataGaName":535,"dataGaLocation":477},"/privacy/","privacy statement",{"text":537,"config":538},"Cookie preferences",{"dataGaName":539,"dataGaLocation":477,"id":540,"isOneTrustButton":13},"cookie preferences","ot-sdk-btn",{"title":90,"links":542,"subMenu":551},[543,547],{"text":544,"config":545},"DevSecOps platform",{"href":72,"dataGaName":546,"dataGaLocation":477},"devsecops platform",{"text":548,"config":549},"AI-Assisted Development",{"href":79,"dataGaName":550,"dataGaLocation":477},"ai-assisted development",[552],{"title":553,"links":554},"Topics",[555,560,565,570,575,578,583,588],{"text":556,"config":557},"CICD",{"href":558,"dataGaName":559,"dataGaLocation":477},"/topics/ci-cd/","cicd",{"text":561,"config":562},"GitOps",{"href":563,"dataGaName":564,"dataGaLocation":477},"/topics/gitops/","gitops",{"text":566,"config":567},"DevOps",{"href":568,"dataGaName":569,"dataGaLocation":477},"/topics/devops/","devops",{"text":571,"config":572},"Version Control",{"href":573,"dataGaName":574,"dataGaLocation":477},"/topics/version-control/","version control",{"text":21,"config":576},{"href":577,"dataGaName":35,"dataGaLocation":477},"/topics/devsecops/",{"text":579,"config":580},"Cloud Native",{"href":581,"dataGaName":582,"dataGaLocation":477},"/topics/cloud-native/","cloud native",{"text":584,"config":585},"AI for Coding",{"href":586,"dataGaName":587,"dataGaLocation":477},"/topics/devops/ai-for-coding/","ai for coding",{"text":589,"config":590},"Agentic AI",{"href":591,"dataGaName":592,"dataGaLocation":477},"/topics/agentic-ai/","agentic ai",{"title":594,"links":595},"Solutions",[596,598,600,605,609,612,616,619,621,624,627,632],{"text":134,"config":597},{"href":129,"dataGaName":134,"dataGaLocation":477},{"text":123,"config":599},{"href":106,"dataGaName":107,"dataGaLocation":477},{"text":601,"config":602},"Agile development",{"href":603,"dataGaName":604,"dataGaLocation":477},"/solutions/agile-delivery/","agile delivery",{"text":606,"config":607},"SCM",{"href":119,"dataGaName":608,"dataGaLocation":477},"source code management",{"text":556,"config":610},{"href":112,"dataGaName":611,"dataGaLocation":477},"continuous integration & delivery",{"text":613,"config":614},"Value stream management",{"href":162,"dataGaName":615,"dataGaLocation":477},"value stream management",{"text":561,"config":617},{"href":618,"dataGaName":564,"dataGaLocation":477},"/solutions/gitops/",{"text":172,"config":620},{"href":175,"dataGaName":176,"dataGaLocation":477},{"text":622,"config":623},"Small business",{"href":181,"dataGaName":182,"dataGaLocation":477},{"text":625,"config":626},"Public sector",{"href":187,"dataGaName":188,"dataGaLocation":477},{"text":628,"config":629},"Education",{"href":630,"dataGaName":631,"dataGaLocation":477},"/solutions/education/","education",{"text":633,"config":634},"Financial services",{"href":635,"dataGaName":636,"dataGaLocation":477},"/solutions/finance/","financial services",{"title":195,"links":638},[639,641,643,645,648,650,652,654,656,658,660,662],{"text":208,"config":640},{"href":210,"dataGaName":211,"dataGaLocation":477},{"text":213,"config":642},{"href":215,"dataGaName":216,"dataGaLocation":477},{"text":218,"config":644},{"href":220,"dataGaName":221,"dataGaLocation":477},{"text":223,"config":646},{"href":225,"dataGaName":647,"dataGaLocation":477},"docs",{"text":246,"config":649},{"href":248,"dataGaName":249,"dataGaLocation":477},{"text":241,"config":651},{"href":243,"dataGaName":244,"dataGaLocation":477},{"text":255,"config":653},{"href":257,"dataGaName":258,"dataGaLocation":477},{"text":263,"config":655},{"href":265,"dataGaName":266,"dataGaLocation":477},{"text":268,"config":657},{"href":270,"dataGaName":271,"dataGaLocation":477},{"text":273,"config":659},{"href":275,"dataGaName":276,"dataGaLocation":477},{"text":278,"config":661},{"href":280,"dataGaName":281,"dataGaLocation":477},{"text":283,"config":663},{"href":285,"dataGaName":286,"dataGaLocation":477},{"title":299,"links":665},[666,668,670,672,674,676,678,682,687,689,691,693],{"text":307,"config":667},{"href":309,"dataGaName":301,"dataGaLocation":477},{"text":312,"config":669},{"href":314,"dataGaName":315,"dataGaLocation":477},{"text":320,"config":671},{"href":322,"dataGaName":323,"dataGaLocation":477},{"text":325,"config":673},{"href":327,"dataGaName":328,"dataGaLocation":477},{"text":330,"config":675},{"href":332,"dataGaName":333,"dataGaLocation":477},{"text":335,"config":677},{"href":337,"dataGaName":338,"dataGaLocation":477},{"text":679,"config":680},"Sustainability",{"href":681,"dataGaName":679,"dataGaLocation":477},"/sustainability/",{"text":683,"config":684},"Diversity, inclusion and belonging (DIB)",{"href":685,"dataGaName":686,"dataGaLocation":477},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":340,"config":688},{"href":342,"dataGaName":343,"dataGaLocation":477},{"text":350,"config":690},{"href":352,"dataGaName":353,"dataGaLocation":477},{"text":355,"config":692},{"href":357,"dataGaName":358,"dataGaLocation":477},{"text":694,"config":695},"Modern Slavery Transparency Statement",{"href":696,"dataGaName":697,"dataGaLocation":477},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":699},[700,703,706],{"text":701,"config":702},"Terms",{"href":529,"dataGaName":530,"dataGaLocation":477},{"text":704,"config":705},"Cookies",{"dataGaName":539,"dataGaLocation":477,"id":540,"isOneTrustButton":13},{"text":707,"config":708},"Privacy",{"href":534,"dataGaName":535,"dataGaLocation":477},[710],{"id":711,"title":712,"body":25,"config":713,"content":716,"description":25,"extension":24,"meta":719,"navigation":13,"path":720,"seo":721,"stem":722,"__hash__":723},"blogAuthors/en-us/blog/authors/talia-armato-helle.yml","Talia Armato Helle",{"template":714,"gitlabHandle":715},"BlogAuthor","thelle",{"name":9,"config":717},{"headshot":718},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772021433/wop3fdef9erx2srfow52.jpg",{},"/en-us/blog/authors/talia-armato-helle",{},"en-us/blog/authors/talia-armato-helle","ny-XdkWLfw_DdxxdRMKKeqHEnL2O9C66pk14uBQivFE",[725,735,744],{"content":726,"config":733},{"title":727,"description":728,"heroImage":729,"date":730,"tags":731,"category":11},"GitLab Patch Release: 18.11.2, 18.10.5","Learn about this release for GitLab Community Edition and Enterprise Edition.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661926/Blog/Hero%20Images/security-patch-blog-image-r2-0506-700x400-fy25_2x.jpg","2026-04-29",[732],"patch releases",{"featured":31,"template":14,"externalUrl":734},"https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-11-2-released/",{"content":736,"config":742},{"title":737,"description":738,"heroImage":729,"date":739,"category":11,"tags":740},"GitLab Patch Release: 18.11.1, 18.10.4, 18.9.6","Discover what's in this latest patch release.","2026-04-22",[732,741],"security releases",{"featured":31,"template":14,"externalUrl":743},"https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-11-1-released/",{"content":745,"config":757},{"title":746,"description":747,"body":748,"category":11,"tags":749,"date":752,"authors":753,"heroImage":756},"GitLab + Amazon: Platform orchestration on a trusted AI foundation","Pair GitLab Duo Agent Platform with Amazon Bedrock for agentic software development and orchestration.","If your team runs GitLab and has a strong AWS practice, a new combination of Duo Agent Platform and Amazon Bedrock is just for you. The model is simple: GitLab acts as your orchestration layer to help accelerate your entire software lifecycle with agentic AI, and Bedrock is designed to provide a secure, compliant foundation model layer with AI inference behind the scenes.\n\nGitLab Duo Agent Platform enables you to handle planning, merge pipelines, security scanning, vulnerability remediation, and more as part of your GitLab workflows, while the GitLab AI Gateway routes model calls to Bedrock (or GitLab-managed Bedrock-backed endpoints, depending on your setup). That means you can build on the identity and access management (IAM) policies, virtual private cloud (VPC) boundaries, regional controls, and cloud spend commitments you already have in AWS.\n\nIf you already use Amazon Bedrock and want AI to help inside the work you already do in GitLab, not in yet another standalone chat tool, this is the pairing for you.\n\n\nIn this article, we look at the real problem many teams face today: AI is fragmented, data paths are fuzzy, and Bedrock investment gets underused when AI sits outside the software development lifecycle. Then we break down your deployment options for GitLab Duo Agent Platform:\n\n* Integrated with self-hosted models on Amazon Bedrock for GitLab Self-Managed deployments and self-hosted AI gateway   \n* Integrated with GitLab-operated models on Amazon Bedrock (with GitLab-owned keys) for GitLab Self-Managed deployments and GitLab-hosted AI gateway  \n* Integrated with GitLab-operated models on Amazon Bedrock (with GitLab-owned keys) for GitLab.com instances and GitLab-hosted AI gateway\n\nWe wrap with a summary on how this approach helps avoid shadow AI and point-tool sprawl without creating a parallel tech stack for AI tooling.\n\n## AI everywhere, control nowhere\n\nSomewhere in your company right now, software teams might be using an AI tool that your security team hasn't approved. Prompt data might be leaving your environment through a path no one has fully mapped. And your organization’s Amazon Bedrock investment might be underused while individual teams expense separate AI tools, pulling workloads and cloud spend away from the platforms you’ve already committed to.\n\nInstead of being a people problem, this might be an architecture problem. And it surfaces the same three constraints in nearly every enterprise:\n\n**Operational fragmentation.** Each team, or sometimes even an individual developer, picks their own development toolset, including AI tooling and model selection. That fragmentation makes end-to-end governance within the software development lifecycle nearly impossible.\n\n**Security and sovereignty.** Where does prompt and code data actually flow? Who owns the logs?\n\n**Cloud spend optimization.** Commitments to key cloud providers like AWS are diluted as workloads and AI usage drift to point tools outside of customers’ existing agreements.\n\nGitLab Duo Agent Platform and Amazon Bedrock help solve this together. The division of labor is straightforward: Duo Agent Platform owns the workflow orchestration with agentic AI for software development, Bedrock owns the inference layer and hosts approved foundational models, and your organization has full control over the data and policy boundaries you already defined in AWS. Three jobs, three owners, no fragmentation.\n\n## GitLab Duo Agent Platform: The agentic control plane\n\nGitLab Duo Agent Platform is GitLab's agentic AI layer: a framework of specialized agents and flows that operate simultaneously and in-parallel, going beyond the traditional stage-based handoffs  and helping automate work across the entire software lifecycle. Rather than a single assistant responding to prompts, Duo Agent Platform enables teams to orchestrate many AI agents asynchronously using unified data and project context, including issues, merge requests, pipelines, and security findings. Linear workflows are turned into coordinated, continuous collaboration between software teams and their AI agents, at scale.\n\nWith that control plane in place, the natural next question is which AI foundation should power these agents. For customers who run GitLab Self-Managed on AWS and need inference traffic, prompt data, and logs to also stay within their AWS environment along with their software lifecycle data, Amazon Bedrock acting as the AI inference layer is the natural fit. \n\n## Amazon Bedrock: The trusted AI foundation\n\nAmazon Bedrock is a fully managed, serverless foundation model layer that runs entirely within your AWS environment. Customer data stays in the customer's AWS account: inputs and outputs are encrypted in transit and at rest, never shared with model providers, and never used to train base models. Bedrock carries compliance certifications across GDPR, HIPAA, and FedRAMP High, covering many regulated industry requirements out of the box. Teams can also bring fine-tuned models from elsewhere via Custom Model Import and deploy them alongside native Bedrock models through the same infrastructure, without managing separate deployment pipelines. Bedrock Guardrails adds configurable safeguards across all models for content filtering, hallucination detection, and sensitive data protection.\n\nTogether, GitLab Duo Agent Platform and Bedrock consolidate DevSecOps orchestration and AI model governance, helping eliminate the fragmentation that happens when teams roll out AI tools independently.\n\n## Choosing your deployment path\n\nThe integration delivers the same core GitLab Duo Agent Platform capabilities regardless of how it is deployed. What varies is who runs GitLab, who operates the AI Gateway, and whose Bedrock account the inference runs through. The right pattern depends on where your organization already operates.\n\nAt a high level, the integration has three main components:\n\n* **GitLab Duo Agent Platform:** agentic workflows embedded across the software development lifecycle  \n* **AI Gateway (GitLab-managed or self-hosted):** the abstraction layer between Duo Agent Platform and the foundational model backend   \n* **Amazon Bedrock:** the AI model and inference substrate\n\n![Deployment of GitLab and AWS Bedrock](https://res.cloudinary.com/about-gitlab-com/image/upload/v1776362365/udmvmv2efpmwtkxgydch.png)\n\nChoosing a deployment pattern is informed by where an organization wants to place the levers of control. The patterns below are designed to meet teams where they already are, whether that's SaaS-first, self-managed for compliance, or all-in on AWS with existing Bedrock investments.\n\n| Deployment Model | GitLab.com instance with GitLab-hosted AI Gateway with GitLab-operated Bedrock models   | GitLab Self-Managed with GitLab-hosted AI Gateway with GitLab-operated Bedrock models | GitLab Self-Managed  with self-hosted AI Gateway and customer-operated Bedrock models |\n| :---- | :---- | :---- | :---- |\n| **Ideal if you:** | Are primarily on GitLab.com and don’t want to self-host AI gateway and Bedrock models  | Need GitLab Self-Managed for compliance and operational reasons but don’t want to manage AI layer | Are AWS-centric with existing Bedrock usage and strict data/control needs  |\n| **Key Benefits** | Fastest, turnkey way to get Duo Agent Platform workflows: GitLab runs GitLab.com, the AI Gateway, integrated with Bedrock AI models. | Keep GitLab deployed in your own environment while consuming Bedrock models via a GitLab-managed AI Gateway, combining deployment control with simplified AI operations. | Run GitLab and AI Gateway in your AWS account, reuse existing IAM/VPC/regions, keep logs and data in your environment, and draw Bedrock usage from your existing AWS spend commitments. |\n\n## How customers use GitLab Duo Agent Platform with Amazon Bedrock\n\nPlatform teams can use GitLab Duo Agent Platform with Amazon Bedrock to standardize which models handle code suggestions, security analysis, and pipeline remediation. This helps enforce guardrails and logging centrally rather than letting individual teams adopt separate tools independently.\n\nSecurity workflows see particular benefit. GitLab Duo Agent Platform agents can propose and validate fixes for security findings within GitLab, helping reduce the manual triage work developers would otherwise handle outside the platform.\n\nFor enterprises already committed to AWS, routing AI workloads through Bedrock from within GitLab enables you to keep developer AI usage aligned with existing cloud agreements rather than generating separate, unplanned spend.\n\n## Closing the loop\n\nThe constraints that slow enterprise AI adoption are often not technical. They are organizational: fragmented tooling, ungoverned data flows, and cloud spend that never consolidates. Those are the problems that can stall AI programs even after the pilots succeed.\n\nGitLab Duo Agent Platform and Amazon Bedrock help address each one directly. Platform teams get consistent governance, auditability, and standardized paths for AI usage across the software development lifecycle. Development teams get streamlined, agentic workflows that feel native to GitLab. And AWS-centric organizations get to extend their existing Bedrock investment rather than build parallel AI infrastructure alongside it.\n\nThe result is an AI program that scales without fragmenting. Governance and velocity on the same stack, serving the same teams, under policies the organization already owns.\n\n\n> To explore which deployment pattern is right for your organization and how to align GitLab Duo Agent Platform and Amazon Bedrock with your existing AWS strategy, [contact the GitLab sales team](https://about.gitlab.com/sales/) and we’ll help you design and implement the best architecture for your environment. You can also [visit our AWS partner page](https://about.gitlab.com/partners/technology-partners/aws/) to learn more.",[286,750,751],"AWS","AI/ML","2026-04-21",[754,755],"Joe Mann","Mark Kriaf","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776362275/ozbwn9tk0dditpnfddlz.png",{"featured":13,"template":14,"slug":758},"gitlab-amazon-platform-orchestration-on-a-trusted-ai-foundation",{"promotions":760},[761,775,786,798],{"id":762,"categories":763,"header":765,"text":766,"button":767,"image":772},"ai-modernization",[764],"ai-ml","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":768,"config":769},"Get your AI maturity score",{"href":770,"dataGaName":771,"dataGaLocation":249},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":773},{"src":774},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":776,"categories":777,"header":778,"text":766,"button":779,"image":783},"devops-modernization",[11,35],"Are you just managing tools or shipping innovation?",{"text":780,"config":781},"Get your DevOps maturity score",{"href":782,"dataGaName":771,"dataGaLocation":249},"/assessments/devops-modernization-assessment/",{"config":784},{"src":785},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":787,"categories":788,"header":790,"text":766,"button":791,"image":795},"security-modernization",[789],"security","Are you trading speed for security?",{"text":792,"config":793},"Get your security maturity score",{"href":794,"dataGaName":771,"dataGaLocation":249},"/assessments/security-modernization-assessment/",{"config":796},{"src":797},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":799,"paths":800,"header":803,"text":804,"button":805,"image":810},"github-azure-migration",[801,802],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":806,"config":807},"See how GitLab compares to GitHub",{"href":808,"dataGaName":809,"dataGaLocation":249},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":811},{"src":785},{"header":813,"blurb":814,"button":815,"secondaryButton":820},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":816,"config":817},"Get your free trial",{"href":818,"dataGaName":48,"dataGaLocation":819},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":515,"config":821},{"href":52,"dataGaName":53,"dataGaLocation":819},1777934840062]