<h1 align="center">
<a href="https://prompts.chat">
Set the active Confluent Cloud environment for subsequent commands
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Before starting: If any tool call fails with "Missing required environment variables", tell the user:
"Set your Confluent Cloud API credentials — generate at https://confluent.cloud/settings/api-keys, then export CONFLUENT_CLOUD_API_KEY=... CONFLUENT_CLOUD_API_SECRET=... and restart Claude Code."
Help me set the active Confluent Cloud environment so I don't have to pick it every time.
Follow these steps:
Call list_environments to show available environments as a numbered list with ID and name.
Ask me to pick the environment I want to use as my default.
Read the existing .confluent-context.json file first (if it exists) to preserve any existing fields like api_keys. Then update only the environment_id and environment_name fields and write it back. If the file doesn't exist, create it with this format:
{
"environment_id": "env-xxx",
"environment_name": "my-environment"
}
Confirm the active environment has been set:
{id})"/clusters-create, /topics-create, etc.) will use this environment automatically."/environments-use again."