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
* Update sidebar navigation: Agentic AI → Agentic, Gateways → Routers
Align docs with Console sidebar restructure (cloudv2#24748).
Navigation path is now Agentic > AI Gateway > Routers.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* add path
* Use full navigation path in CEL routing cookbook
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert Routers back to Gateways in UI navigation paths
The UI still says "Gateways", not "Routers", so this reverts that
part of the sidebar navigation rename across all 16 affected files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix inconsistent bold formatting in navigation paths
Apply individual bold to each menu item (*Agentic* > *AI Gateway* > *Gateways*)
instead of wrapping the entire path in a single bold block.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: modules/ai-agents/pages/ai-gateway/admin/setup-guide.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
@@ -26,7 +26,7 @@ After completing this guide, you will be able to:
26
26
27
27
Providers represent upstream services (Anthropic, OpenAI, Google AI) and associated credentials. Providers are disabled by default and must be enabled explicitly by an administrator.
28
28
29
-
. In the Redpanda Cloud Console, navigate to *Agentic AI* → *Providers*.
29
+
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Providers*.
30
30
. Select a provider (for example, Anthropic).
31
31
. On the Configuration tab for the provider, click *Add configuration*.
32
32
. Enter your API Key for the provider.
@@ -43,7 +43,7 @@ The model catalog is the set of models made available through the gateway. Model
43
43
44
44
The infrastructure that serves the model differs based on the provider you select. For example, OpenAI has different reliability and availability metrics than Anthropic. When you consider all metrics, you can design your gateway to use different providers for different use cases.
45
45
46
-
. Navigate to *Agentic AI* → *Models*.
46
+
. Navigate to *Agentic* → *AI Gateway* → *Models*.
47
47
. Review the list of available models from enabled providers.
48
48
. For each model you want to expose through gateways, toggle it to *Enabled*. For example:
49
49
+
@@ -105,7 +105,7 @@ endif::[]
105
105
106
106
A gateway is a logical configuration boundary (policies + routing + observability) on top of a single deployment. It's a "virtual gateway" that you can create per team, environment (staging/production), product, or customer.
107
107
108
-
. Navigate to *Agentic AI* → *Gateways*.
108
+
. Navigate to *Agentic* → *AI Gateway* → *Gateways*.
Copy file name to clipboardExpand all lines: modules/ai-agents/pages/ai-gateway/builders/discover-gateways.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ After reading this page, you will be able to:
27
27
====
28
28
Using the Console::
29
29
+
30
-
. Navigate to *Gateways* in the Redpanda Cloud Console.
30
+
. Navigate to *Agentic* > *AI Gateway* > *Gateways* in the Redpanda Cloud Console.
31
31
. Review the list of gateways you can access. For each gateway, you'll see the gateway name, ID, endpoint URL, status, available models, and provider performance.
32
32
+
33
33
Click the Configuration, API, MCP Tools, and Changelog tabs for additional information.
Copy file name to clipboardExpand all lines: modules/ai-agents/partials/ai-hub/configure-ai-hub.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
@@ -30,7 +30,7 @@ After reading this page, you will be able to:
30
30
31
31
Creating an AI Hub gateway is significantly simpler than creating a Custom mode gateway because all routing rules and backend pools are pre-configured.
32
32
33
-
. In the Redpanda Cloud Console, navigate to *AI Gateway* → *Gateways*.
33
+
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Gateways*.
34
34
. Click *Create Gateway*.
35
35
. Select *AI Hub* as the gateway mode.
36
36
. Configure basic settings:
@@ -324,7 +324,7 @@ AI Hub gateways provide the same observability features as Custom mode gateways.
324
324
325
325
=== Observability dashboard
326
326
327
-
. Navigate to *AI Gateway* → *Gateways* → Your Gateway.
327
+
. Navigate to *Agentic* → *AI Gateway* → *Gateways* → Your Gateway.
0 commit comments