cloud-serverless

Provision and manage Redpanda Cloud Serverless clusters via the Control Plane API.

6|3|Updated May 31, 2026
One-click install
npx skills add https://github.com/redpanda-data/skills --skill cloud-serverless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-serverless
Source: https://github.com/redpanda-data/skills/tree/main/skills/cloud-serverless
Command: npx skills add https://github.com/redpanda-data/skills --skill cloud-serverless

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provision and manage Redpanda Cloud Serverless clusters via the public Control Plane API, including OAuth2 authentication, ResourceGroup management, region discovery, cluster lifecycle, and per-cluster Data Plane access for topics, ACLs, users, secrets, and pipelines.

Core Features & Use Cases

  • Provision clusters in chosen regions and automate lifecycle operations (create/get/list/update/delete).
  • Manage per-cluster resources via the Data Plane API (topics, ACLs, users, secrets, and pipelines).
  • Use cases include rapid dev environment provisioning, automated onboarding of teams, and scalable cluster lifecycle automation.

Quick Start

Create a Redpanda Cloud Serverless cluster from the Control Plane and begin managing topics and identities through the Data Plane.

Frequently Asked Questions about cloud-serverless

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage a Redpanda Cloud Serverless cluster using the Control Plane API?

You can manage a Redpanda Cloud Serverless cluster by using the Control Plane API to provision resources, discover regions, and perform lifecycle operations like creating, updating, or deleting clusters. It requires OAuth2 client credentials for authentication.

Can I automate Redpanda Serverless cluster provisioning and team onboarding?

Yes, automating Redpanda Serverless cluster provisioning is supported through the Control Plane API. You can programmatically create clusters in chosen regions to enable rapid dev environment setup and scalable team onboarding workflows.

What resources can I configure on a Redpanda Serverless cluster via the Data Plane API?

Through the Data Plane API, you can manage per-cluster resources including topics, ACLs, users, secrets, and pipelines. This allows comprehensive configuration of cluster data and identities after initial provisioning.

How does OAuth2 authentication work for Redpanda Cloud Serverless APIs?

OAuth2 authentication for Redpanda Cloud Serverless APIs uses client credentials to satisfy access requirements. You must provide valid OAuth2 credentials to authenticate requests to both the Control Plane and Data Plane endpoints.

Do I need a ResourceGroup to create a Redpanda Cloud Serverless cluster?

Yes, ResourceGroup management is a required component when using the Control Plane API to create and organize Redpanda Cloud Serverless clusters. It enables proper end-to-end operation and resource isolation.

What is the best way to handle cluster lifecycle operations for Redpanda Cloud Serverless?

The best way to handle cluster lifecycle operations for Redpanda Cloud Serverless is through the Control Plane API, which supports creating, getting, listing, updating, and deleting clusters programmatically for scalable automation.