You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowlist Anypoint Code Builder URLs. For more information, see xref:anypoint-code-builder::urls-to-allow.adoc[Allow URLs for Anypoint Code Builder].
66
-
* xref:gateway::flex-gateway-managed-ingress-egress.adoc[Flex Gateway Ingress and Egress gateways]
66
+
* xref:gateway::flex-gateway-managed-ingress-egress.adoc[Omni Gateway Ingress and Egress gateways]
67
67
68
68
=== MuleSoft Vibes Requirements (Optional)
69
69
@@ -87,7 +87,7 @@ If you're using the Anypoint CLI to create agent network projects, ensure you me
87
87
. Use Anypoint Runtime Manager to set up a private space in CloudHub 2.0 or deployment target in Runtime Fabric.
88
88
+
89
89
See xref:anypoint-code-builder::af-get-started.adoc#setup-space[Set Up the Private Space or Deployment Target for Your Environment].
90
-
. Set up Ingress and egress Flex Gateways for the private space or deployment target.
90
+
. Set up Ingress and egress Omni Gateways for the private space or deployment target.
91
91
+
92
92
* If using Anypoint Code Builder, see xref:anypoint-code-builder::af-get-started.adoc#setup-gateways[Set Up Agent Network Gateways for the Private Space or Deployment Target].
93
93
* If using the Anypoint CLI, see the xref:anypoint-code-builder::af-build-agent-networks-in-a-ci-cd-environment.adoc#agent-network-setup-gateways[setup gateways command reference].
An agent broker decomposes the task of onboarding the new hire (create HR record, provision identity, assign hardware, grant app access, enroll in benefits and training), calling MCP and A2A agents as needed, with human‑in‑the‑loop approvals where required.
45
45
* Govern
46
46
+
47
-
Flex Gateway enforces authentication, least‑privilege access, and guardrails. API Manager policies ensure consistent controls across all calls and data exchanges.
47
+
Omni Gateway enforces authentication, least‑privilege access, and guardrails. API Manager policies ensure consistent controls across all calls and data exchanges.
48
48
* Observe
49
49
+
50
50
Monitoring and traces (beta) give end‑to‑end visibility into progress, failures, and latency. Visualization shows which agents interacted and where bottlenecks occurred.
@@ -114,16 +114,16 @@ The asset might also be published to Exchange.
114
114
[[agent-network-architecture]]
115
115
== Agent Network Architecture
116
116
117
-
This diagram shows an agent network with agents and MCP servers, traffic through Flex Gateway, governed by API Manager, and observed in Anypoint Monitoring and Agent Visualizer.
117
+
This diagram shows an agent network with agents and MCP servers, traffic through Omni Gateway, governed by API Manager, and observed in Anypoint Monitoring and Agent Visualizer.
118
118
119
-
image::agent-fabric-architecture.png[Agent Fabric showing agents and MCP servers defined in YAML and published to Exchange, with traffic through Flex Gateway, governed by API Manager, and observed in Anypoint Monitoring and Agent Visualizer]
119
+
image::agent-fabric-architecture.png[Agent Fabric showing agents and MCP servers defined in YAML and published to Exchange, with traffic through Omni Gateway, governed by API Manager, and observed in Anypoint Monitoring and Agent Visualizer]
120
120
121
121
[calloutlist]
122
122
. Publish the agentic assets to Anypoint Exchange for discovery and reuse after you define the agent network (brokers, agents, MCP servers) in the agent network YAML in Anypoint Code Builder.
123
123
. Deploy the agentic assets to CloudHub 2.0 (managed in Runtime Manager).
124
-
. Enforce policies on incoming traffic to the network with an ingress Flex Gateway, which sits in front of brokers and API endpoints.
125
-
. Enforce policies, manage connections, and emit telemetry data with an egress Flex Gateway, which sits on outbound paths from brokers and agents to external agents and services.
126
-
. Collect logs, metrics, and traces from Flex Gateway and runtimes in Anypoint Monitoring.
124
+
. Enforce policies on incoming traffic to the network with an ingress Omni Gateway, which sits in front of brokers and API endpoints.
125
+
. Enforce policies, manage connections, and emit telemetry data with an egress Omni Gateway, which sits on outbound paths from brokers and agents to external agents and services.
126
+
. Collect logs, metrics, and traces from Omni Gateway and runtimes in Anypoint Monitoring.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/af-deploy-agent-network-targets.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
[[deploy-instances]]
2
2
= Deploy Agent Network Instances
3
3
4
-
Deploy your agent network instance to a deployment target. You can deploy to a CloudHub 2.0 private space or to a Runtime Fabric. When you deploy, Flex Gateway secures your agent network in the ingress gateway. Also, it secures your brokers, agents, and MCP servers in the egress gateway.
4
+
Deploy your agent network instance to a deployment target. You can deploy to a CloudHub 2.0 private space or to a Runtime Fabric. When you deploy, Omni Gateway secures your agent network in the ingress gateway. Also, it secures your brokers, agents, and MCP servers in the egress gateway.
5
5
6
-
These Flex Gateway policies are applied automatically at deployment.
6
+
These Omni Gateway policies are applied automatically at deployment.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/af-get-started.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,17 @@ You must complete this step so that the private space appears as a valid deploym
25
25
+
26
26
Create a target space for Runtime Fabric.
27
27
+
28
-
For information about Runtime Fabric deployments, see xref:gateway::flex-gateway-managed-set-up.adoc#rtf[Managed Flex Gateway on Runtime Fabric].
28
+
For information about Runtime Fabric deployments, see xref:gateway::flex-gateway-managed-set-up.adoc#rtf[Managed Omni Gateway on Runtime Fabric].
29
29
30
30
[[setup-gateways]]
31
31
== Set Up Agent Network Gateways for the Private Space or Deployment Target
32
32
33
33
After you have a target space, use the `MuleSoft: Set Up Agent Network Gateways` command to create the ingress and egress gateways required for deployment in either CloudHub 2.0 or Runtime Fabric.
34
34
35
-
For agent networks, you must have at least one small Managed Flex Gateway and one large Managed Flex Gateway in your environment.
35
+
For agent networks, you must have at least one small Managed Omni Gateway and one large Managed Omni Gateway in your environment.
36
36
For more information about gateways, see xref:gateway::flex-architecture-basic-deployments.adoc[].
37
37
38
-
For more information about Runtime Fabric deployments, see xref:gateway::flex-gateway-managed-set-up.adoc#rtf[Managed Flex Gateway on Runtime Fabric].
38
+
For more information about Runtime Fabric deployments, see xref:gateway::flex-gateway-managed-set-up.adoc#rtf[Managed Omni Gateway on Runtime Fabric].
39
39
40
40
. In Anypoint Code Builder, from the Command Palette, run the command *MuleSoft: Set Up Agent Network Gateways*.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/af-troubleshoot-agent-networks.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Enable logging and log levels from CloudHub 2.0 or Runtime Fabric:
28
28
29
29
Edit `agent-network.yaml` to set message logging for MCP servers and agents.
30
30
31
-
Message logging uses the xref:gateway::policies-included-message-logging.adoc[Flex Gateway Message Logging policy]. In the `connection` section of the agent or MCP server instance you want to log, add the following logging policy inside `policies`:
31
+
Message logging uses the xref:gateway::policies-included-message-logging.adoc[Omni Gateway Message Logging policy]. In the `connection` section of the agent or MCP server instance you want to log, add the following logging policy inside `policies`:
32
32
33
33
[source,yaml]
34
34
----
@@ -65,7 +65,7 @@ Use the steps in this section to diagnose and fix common problems in agent netwo
65
65
If Anypoint Monitoring isn't showing traces for agents and MCP servers, check these settings:
66
66
67
67
* In API Manager, verify you've enabled the tracing policy for all brokers and agents.
68
-
* In the managed Flex Gateways, verify that you've enabled Distributed Tracing for ingress and egress.
68
+
* In the managed Omni Gateways, verify that you've enabled Distributed Tracing for ingress and egress.
69
69
70
70
=== Issue: No Agent Network Commands in Anypoint Code Builder
0 commit comments