Weavz
Redpanda Cloud

Redpanda Cloud

Manage Redpanda Cloud topics and Kafka Connect resources through the HTTP Data Plane API.

18 tools
2 triggers

Tools

Name
validate_connection

Validate Redpanda Cloud credentials by requesting the first topic page.

list_topics

List Redpanda Cloud topics with optional name filtering and pagination.

create_topic

Create a Redpanda Cloud topic. Use validate-only for a dry run before creating.

delete_topic

Delete one Redpanda topic. Requires the exact topic name to be repeated for confirmation.

get_topic_configurations

Get configuration entries for a Redpanda topic.

set_topic_configurations

Replace configuration entries for a Redpanda topic.

list_connect_clusters

List Kafka Connect clusters in the Redpanda data plane.

get_connect_cluster

Get a Redpanda Kafka Connect cluster. For Redpanda Cloud, the default cluster name is redpanda.

list_connectors

List connectors managed by Redpanda Kafka Connect.

create_connector

Create a Redpanda Kafka Connect connector with an explicit configuration body.

get_connector

Get a Redpanda Kafka Connect connector by exact name.

get_connector_status

Get connector and task state for a Redpanda Kafka Connect connector.

upsert_connector_config

Create or replace the configuration for an existing Redpanda connector.

pause_connector

Pause a Redpanda connector by exact name.

resume_connector

Resume a Redpanda connector by exact name.

restart_connector

Restart a Redpanda Kafka Connect connector by exact name.

stop_connector

Stop a Redpanda connector by exact name.

delete_connector

Delete a Redpanda connector by exact name.

Triggers

Name
connector_status_changed

Polls one Redpanda Kafka Connect connector and triggers when connector or task status changes.

topic_list_changed

Polls Redpanda topics and triggers when the visible topic list changes.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('redpanda', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'redpanda',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Redpanda Cloud to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Redpanda Cloud support?

Redpanda Cloud supports 18 tools including Validate Connection, List Topics, Create Topic, Delete Topic, Get Topic Configurations, and more.

Can I use Redpanda Cloud with AI agents?

Yes. Add Redpanda Cloud to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Redpanda Cloud be used in stateful agent workflows?

Yes. Agents can combine Redpanda Cloud tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Redpanda Cloud use?

Redpanda Cloud uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Redpanda Cloud integration cost?

The Redpanda Cloud integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Redpanda Cloud support?

Redpanda Cloud supports 2 triggers including Connector Status Changed, Topic List Changed.

Connect Redpanda Cloud in minutes

Get 20,000 free action executions every month. No credit card required.