Redpanda Cloud
Manage Redpanda Cloud topics and Kafka Connect resources through the HTTP Data Plane API.
Tools
| Name | Description |
|---|---|
validate_connectionValidate Redpanda Cloud credentials by requesting the first topic page. | Validate Redpanda Cloud credentials by requesting the first topic page. |
list_topicsList Redpanda Cloud topics with optional name filtering and pagination. | List Redpanda Cloud topics with optional name filtering and pagination. |
create_topicCreate a Redpanda Cloud topic. Use validate-only for a dry run before creating. | Create a Redpanda Cloud topic. Use validate-only for a dry run before creating. |
delete_topicDelete one Redpanda topic. Requires the exact topic name to be repeated for confirmation. | Delete one Redpanda topic. Requires the exact topic name to be repeated for confirmation. |
get_topic_configurationsGet configuration entries for a Redpanda topic. | Get configuration entries for a Redpanda topic. |
set_topic_configurationsReplace configuration entries for a Redpanda topic. | Replace configuration entries for a Redpanda topic. |
list_connect_clustersList Kafka Connect clusters in the Redpanda data plane. | List Kafka Connect clusters in the Redpanda data plane. |
get_connect_clusterGet a Redpanda Kafka Connect cluster. For Redpanda Cloud, the default cluster name is redpanda. | Get a Redpanda Kafka Connect cluster. For Redpanda Cloud, the default cluster name is redpanda. |
list_connectorsList connectors managed by Redpanda Kafka Connect. | List connectors managed by Redpanda Kafka Connect. |
create_connectorCreate a Redpanda Kafka Connect connector with an explicit configuration body. | Create a Redpanda Kafka Connect connector with an explicit configuration body. |
get_connectorGet a Redpanda Kafka Connect connector by exact name. | Get a Redpanda Kafka Connect connector by exact name. |
get_connector_statusGet connector and task state for a Redpanda Kafka Connect connector. | Get connector and task state for a Redpanda Kafka Connect connector. |
upsert_connector_configCreate or replace the configuration for an existing Redpanda connector. | Create or replace the configuration for an existing Redpanda connector. |
pause_connectorPause a Redpanda connector by exact name. | Pause a Redpanda connector by exact name. |
resume_connectorResume a Redpanda connector by exact name. | Resume a Redpanda connector by exact name. |
restart_connectorRestart a Redpanda Kafka Connect connector by exact name. | Restart a Redpanda Kafka Connect connector by exact name. |
stop_connectorStop a Redpanda connector by exact name. | Stop a Redpanda connector by exact name. |
delete_connectorDelete a Redpanda connector by exact name. | Delete a Redpanda connector by exact name. |
Triggers
| Name | Description |
|---|---|
connector_status_changedPolls one Redpanda Kafka Connect connector and triggers when connector or task status changes. | Polls one Redpanda Kafka Connect connector and triggers when connector or task status changes. |
topic_list_changedPolls Redpanda topics and triggers when the visible topic list changes. | Polls Redpanda topics and triggers when the visible topic list changes. |
Quick Start
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.