Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion modules/ai-gateway/pages/gateway-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:learning-objective-2: Route your first request through AI Gateway and verify it works
:learning-objective-3: Verify request routing and token usage in the gateway overview

Redpanda AI Gateway keeps your AI-powered applications running and your costs under control by routing all LLM and MCP traffic through a single managed layer with automatic failover and budget enforcement. This quickstart walks you through configuring your first gateway and routing requests through it.
Redpanda AI Gateway, part of the Agentic Data Plane (ADP), is the managed proxy for LLM APIs. This quickstart walks you through configuring your first gateway and routing requests through it.

== Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion modules/mcp/pages/managed/zendesk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Before you create the server, make sure you have:

. In the Zendesk Admin Center, go to *Apps and integrations > APIs > Zendesk API*.
. On the *Settings* tab, enable *Token access*.
. Click *Add API token*, give it a descriptive label (for example, `redpanda-aigw`), and copy the token value. It is shown only once.
. Click *Add API token*, give it a descriptive label (for example, `redpanda-ai-gateway`), and copy the token value. It is shown only once.
. Note the *agent email* the token will act as (the email of the user who created the token). The HTTP Basic auth string the MCP builds is `base64(<email>/token:<api_token>)`. The `/token` literal is Zendesk's API-token quirk.
. Store the token in the ADP secret store under a name like `ZENDESK_API_TOKEN`.

Expand Down