Weavz
Redis Cloud

Redis Cloud

Manage Redis Cloud subscriptions, databases, and provisioning tasks.

11 tools
2 triggers

Tools

Name
list_pro_subscriptions

List Redis Cloud Pro subscriptions.

get_pro_subscription

Get a Redis Cloud Pro subscription.

list_essentials_subscriptions

List Redis Cloud Essentials subscriptions.

get_essentials_subscription

Get a Redis Cloud Essentials subscription.

list_databases

List Redis Cloud databases for a Pro or Essentials subscription.

get_database

Get a Redis Cloud database.

create_database

Create a Redis Cloud database and return the provisioning task.

update_database

Update a Redis Cloud database.

delete_database

Delete a Redis Cloud database.

get_task

Get a Redis Cloud async task by task ID.

custom_api_call

Call a Redis Cloud REST API endpoint under /v1.

Triggers

Name
task_status_changed

Triggers when a Redis Cloud task response changes.

database_status_changed

Triggers when a Redis Cloud database status or endpoint metadata changes.

Quick Start

TypeScript
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.

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.