{"id":119615,"date":"2026-09-08T15:28:51","date_gmt":"2026-09-08T09:58:51","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/"},"modified":"2026-09-08T15:28:53","modified_gmt":"2026-09-08T09:58:53","slug":"ai-agents-across-enterprise-systems","status":"publish","type":"post","link":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/","title":{"rendered":"Building AI Agents That Work Across Multiple Enterprise Systems"},"content":{"rendered":"\n<p>Enterprise processes rarely stay within one application. A single customer request can involve the CRM for customer details, an order system for transaction data, a knowledge base for policies, and an ERP for completing an action.<\/p>\n\n\n\n<p><strong>AI agents across enterprise systems<\/strong> can connect these different applications and help coordinate information and actions across the entire workflow.<\/p>\n\n\n\n<p>Traditional AI applications usually handle one part of this process. An enterprise AI agent needs to go further. It must understand the overall task, determine which systems contain the required information, use the right tools, and carry the results from one step to the next.<\/p>\n\n\n\n<p>This is becoming increasingly relevant as AI adoption expands across Indian enterprises. According to <a href=\"https:\/\/nasscom.in\/knowledge-center\/publications\/ai-adoption-index-20-tracking-indias-sectoral-progress-ai-adoption\">NASSCOM's AI Adoption Index 2.0<\/a>, 87% of surveyed Indian enterprises have reached the middle stages of AI maturity, described as the 'Enthusiast' and 'Expert' stages.\"<\/p>\n\n\n\n<p>The challenge is therefore no longer simply connecting an LLM to an enterprise application. Organizations need <a href=\"https:\/\/www.mygreatlearning.com\/blog\/what-are-ai-agents\/\">AI agents<\/a> that can work across systems while maintaining context, following business rules, controlling access, and handling failures.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-happens-when-an-ai-agent-must-work-across-multiple-enterprise-systems\"><strong>What Happens When an AI Agent Must Work Across Multiple Enterprise Systems?<\/strong><\/h2>\n\n\n\n<p>Consider a customer who asks, \u201cWhere is my order, and can I change the delivery address?\u201d<\/p>\n\n\n\n<p>A useful AI agent cannot answer this by searching a single knowledge base. It may need to:<\/p>\n\n\n\n<p><strong>Customer Request \u2192 Identify Customer \u2192 Check CRM \u2192 Retrieve Order \u2192 Check Delivery Status \u2192 Verify Address-Change Policy \u2192 Check Eligibility \u2192 Update Order System \u2192 Confirm With Customer<\/strong><\/p>\n\n\n<figure class=\"wp-block-image size-large zoomable\" data-full=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM.png\"><img decoding=\"async\" width=\"1024\" height=\"354\" src=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-1024x354.png\" alt=\"\" class=\"wp-image-119618\" srcset=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-1024x354.png 1024w, https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-300x104.png 300w, https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-768x266.png 768w, https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-1536x532.png 1536w, https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-2048x709.png 2048w, https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_25_23-PM-150x52.png 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong><\/strong><strong>Each step can involve a different enterprise system.<\/strong><\/p>\n\n\n\n<p>The agent first needs customer context from the CRM. It then retrieves the order from an order management system.&nbsp;<\/p>\n\n\n\n<p>AI agents across enterprise systems&nbsp;<\/p>\n\n\n\n<p>Next, it may search internal policies through <a href=\"https:\/\/www.mygreatlearning.com\/blog\/retrieval-augmented-generation\">Retrieval-Augmented Generation<\/a> (RAG) to determine whether an address change is allowed.<\/p>\n\n\n\n<p>If the request is permitted, the agent can call the appropriate business API to make the change. If the action requires approval, the workflow can pause and route the request to an employee.<\/p>\n\n\n\n<p>This is the key difference between a standalone AI application and an enterprise AI agent. The agent is not simply generating an answer. It is <strong>coordinating information and actions across systems to complete a business task<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-ai-agents-decide-which-enterprise-system-to-use\"><strong>How Do AI Agents Decide Which Enterprise System to Use?<\/strong><\/h2>\n\n\n\n<p>An agent working across multiple systems needs to determine what information is required and which tool can provide it.<\/p>\n\n\n\n<p>For example, in an employee onboarding workflow, the agent might use:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Task<\/strong><\/td><td><strong>System or tool<\/strong><\/td><\/tr><tr><td>Verify employee details<\/td><td>HR system<\/td><\/tr><tr><td>Check required documents<\/td><td>Document repository<\/td><\/tr><tr><td>Retrieve company policies<\/td><td>RAG knowledge base<\/td><\/tr><tr><td>Create access request<\/td><td>IT service platform<\/td><\/tr><tr><td>Notify employee<\/td><td>Communication platform<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The agent's reasoning layer connects these steps. It identifies the task, determines what information is missing, selects an appropriate tool, interprets the returned result, and decides what should happen next.&nbsp;<\/p>\n\n\n\n<p>Understanding<a href=\"https:\/\/www.mygreatlearning.com\/blog\/how-to-choose-architecture-enterprise-ai-agents\/\"> how to choose an architecture for enterprise AI agents<\/a> is important for designing this reasoning and interaction layer effectively.&nbsp;<\/p>\n\n\n\n<p>Tool descriptions and permissions are therefore important. An agent should know not only <strong>what a tool does<\/strong>, but also when it is appropriate to use it and what actions it is permitted to perform.<\/p>\n\n\n\n<p>Building these systems requires a broad <a href=\"https:\/\/www.mygreatlearning.com\/blog\/the-complete-ai-agent-engineer-skills-stack-you-need-in-2026\/\">AI agent engineer skills stack<\/a>, including agent architecture, tool use, APIs, RAG, orchestration, and workflow design.<\/p>\n\n\n\n<p>For complex workflows, an orchestration layer can manage the sequence and state of these interactions.&nbsp;<\/p>\n\n\n\n<p>This prevents the agent from treating every enterprise system as an independent destination and instead allows it to work through the systems as part of one connected workflow.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-ai-agents-move-data-and-context-across-enterprise-systems\"><strong>How Do AI Agents Move Data and Context Across Enterprise Systems?<\/strong><\/h2>\n\n\n\n<p>Connecting an agent to multiple systems is only useful if it can carry the right context from one step to the next.<\/p>\n\n\n\n<p>Consider an insurance claims workflow. The agent may retrieve a customer's policy from one system, claim details from another, supporting documents from a document repository, and policy rules from an internal knowledge base.<\/p>\n\n\n\n<p>The agent needs to combine these inputs before deciding what action to take:<\/p>\n\n\n\n<p><strong>Customer Data + Claim Details + Documents + Policy Rules \u2192 Agent Reasoning \u2192 Next Action<\/strong><\/p>\n\n\n\n<p>RAG can provide relevant information from enterprise documents, while APIs and tools can retrieve live information or perform actions in operational systems.<\/p>\n\n\n\n<p>Memory can help the agent retain relevant information throughout a longer workflow.&nbsp;<\/p>\n\n\n\n<p>However, enterprises need to distinguish between information that should be temporarily retained for a task and information that can be stored for future interactions.<\/p>\n\n\n\n<p>The goal is not to give the agent access to everything. It is to provide the <strong>specific context required for each step<\/strong>, while maintaining data boundaries between systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-enterprises-control-ai-agent-actions-across-different-systems\"><strong>How Do Enterprises Control AI Agent Actions Across Different Systems?<\/strong><\/h2>\n\n\n\n<p>An agent that can read information across systems and take actions can also create problems if its permissions are poorly designed.<\/p>\n\n\n\n<p>Access should therefore be based on the agent's role and the task it is performing.<\/p>\n\n\n\n<p>For example, an employee-support agent may be allowed to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Read employee profile information<\/li>\n\n\n\n<li>Search HR policies<\/li>\n\n\n\n<li>Create an IT access request<\/li>\n\n\n\n<li>Update a support ticket<\/li>\n<\/ul>\n\n\n\n<p>But it may not be allowed to change payroll information or approve sensitive requests.<\/p>\n\n\n\n<p>This requires controls at multiple levels:<\/p>\n\n\n\n<p><strong>User Identity \u2192 Agent Identity \u2192 Tool Permission \u2192 System Access \u2192 Action Approval \u2192 Audit Trail<\/strong><\/p>\n\n\n\n<p>Human approval can be added when an action has significant financial, operational, or compliance consequences.<\/p>\n\n\n\n<p>Enterprises should also record what the agent accessed, which tools it used, what actions it performed, and whether a human approved the action.<\/p>\n\n\n\n<p>This creates traceability across the workflow and makes it easier to investigate incorrect decisions or unexpected behavior.<\/p>\n\n\n\n<p>These controls are essential when <a href=\"https:\/\/www.mygreatlearning.com\/blog\/building-enterprise-ai-agents\/\"><strong>building production AI agents<\/strong><\/a>, where reliability, access control, monitoring, and traceability need to be considered beyond the initial development stage.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"when-should-enterprises-use-single-agent-multi-agent-or-orchestrated-architectures\"><strong>When Should Enterprises Use Single-Agent, Multi-Agent, or Orchestrated Architectures?<\/strong><\/h2>\n\n\n\n<p>Choosing the <a href=\"https:\/\/www.mygreatlearning.com\/blog\/how-to-choose-architecture-enterprise-ai-agents\/\">right architecture for enterprise AI agents<\/a> depends primarily on <strong>workflow complexity<\/strong>, not simply on the number of systems involved. An agent may work across several enterprise applications without requiring multiple agents, as long as one agent can reliably manage the workflow.<\/p>\n\n\n\n<p>A <strong>single-agent architecture<\/strong> can be effective when one agent can understand the task, access the required tools, and complete the workflow in a controlled sequence.<\/p>\n\n\n\n<p>A <strong>multi-agent architecture<\/strong> becomes useful when different stages of the workflow require specialized capabilities. For example:<\/p>\n\n\n\n<p><strong>Customer Request \u2192 Triage Agent \u2192 Data Agent \u2192 Policy Agent \u2192 Action Agent<\/strong><\/p>\n\n\n\n<p>An orchestration layer can coordinate these agents, manage their state, control the sequence, and determine when the workflow is complete.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Architecture<\/strong><\/td><td><strong>Suitable when<\/strong><\/td><\/tr><tr><td>Single agent<\/td><td>One agent can reliably complete the workflow<\/td><\/tr><tr><td>Multi-agent<\/td><td>Different tasks require specialized agents<\/td><\/tr><tr><td>Orchestrated agents<\/td><td>Multiple agents and tools need coordinated execution<\/td><\/tr><tr><td>Human-in-the-loop<\/td><td>Critical actions require human judgment or approval<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The best architecture is not necessarily the most complex one. Enterprises should start with the architecture that can reliably complete the workflow and introduce additional agents or orchestration only when the business requirement justifies the added complexity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-does-the-iit-bombay-agentic-ai-course-help-professionals-build-enterprise-ai-agents\"><strong>How Does the IIT Bombay Agentic AI Course Help Professionals Build Enterprise AI Agents?<\/strong><\/h2>\n\n\n\n<p>Building AI agents that work across multiple enterprise systems requires practical knowledge of agent architecture, tool calling, RAG, orchestration, and multi-agent workflows.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.mygreatlearning.com\/iit-bombay-certificate-in-agentic-ai?utm_source=blog\">Agentic AI course by IIT Bombay<\/a> covers these areas through topics such as agent workflows, function calling, RAG, Model Context Protocol (MCP) , LangGraph, CrewAI, planning, reasoning, and multi-agent coordination.<\/p>\n\n\n\n    <div class=\"courses-cta-container\">\n        <div class=\"courses-cta-card\">\n            <div class=\"courses-cta-header\">\n                <div class=\"courses-learn-icon\"><\/div>\n                <span class=\"courses-learn-text\">Certificate in Agentic AI<\/span>\n            <\/div>\n            <p class=\"courses-cta-title\">\n                <a href=\"https:\/\/www.mygreatlearning.com\/iit-bombay-certificate-in-agentic-ai\" class=\"courses-cta-title-link\">IIT Bombay Certificate in Agentic AI<\/a>\n            <\/p>\n            <p class=\"courses-cta-description\">Master Agentic AI with IIT Bombay. Build dynamic, autonomous agentic systems and master multi-agent orchestration using LangGraph and CrewAI.<\/p>\n            <div class=\"courses-cta-stats\">\n                <div class=\"courses-stat-item\">\n                    <div class=\"courses-stat-icon courses-user-icon\"><\/div>\n                    <span>Duration: 5 months<\/span>\n                <\/div>\n                <div class=\"courses-stat-item\">\n                    <div class=\"courses-stat-icon courses-star-icon\"><\/div>\n                    <span>IIT Bombay Faculty-led<\/span>\n                <\/div>\n            <\/div>\n            <a href=\"https:\/\/www.mygreatlearning.com\/iit-bombay-certificate-in-agentic-ai\" class=\"courses-cta-button\">\n                Discover the Program\n                <div class=\"courses-arrow-icon\"><\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n\n\n\n<p>The program also covers human-in-the-loop systems, guardrails, access control, prompt injection defense, monitoring, observability, evaluation, and deployment.&nbsp;<\/p>\n\n\n\n<p>These areas are important for designing agents that can interact with enterprise systems while maintaining appropriate controls.<\/p>\n\n\n\n<p>Hands-on projects and guided labs provide opportunities to apply these concepts to practical Agentic AI use cases, helping professionals understand how agents can retrieve information, use tools, coordinate tasks, and complete multi-step workflows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"final-thoughts\"><strong>Final Thoughts<\/strong><\/h2>\n\n\n\n<p>Building AI agents across enterprise systems is not simply about connecting an LLM to more APIs. The agent needs to understand the task, identify the right systems, retrieve relevant context, use tools in the correct sequence, and take actions within defined boundaries.<\/p>\n\n\n\n<p>A reliable enterprise workflow can be viewed as:<\/p>\n\n\n\n<p><strong>Business Task \u2192 Context \u2192 Tools &amp; Systems \u2192 Agent Reasoning \u2192 Orchestration \u2192 Controlled Action \u2192 Monitoring<\/strong><\/p>\n\n\n\n<p>The architecture should match the complexity of the workflow. A single agent may be sufficient for focused tasks, while complex workflows may benefit from specialized agents and orchestration.<\/p>\n\n\n\n<p>The goal is to create AI agents that can work across existing enterprise systems without losing context, exceeding their permissions, or creating unnecessary complexity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"frequently-asked-questions\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<p><strong>1. What are AI agents that work across multiple enterprise systems?<\/strong><\/p>\n\n\n\n<p>They are AI agents that can interact with multiple applications, databases, APIs, knowledge bases, and business tools to complete a single end-to-end workflow.<\/p>\n\n\n\n<p><strong>2. How do AI agents connect with enterprise systems?<\/strong><\/p>\n\n\n\n<p>AI agents can connect through APIs, function calling, databases, enterprise tools, RAG systems, and protocols such as MCP. These connections allow agents to retrieve information and perform authorized actions.<\/p>\n\n\n\n<p><strong>3. Why do enterprise AI agents need access to multiple systems?<\/strong><\/p>\n\n\n\n<p>Enterprise workflows often depend on information distributed across different systems. Access to these systems allows an agent to combine information and complete tasks rather than simply provide a text response.<\/p>\n\n\n\n<p><strong>4. How does RAG help AI agents work across enterprise systems?<\/strong><\/p>\n\n\n\n<p>RAG allows agents to retrieve relevant information from enterprise documents and knowledge bases. This can provide the context needed to make decisions alongside information retrieved from operational systems.<\/p>\n\n\n\n<p><strong>5. How can enterprises control AI agent access?<\/strong><\/p>\n\n\n\n<p>Enterprises can use authentication, role-based access, least-privilege permissions, tool-level authorization, guardrails, human approval, and audit logs to control what agents can access and what actions they can perform.<\/p>\n\n\n\n<p><strong>6. When should an enterprise use a multi-agent architecture?<\/strong><\/p>\n\n\n\n<p>A multi-agent architecture is useful when a workflow contains distinct tasks that benefit from specialized agents. It should be introduced when the additional coordination provides a clear advantage over a single-agent design.<\/p>\n\n\n\n<p><strong>7. Which course can help professionals learn Agentic AI?<\/strong><\/p>\n\n\n\n<p>The Certificate in Agentic AI by IIT Bombay is a five-month, live online program from the Department of Computer Science and Engineering, designed for working professionals with prior programming exposure who want hands-on experience with RAG, MCP, LangGraph, and CrewAI.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI agents across enterprise systems can connect CRM, ERP, knowledge bases, and business tools to complete complex workflows. Learn how agent architecture, RAG, orchestration, and access controls enable reliable enterprise AI automation.<\/p>\n","protected":false},"author":41,"featured_media":119617,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[36890],"tags":[],"content_type":[],"class_list":["post-119615","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gen-ai"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Building AI Agents That Work Across Multiple Enterprise Systems<\/title>\n<meta name=\"description\" content=\"Learn how AI agents work across enterprise systems using APIs, RAG, tools, orchestration, and multi-agent architectures to automate business workflows.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building AI Agents That Work Across Multiple Enterprise Systems\" \/>\n<meta property=\"og:description\" content=\"Learn how AI agents work across enterprise systems using APIs, RAG, tools, orchestration, and multi-agent architectures to automate business workflows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-08T09:58:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-08T09:58:53+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1734\" \/>\n\t<meta property=\"og:image:height\" content=\"907\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Great Learning Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/Great_Learning\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Great Learning Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"Building AI Agents That Work Across Multiple Enterprise Systems\",\"datePublished\":\"2026-09-08T09:58:51+00:00\",\"dateModified\":\"2026-09-08T09:58:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/\"},\"wordCount\":1680,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png\",\"articleSection\":[\"Generative AI and Agentic AI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/\",\"name\":\"Building AI Agents That Work Across Multiple Enterprise Systems\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png\",\"datePublished\":\"2026-09-08T09:58:51+00:00\",\"dateModified\":\"2026-09-08T09:58:53+00:00\",\"description\":\"Learn how AI agents work across enterprise systems using APIs, RAG, tools, orchestration, and multi-agent architectures to automate business workflows.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png\",\"width\":1734,\"height\":907,\"caption\":\"AI agents connecting and coordinating multiple enterprise systems\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/ai-agents-across-enterprise-systems\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generative AI and Agentic AI\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/gen-ai\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Building AI Agents That Work Across Multiple Enterprise Systems\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Building AI Agents That Work Across Multiple Enterprise Systems","description":"Learn how AI agents work across enterprise systems using APIs, RAG, tools, orchestration, and multi-agent architectures to automate business workflows.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/","og_locale":"en_US","og_type":"article","og_title":"Building AI Agents That Work Across Multiple Enterprise Systems","og_description":"Learn how AI agents work across enterprise systems using APIs, RAG, tools, orchestration, and multi-agent architectures to automate business workflows.","og_url":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","article_published_time":"2026-09-08T09:58:51+00:00","article_modified_time":"2026-09-08T09:58:53+00:00","og_image":[{"width":1734,"height":907,"url":"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png","type":"image\/png"}],"author":"Great Learning Editorial Team","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/Great_Learning","twitter_site":"@Great_Learning","twitter_misc":{"Written by":"Great Learning Editorial Team","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"Building AI Agents That Work Across Multiple Enterprise Systems","datePublished":"2026-09-08T09:58:51+00:00","dateModified":"2026-09-08T09:58:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/"},"wordCount":1680,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png","articleSection":["Generative AI and Agentic AI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/","url":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/","name":"Building AI Agents That Work Across Multiple Enterprise Systems","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png","datePublished":"2026-09-08T09:58:51+00:00","dateModified":"2026-09-08T09:58:53+00:00","description":"Learn how AI agents work across enterprise systems using APIs, RAG, tools, orchestration, and multi-agent architectures to automate business workflows.","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#primaryimage","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png","width":1734,"height":907,"caption":"AI agents connecting and coordinating multiple enterprise systems"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/ai-agents-across-enterprise-systems\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Generative AI and Agentic AI","item":"https:\/\/www.mygreatlearning.com\/blog\/gen-ai\/"},{"@type":"ListItem","position":3,"name":"Building AI Agents That Work Across Multiple Enterprise Systems"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png",1734,907,false],"thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-150x150.png",150,150,true],"medium":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-300x157.png",300,157,true],"medium_large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-768x402.png",768,402,true],"large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-1024x536.png",1024,536,true],"1536x1536":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-1536x803.png",1536,803,true],"2048x2048":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM.png",1734,907,false],"web-stories-poster-portrait":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-640x853.png",640,853,true],"web-stories-publisher-logo":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-96x96.png",96,96,true],"web-stories-thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-8-2026-03_23_58-PM-150x78.png",150,78,true]},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"AI agents across enterprise systems can connect CRM, ERP, knowledge bases, and business tools to complete complex workflows. Learn how agent architecture, RAG, orchestration, and access controls enable reliable enterprise AI automation.","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/119615","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=119615"}],"version-history":[{"count":3,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/119615\/revisions"}],"predecessor-version":[{"id":119621,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/119615\/revisions\/119621"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media\/119617"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=119615"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=119615"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=119615"},{"taxonomy":"content_type","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/content_type?post=119615"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}