create_topic
Create a Kafka topic with an optional readable label, auto-namespaced under your prefix. Returns the full topic name while enforcing plan limits on retention, partitions, and storage.
Instructions
Create a Kafka topic for the user. The name is auto-namespaced under their prefix; an optional 'label' becomes a readable suffix (sanitized), otherwise it's randomized. Retention, partitions and the per-topic size are fixed by the plan. Fails if the topic count or storage budget is exceeded (see get_kafka / get_account). Returns the full topic name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional readable suffix, [a-z0-9-], max 40 chars. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The full topic name created. |