Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ai-agents/pages/ai-gateway/admin/setup-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ After completing this guide, you will be able to:

Providers represent upstream services (Anthropic, OpenAI, Google AI) and associated credentials. Providers are disabled by default and must be enabled explicitly by an administrator.

. In the Redpanda Cloud Console, navigate to *Agentic AI* → *Providers*.
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Providers*.
. Select a provider (for example, Anthropic).
. On the Configuration tab for the provider, click *Add configuration*.
. Enter your API Key for the provider.
Expand All @@ -43,7 +43,7 @@ The model catalog is the set of models made available through the gateway. Model

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.

. Navigate to *Agentic AI* → *Models*.
. Navigate to *Agentic* → *AI Gateway* → *Models*.
. Review the list of available models from enabled providers.
. For each model you want to expose through gateways, toggle it to *Enabled*. For example:
+
Expand Down Expand Up @@ -105,7 +105,7 @@ endif::[]

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.

. Navigate to *Agentic AI* → *Gateways*.
. Navigate to *Agentic* → *AI Gateway* → *Gateways*.
. Click *Create Gateway*.
. Configure the gateway:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After reading this page, you will be able to:
====
Using the Console::
+
. Navigate to *Gateways* in the Redpanda Cloud Console.
. Navigate to *Agentic* > *AI Gateway* > *Gateways* in the Redpanda Cloud Console.
. 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.
+
Click the Configuration, API, MCP Tools, and Changelog tabs for additional information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ What happens: Requests without messages are rejected (400 error)

=== Option 1: CEL editor in UI (if available)

1. Navigate to Gateways → Routing Rules
1. Navigate to *Agentic* → *AI Gateway* → *Gateways**Routing Rules*
2. Enter CEL expression
3. Click "Test"
4. Input test headers/body
Expand Down
6 changes: 3 additions & 3 deletions modules/ai-agents/pages/ai-gateway/gateway-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before starting, ensure you have:

Providers represent upstream LLM services and their associated credentials. Providers are disabled by default and must be enabled explicitly.

. Navigate to *Providers*.
. Navigate to *Agentic* > *AI Gateway* > *Providers*.
. Select a provider (for example, OpenAI, Anthropic, Google AI).
. On the Configuration tab, click *Add configuration* and enter your API key.
. Verify the provider status shows "Active".
Expand All @@ -32,7 +32,7 @@ Providers represent upstream LLM services and their associated credentials. Prov

After enabling a provider, enable the specific models you want to make available through your gateways.

. Navigate to *Models*.
. Navigate to *Agentic* > *AI Gateway* > *Models*.
. Enable the models you want to use (for example, `gpt-5.2-mini`, `claude-sonnet-4.5`, `claude-opus-4.6`).
. Verify the models appear as "Enabled" in the model catalog.

Expand Down Expand Up @@ -68,7 +68,7 @@ See xref:ai-gateway/gateway-modes.adoc[] to understand which mode fits your need
====
endif::[]

