What problem does it solve? Managing Upstash cloud resources through the web console is slow and hard to automate. This Skill lets you run the Upstash CLI against the Developer API to list, create, configure, and monitor Redis databases, Vector and Search indexes, QStash instances, and teams entirely from the terminal with JSON output. ## Core Features & Use Cases - Full Resource Lifecycle: Create, rename, delete, change plans, reset passwords, and move resources across teams for Redis, Vector, Search, and QStash. - Backups and Stats: Create and restore Redis backups, toggle daily backups, and pull usage statistics with configurable time periods. - Safe Automation: Every command is non-interactive, emits JSON for piping into jq, and supports --dry-run on destructive operations. - Use Case: An agent needs to provision a new Redis database in eu-west-1, enable TLS, set a budget, and retrieve its REST credentials — all in one scripted flow without opening the Upstash console. ## Quick Start Ask the agent to list all your Upstash Redis databases and show their regions and plans using the upstash CLI.