Redis Cloud
Manage Redis Cloud subscriptions, databases, and provisioning tasks.
Tools
| Name | Description |
|---|---|
list_pro_subscriptionsList Redis Cloud Pro subscriptions. | List Redis Cloud Pro subscriptions. |
get_pro_subscriptionGet a Redis Cloud Pro subscription. | Get a Redis Cloud Pro subscription. |
list_essentials_subscriptionsList Redis Cloud Essentials subscriptions. | List Redis Cloud Essentials subscriptions. |
get_essentials_subscriptionGet a Redis Cloud Essentials subscription. | Get a Redis Cloud Essentials subscription. |
list_databasesList Redis Cloud databases for a Pro or Essentials subscription. | List Redis Cloud databases for a Pro or Essentials subscription. |
get_databaseGet a Redis Cloud database. | Get a Redis Cloud database. |
create_databaseCreate a Redis Cloud database and return the provisioning task. | Create a Redis Cloud database and return the provisioning task. |
update_databaseUpdate a Redis Cloud database. | Update a Redis Cloud database. |
delete_databaseDelete a Redis Cloud database. | Delete a Redis Cloud database. |
get_taskGet a Redis Cloud async task by task ID. | Get a Redis Cloud async task by task ID. |
custom_api_callCall a Redis Cloud REST API endpoint under /v1. | Call a Redis Cloud REST API endpoint under /v1. |
Triggers
| Name | Description |
|---|---|
task_status_changedTriggers when a Redis Cloud task response changes. | Triggers when a Redis Cloud task response changes. |
database_status_changedTriggers when a Redis Cloud database status or endpoint metadata changes. | Triggers when a Redis Cloud database status or endpoint metadata changes. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('redis-cloud', 'list_pro_subscriptions', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'redis-cloud',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Redis Cloud to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Redis Cloud support?
Redis Cloud supports 11 tools including List Pro Subscriptions, Get Pro Subscription, List Essentials Subscriptions, Get Essentials Subscription, List Databases, and more.
Can I use Redis Cloud with AI agents?
Yes. Add Redis Cloud to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Redis Cloud to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Redis Cloud as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Redis Cloud tools exposed by that workspace.
Does Redis Cloud work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Redis Cloud work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Redis Cloud?
Redis Cloud exposes 11 tools, including List Pro Subscriptions, Get Pro Subscription, List Essentials Subscriptions, Get Essentials Subscription, List Databases, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Redis Cloud be used in stateful agent workflows?
Yes. Agents can combine Redis Cloud tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Redis Cloud use?
Redis Cloud uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Redis Cloud integration cost?
The Redis Cloud integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Redis Cloud support?
Redis Cloud supports 2 triggers including Task Status Changed, Database Status Changed.
Connect Redis Cloud in minutes
Get 20,000 free action executions every month. No credit card required.