Skip to content

Commit fa2d8b4

Browse files
authored
Merge pull request #9 from redpanda-data/remove-cluster-framing
Reframe ADP as standalone, and drop MCP-built-on-Connect claim
2 parents 11f0676 + fa17939 commit fa2d8b4

55 files changed

Lines changed: 163 additions & 181 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ For more information, see xref:agents:overview.adoc[].
3636

3737
glossterm:MCP server[,MCP servers] translate agent intent into connections to databases, queues, HRIS, CRMs, and other business systems. They are the simplest way to give agents context and capabilities without writing glue code.
3838

39-
Under the hood, MCP servers wrap the same proven connectors that power some of the world's largest e-commerce, EV, electricity, and AI companies. Built on xref:redpanda-cloud:develop:connect/about.adoc[Redpanda Connect], they are lightweight, support OIDC-based authentication, and enforce deterministic policies at the tool level. You define tools in YAML, and policy enforcement programmatically prevents prompt injection, SQL injection, and other agent-based attacks.
39+
MCP servers are lightweight, support OIDC-based authentication, and enforce deterministic policies at the tool level. You define tools in YAML, and policy enforcement programmatically prevents prompt injection, SQL injection, and other agent-based attacks.
4040

41-
With over 300 connectors and real-time debugging capabilities, you reduce integration time while getting enterprise-grade security. You can reuse your existing infrastructure and data sources rather than building new integrations from scratch.
41+
With real-time debugging capabilities, you reduce integration time while getting enterprise-grade security. You can reuse your existing infrastructure and data sources rather than building new integrations from scratch.
4242

4343
For more information, see xref:mcp:overview.adoc[MCP Servers Overview].
4444

modules/ROOT/partials/ai-hub-mode-indicator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tabs]
22
====
3-
Redpanda Cloud Console::
3+
ADP UI::
44
+
5-
In the Redpanda Cloud Console:
5+
In ADP:
66
+
77
. Navigate to *Agentic* → *AI Gateway* → *Gateways*.
88
. Select a gateway from your list.

modules/ROOT/partials/ai-hub/configure-ai-hub.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ After reading this page, you will be able to:
1818
1919
== Prerequisites
2020

21-
* Access to the Redpanda Cloud Console with administrator privileges
21+
* Access to ADP with administrator privileges
2222
* API keys for at least one LLM provider:
2323
** OpenAI: API key from https://platform.openai.com/api-keys
2424
** Anthropic: API key from https://console.anthropic.com/settings/keys
25-
* A Redpanda Cloud workspace
25+
* An ADP workspace
2626

2727
== Create an AI Hub gateway
2828

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

31-
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Gateways*.
31+
. In ADP, navigate to *Agentic* → *AI Gateway* → *Gateways*.
3232
. Click *Create Gateway*.
3333
. Select *AI Hub* as the gateway mode.
3434
. Configure basic settings:

modules/ROOT/partials/ai-hub/use-ai-hub-gateway.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ After reading this page, you will be able to:
1919
== Before you begin
2020

2121
* You have access to at least one AI Hub gateway (provided by your administrator)
22-
* You have a Redpanda Cloud API key
22+
* You have an ADP API key
2323
* You have Python 3.8+ or Node.js 18+ installed (for code examples)
2424

2525
== Identify an AI Hub gateway

modules/ROOT/partials/integrations/claude-code-admin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Claude Code requires access to LLM providers through the gateway. Enable at leas
4444

4545
Claude Code uses Anthropic models by default. To enable Anthropic:
4646

47-
. Navigate to *AI Gateway* > *Providers* in the Redpanda Cloud console
47+
. Navigate to *AI Gateway* > *Providers* in ADP
4848
. Select *Anthropic* from the provider list
4949
. Click *Add configuration*
5050
. Enter your Anthropic API key
@@ -268,7 +268,7 @@ Claude Code clients authenticate using bearer tokens.
268268

269269
=== Generate API tokens
270270

271-
. Navigate to *Security* > *API Tokens* in the Redpanda Cloud console
271+
. Navigate to *Security* > *API Tokens* in ADP
272272
. Click *Create Token*
273273
. Enter token details:
274274
+

modules/ROOT/partials/integrations/claude-code-user.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ If deferred tool loading is enabled in your gateway, you'll see a search tool an
202202

203203
Check that requests route through the gateway by monitoring the AI Gateway dashboard:
204204

