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
Redpanda Cloud is a complete data streaming platform delivered as a fully-managed service. It provides automated upgrades and patching, data balancing, and support while continuously monitoring your clusters and underlying infrastructure to meet strict performance, availability, reliability, and security requirements. All Redpanda Cloud clusters are deployed with an integrated glossterm:Redpanda Console[], and all clusters have access to unlimited retention and 300+ data connectors with xref:develop:connect/about.adoc[Redpanda Connect].
5
+
Redpanda Cloud is a complete data streaming and agentic data plane platform delivered as a fully-managed service. It provides automated upgrades and patching, data balancing, and support while continuously monitoring your clusters and underlying infrastructure to meet strict performance, availability, reliability, and security requirements. All Redpanda Cloud clusters are deployed with an integrated glossterm:Redpanda Console[], and all clusters have access to unlimited retention and 300+ data connectors with xref:develop:connect/about.adoc[Redpanda Connect].
6
6
7
-
TIP: For more detailed information about the Redpanda platform, see xref:get-started:intro-to-events.adoc[] and xref:get-started:architecture.adoc[].
7
+
== Redpanda Agentic Data Plane (ADP)
8
8
9
-
== Redpanda Cloud cluster types
9
+
Redpanda ADP is an enterprise-grade infrastructure for building, deploying, and managing AI agents at scale. Redpanda ADP provides unified governance, observability, and security for agentic applications while leveraging Redpanda's streaming and analytical capabilities as the foundational data fabric.
10
10
11
-
Redpanda Cloud offers three fully-managed cloud deployment options, each designed for different use cases:
11
+
NOTE: AI Gateway is supported on BYOC clusters running Redpanda version 25.3 and later.
12
+
13
+
Redpanda ADP is built on open standards and protocols, allowing you to pick and choose components that fit your needs. Integrate with existing agent frameworks, data processing systems, or custom code.
14
+
15
+
* **AI agents**: Deploy declarative agents or bring your own agent frameworks (LangChain, LlamaIndex, and others). Build multi-agent systems where specialized sub-agents handle specific responsibilities, following single-responsibility principles.
16
+
* **MCP servers**: Build lightweight data and action interfaces using a low-code framework based on xref:develop:connect/about.adoc[Redpanda Connect]. Connect to hundreds of data sources (databases, cloud storage, APIs) and enforce fine-grained policies that programmatically prevent prompt injection and SQL injection attacks. MCP servers are extremely lightweight—run dozens on minimal resources—with OIDC-based access control and real-time debugging capabilities.
17
+
* **AI Gateway**: Manage LLM provider access with cost controls, rate limiting, intelligent routing, and failover support across multiple providers.
18
+
//* **Catalog**: Maintain a centralized repository of agents, MCP servers, tools, and policies. Share components across teams and enforce organization-wide standards.
19
+
20
+
=== Enterprise capabilities for AI agents
21
+
22
+
Redpanda ADP addresses critical enterprise requirements for AI agent deployments:
23
+
24
+
*Security by design*: MCP servers enforce policies at the tool level, programmatically preventing prompt injection, SQL injection, and other agent-based attacks. Policy enforcement is deterministic and controlled. Agents cannot bypass security constraints even through creative prompting.
25
+
26
+
*Unified authorization*: All components use OIDC-based authentication with an "on-behalf-of" authorization model. When a user invokes an agent, the agent inherits the intersection of its own permissions and the user's permissions, ensuring proper data access scoping.
27
+
28
+
*Complete observability*: Redpanda ADP provides two levels of inspection: execution logs (transcripts) capture every agent action with 100% sampling using OpenTelemetry standards, while real-time debugging tools allow inspection of individual MCP server calls. Traces span across services and go as deep as needed, down to individual tool invocations with full timing data. View detailed agent actions in Redpanda Console and replay data for agent evaluations.
29
+
30
+
*Compliance and audit*: For industries requiring multi-year audit trails, Redpanda ADP records every agent action and data source used in decision-making. Execution logs are stored in Redpanda topics and can be materialized to Iceberg tables for long-term retention and analysis.
31
+
32
+
=== Use cases
33
+
34
+
Organizations can use Redpanda ADP to:
35
+
36
+
* *Automate operational workflows*: Create specialized agents for building management, infrastructure monitoring, compliance reporting, and other domain-specific tasks
37
+
* *Monitor manufacturing and operations*: Deploy multi-agent systems that analyze factory machine telemetry in real-time, detect anomalies, search equipment manuals, and create maintenance tickets automatically. Use data aggregation patterns (like tumbling windows) to process high-volume sensor data before sending insights to agents.
38
+
* *Extend enterprise productivity tools*: Integrate Microsoft Copilot or other workplace agents with internal data sources and systems that are otherwise inaccessible
39
+
40
+
See also: xref:ai-agents:index.adoc[].
41
+
42
+
== Redpanda Cloud deployment options
43
+
44
+
Redpanda Cloud applications are supported by three fully-managed deployment options:
12
45
13
46
* **<<Serverless>>**: Fastest way to get started with automatic scaling
14
47
* **<<Dedicated>>**: Production clusters in Redpanda's cloud with enhanced isolation
@@ -33,6 +66,11 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
33
66
| Redpanda's cloud (AWS/Azure/GCP)
34
67
| Your cloud account (AWS/Azure/GCP)
35
68
69
+
| *Redpanda ADP*
70
+
| ✗
71
+
| ✗
72
+
| ✓
73
+
36
74
| *Tenancy*
37
75
| Multi-tenant
38
76
| Single-tenant
@@ -59,7 +97,7 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
With Dedicated clusters, you host your data on Redpanda Cloud resources (AWS, GCP, or Azure), and Redpanda handles provisioning, operations, and maintenance. Dedicated clusters are single-tenant deployments that support private networking (for example, VPC peering to talk over private IPs) for better data isolation.
132
-
When you create a Dedicated cluster, you select the supported xref:reference:tiers/dedicated-tiers.adoc[tier] that meets your compute and storage needs.
169
+
With Dedicated clusters, you host your data on Redpanda Cloud resources (AWS, GCP, or Azure), and Redpanda handles provisioning, operations, and maintenance. When you create a Dedicated cluster, you select the supported xref:reference:tiers/dedicated-tiers.adoc[tier] that meets your compute and storage needs.
133
170
134
171
==== Sign up for Dedicated
135
172
@@ -153,6 +190,8 @@ Redpanda creates a cloud organization for you and sends you a welcome email.
153
190
154
191
=== Bring Your Own Cloud (BYOC)
155
192
193
+
With BYOC clusters, the Redpanda data plane (including Redpanda ADP components and Redpanda brokers) deploys into your existing VPC or VNet, ensuring all data remains in your environment.
194
+
156
195
With BYOC clusters, you deploy the Redpanda glossterm:data plane[] into your existing VPC (for AWS and GCP) or VNet (for Azure), and all data is
157
196
contained in your own environment. This provides an additional layer of security and isolation. (See xref:get-started:byoc-arch.adoc[].) Redpanda manages provisioning, monitoring, upgrades, and security policies, and it manages required resources in your VPC or VNet, including subnets (subnetworks in GCP), IAM roles, and object storage resources (for example, S3 buckets or Azure Storage accounts).
158
197
@@ -162,6 +201,8 @@ With BYOVPC/BYOVNet clusters, you take full control of the networking lifecycle.
162
201
163
202
The BYOC infrastructure that Redpanda manages should not be used to deploy any other workloads.
164
203
204
+
For details about the control plane - data plane framework in BYOC, see xref:get-started:byoc-arch.adoc[BYOC architecture].
205
+
165
206
==== Sign up for BYOC
166
207
167
208
To start using BYOC, contact https://redpanda.com/try-redpanda?section=enterprise-trial[Redpanda sales^] to request a private offer with possible discounts. You are billed directly or through Google Cloud Marketplace or AWS Marketplace.
@@ -177,7 +218,7 @@ Serverless clusters are a good fit for the following use cases:
177
218
178
219
Consider BYOC or Dedicated if you need more control over the deployment or if you have workloads with consistently-high throughput. BYOC and Dedicated clusters offer the following features:
179
220
180
-
* Private networking
221
+
* Redpanda Agentic Data Plane (ADP): BYOC only
181
222
* Multiple availability zones (AZs). A multi-AZ cluster provides higher resiliency in the event of a failure in one of the zones.
182
223
* Role-based access control (RBAC) in the data plane
183
224
* Kafka Connect
@@ -187,7 +228,11 @@ Consider BYOC or Dedicated if you need more control over the deployment or if yo
187
228
188
229
When you sign up for a Redpanda account, Redpanda creates an organization for you. Your organization contains all your Redpanda resources, including your clusters and networks. Within your organization, Redpanda creates a default resource group to contain your resources. You can rename this resource group, and you can create more resource groups. For example, you may want different resource groups for production and testing.
189
230
190
-
For details about the control plane - data plane framework in BYOC, see xref:get-started:byoc-arch.adoc[BYOC architecture].
231
+
[TIP]
232
+
====
233
+
234
+
For more detailed information about the Redpanda platform, see xref:get-started:intro-to-events.adoc[] and xref:get-started:architecture.adoc[].
235
+
====
191
236
192
237
== Shared responsibility model
193
238
@@ -382,7 +427,6 @@ Features in limited availability are production-ready and are covered by Redpand
382
427
383
428
The following features are currently in limited availability in Redpanda Cloud:
384
429
385
-
* Serverless
386
430
* Dedicated for Azure
387
431
388
432
== Features in beta
@@ -391,14 +435,14 @@ Features in beta are available for testing and feedback. They are not covered by
391
435
392
436
The following features are currently in beta in Redpanda Cloud:
393
437
394
-
* Serverless on GCP
395
438
* BYOVPC for AWS
396
439
* BYOVNet for Azure
397
440
* Secrets Management for BYOVPC on GCP and AWS
398
-
* xref:ai-agents:index.adoc[AI agents with MCP servers]
441
+
* xref:ai-agents:index.adoc[Redpanda ADP] including AI agents, MCP servers, AI Gateway, and Transcripts
399
442
* Several Redpanda Connect components
400
443
401
444
== Next steps
445
+
* xref:ai-agents:index.adoc[Build AI agents with Redpanda ADP]
402
446
* xref:manage:maintenance.adoc[Learn about upgrades and maintenance]
403
447
* xref:get-started:cluster-types/serverless.adoc[Create a Serverless cluster]
404
448
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
0 commit comments