. Navigate to *Gateways*.
. Navigate to *Agentic* > *AI Gateway* > *Gateways*.
. Click *Create Gateway*.
+
ifdef::ai-hub-available[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ Steps:

1. Navigate to MCP servers:

* In the sidebar, navigate to *Agentic AI > Gateways*, select your gateway, then select the *MCP* tab.
* In the sidebar, navigate to *Agentic > AI Gateway > Gateways*, select your gateway, then select the *MCP* tab.
Comment thread
micheleRP marked this conversation as resolved.
Outdated

2. Configure server:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/ai-agents/partials/ai-hub-mode-indicator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Redpanda Cloud Console::
+
In the Redpanda Cloud Console:
+
. Navigate to *AI Gateway* → *Gateways*.
. Navigate to *Agentic* → *AI Gateway* → *Gateways*.
. Select a gateway from your list.
. Look for the *Mode* indicator in the gateway details:
+
Expand Down
4 changes: 2 additions & 2 deletions modules/ai-agents/partials/ai-hub/configure-ai-hub.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ After reading this page, you will be able to:

Creating an AI Hub gateway is significantly simpler than creating a Custom mode gateway because all routing rules and backend pools are pre-configured.

. In the Redpanda Cloud Console, navigate to *AI Gateway* → *Gateways*.
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Gateways*.
. Click *Create Gateway*.
. Select *AI Hub* as the gateway mode.
. Configure basic settings:
Expand Down Expand Up @@ -324,7 +324,7 @@ AI Hub gateways provide the same observability features as Custom mode gateways.

=== Observability dashboard

. Navigate to *AI Gateway* → *Gateways* → Your Gateway.
. Navigate to *Agentic* → *AI Gateway* → *Gateways* → Your Gateway.
. Click *Observability*.

View metrics including:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Expected: Successful completion with response content.

Check the observability dashboard to confirm your requests are logged:

. Navigate to *AI Gateway* → *Gateways* → Your Gateway.
. Navigate to *Agentic* → *AI Gateway* → *Gateways* → Your Gateway.
. Click *Observability*.
. Verify your test requests appear in the logs.
. Check token usage and estimated cost.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Create a dedicated gateway to isolate Claude Code traffic and apply specific pol

=== Gateway configuration

. Navigate to *AI Gateway* > *Gateways*
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
. Click *Create Gateway*
. Enter gateway details:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/ai-agents/partials/integrations/cline-admin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Create a dedicated gateway to isolate Cline traffic and apply specific policies.

=== Gateway configuration

. Navigate to *AI Gateway* > *Gateways*
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
. Click *Create Gateway*
. Enter gateway details:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Create a dedicated gateway to isolate Continue.dev traffic and apply specific po

=== Gateway configuration

. Navigate to *AI Gateway* > *Gateways*
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
. Click *Create Gateway*
. Enter gateway details:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Create a dedicated gateway to isolate Cursor traffic and apply specific policies

=== Gateway configuration

. Navigate to *AI Gateway* > *Gateways*
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
. Click *Create Gateway*
. Enter gateway details:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Create a dedicated gateway to isolate GitHub Copilot traffic and apply specific

=== Gateway configuration

. Navigate to *AI Gateway* > *Gateways*
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
. Click *Create Gateway*
. Enter gateway details:
+
Expand Down
4 changes: 2 additions & 2 deletions modules/ai-agents/partials/migration-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Common issues:
After successful test:

1. Open AI Gateway observability dashboard
2. In the sidebar, navigate to *Agentic AI > Gateways > {GATEWAY_NAME}*, then select the *Logs* tab.
2. In the sidebar, navigate to *Agentic > AI Gateway > Gateways > {GATEWAY_NAME}*, then select the *Logs* tab.
Comment thread
micheleRP marked this conversation as resolved.
Outdated
3. Verify your test request appears
4. Check fields:
* Model: `openai/gpt-5.2-mini`
Expand Down Expand Up @@ -719,7 +719,7 @@ Causes:

Solution:

1. Verify model is enabled: In the sidebar, navigate to *Agentic AI > Models* and confirm the model is enabled.
1. Verify model is enabled: In the sidebar, navigate to *Agentic > AI Gateway > Models* and confirm the model is enabled.
Comment thread
micheleRP marked this conversation as resolved.
Outdated
2. Confirm format: `vendor/model_id` (for example, `openai/gpt-5.2`, not `gpt-5.2` without prefix)
3. Check supported models: // PLACEHOLDER: link to model catalog

Expand Down
2 changes: 1 addition & 1 deletion modules/ai-agents/partials/observability-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use metrics for: Aggregate analytics, trends, cost tracking across time. See xre
== Where to find logs

1. Navigate to logs view:
* In the sidebar, navigate to *Agentic AI > Gateways > {gateway-name}*, then select the *Logs* tab.
* In the sidebar, navigate to *Agentic > AI Gateway > Gateways > {gateway-name}*, then select the *Logs* tab.
Comment thread
micheleRP marked this conversation as resolved.
Outdated
* Or: Gateway detail page -> Logs tab

2. Select gateway:
Expand Down
2 changes: 1 addition & 1 deletion modules/ai-agents/partials/observability-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use logs for: Debugging specific requests, viewing full prompts/responses. See x
== Where to find metrics

1. Navigate to analytics dashboard:
* In the sidebar, navigate to *Agentic AI > Gateways > {gateway-name}*, then select the *Analytics* tab.
* In the sidebar, navigate to *Agentic > AI Gateway > Gateways > {gateway-name}*, then select the *Analytics* tab.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed all instances

* Or: Gateway detail page -> Analytics tab

2. Select gateway (optional):
Expand Down