manage_pubnub_account
Manage PubNub account applications and API keys by creating, listing, or deleting test items. Uses environment variables for authentication, ensuring secure and controlled account modifications.
Instructions
Manages the users PubNub account apps and API key settings. Uses PUBNUB_EMAIL and PUBNUB_PASSWORD environment variables for authentication. Supports creating, listing, and deleting apps and API keys. Delete action only works on test apps/keys (with "Test App" or "Test Key" in the name) for safety.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The action to perform: "create" to create new, "list" to list existing, "delete" to delete test items | |
subject | Yes | The subject to manage: "app" for applications, "api_key" for API keys |