205-
. Open the Redpanda Cloud Console
205+
. Sign in to ADP
206206
. Navigate to your gateway's observability dashboard
207207
. Send a test request from Claude Code:
208208
+
@@ -292,7 +292,7 @@ curl -H "Authorization: Bearer YOUR_API_KEY" \
292292
<your-gateway-endpoint>/mcp
293293
----
294294
+
295-
You should receive a valid MCP protocol response. If you get `401 Unauthorized`, regenerate your API key in the Redpanda Cloud Console.
295+
You should receive a valid MCP protocol response. If you get `401 Unauthorized`, regenerate your API key in ADP.
296296

297297
. **Gateway endpoint URL mismatch**
298298
+
@@ -335,7 +335,7 @@ Ensure requests use the `vendor/model_id` format (for example, `anthropic/claude
335335

336336
. **Gateway geographic distance**
337337
+
338-
If your gateway is in a different region than you or the upstream provider, this adds network latency. Check gateway region in the Redpanda Cloud Console.
338+
If your gateway is in a different region than you or the upstream provider, this adds network latency. Check gateway region in ADP.
339339

340340
. **Provider pool failover**
341341
+

modules/ROOT/partials/integrations/cline-admin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Cline requires access to LLM providers through the gateway. Enable at least one
5555

5656
Cline uses Anthropic models by default. To enable Anthropic:
5757

58-
. Navigate to *AI Gateway* > *Providers* in the Redpanda Cloud console
58+
. Navigate to *AI Gateway* > *Providers* in ADP
5959
. Select *Anthropic* from the provider list
6060
. Click *Add configuration*
6161
. Enter your Anthropic API key
@@ -286,7 +286,7 @@ Cline clients authenticate using bearer tokens.
286286

287287
=== Generate API tokens
288288

289-
. Navigate to *Security* > *API Tokens* in the Redpanda Cloud console
289+
. Navigate to *Security* > *API Tokens* in ADP
290290
. Click *Create Token*
291291
. Enter token details:
292292
+

modules/ROOT/partials/integrations/cline-user.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Send a test message in the Cline chat panel:
246246

247247
Then verify in the AI Gateway dashboard:
248248

249-
. Open the Redpanda Cloud Console
249+
. Sign in to ADP
250250
. Navigate to your gateway's observability dashboard
251251
. Filter by gateway ID
252252
. Verify:
@@ -466,7 +466,7 @@ curl -H "Authorization: Bearer YOUR_API_KEY" \
466466
<your-gateway-endpoint>/v1/models
467467
----
468468
+
469-
You should receive a list of available models. If you get `401 Unauthorized`, regenerate your API key in the Redpanda Cloud Console.
469+
You should receive a list of available models. If you get `401 Unauthorized`, regenerate your API key in ADP.
470470

471471
. **Gateway endpoint URL mismatch**
472472
+
@@ -715,7 +715,7 @@ This loads only essential tools initially. Cline queries for additional tools on
715715

716716
Use AI Gateway spend limits to prevent runaway costs:
717717

718-
. Navigate to your gateway in the Redpanda Cloud Console
718+
. Navigate to your gateway in ADP
719719
. Set monthly spend limit (for example, $500/month)
720720
. Configure alerts before reaching limit
721721

modules/ROOT/partials/integrations/continue-admin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Continue.dev works with multiple providers. Enable the providers your users will
5858

5959
To enable Anthropic with native format support:
6060

61-
. Navigate to *AI Gateway* > *Providers* in the Redpanda Cloud console
61+
. Navigate to *AI Gateway* > *Providers* in ADP
6262
. Select *Anthropic* from the provider list
6363
. Click *Add configuration*
6464
. Enter your Anthropic API key
@@ -378,7 +378,7 @@ Continue.dev clients authenticate using bearer tokens.
378378

379379
=== Generate API tokens
380380

381-
. Navigate to *Security* > *API Tokens* in the Redpanda Cloud console
381+
. Navigate to *Security* > *API Tokens* in ADP
382382
. Click *Create Token*
383383
. Enter token details:
384384
+

modules/ROOT/partials/integrations/continue-user.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ After configuring Continue.dev, verify it connects correctly to your AI Gateway.
302302

303303
Then verify in the AI Gateway dashboard:
304304

305-
. Open the Redpanda Cloud Console
305+
. Sign in to ADP
306306
. Navigate to your gateway's observability dashboard
307307
. Filter by gateway ID
308308
. Verify:
@@ -529,7 +529,7 @@ curl -H "Authorization: Bearer YOUR_API_KEY" \
529529
<your-gateway-endpoint>/v1/models
530530
----
531531
+
532-
You should receive a list of available models. If you get `401 Unauthorized`, regenerate your API key in the Redpanda Cloud Console.
532+
You should receive a list of available models. If you get `401 Unauthorized`, regenerate your API key in ADP.
533533

534534
. **Invalid JSON syntax**
535535
+

0 commit comments

Comments
 (0)