Actions
| Name | Description |
|---|---|
set_keySet a key-value pair in Redis | Set a key-value pair in Redis |
get_keyGet the value of a key from Redis | Get the value of a key from Redis |
delete_keyDelete a key from Redis | Delete a key from Redis |
list_keysList keys matching a pattern | List keys matching a pattern |
publish_messagePublish a message to a Redis channel | Publish a message to a Redis channel |
custom_api_callExecute a custom Redis command via Upstash REST API | Execute a custom Redis command via Upstash REST API |
Triggers
| Name | Description |
|---|---|
message_receivedTriggers when new messages are found in a monitored key pattern (polling-based) | Triggers when new messages are found in a monitored key pattern (polling-based) |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'upstash',
actionName: 'set_key',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Upstash to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Upstash support?
Upstash supports 6 actions including Set Key, Get Key, Delete Key, List Keys, Publish Message, and more.
Can I use Upstash with AI agents?
Yes. Add Upstash to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Upstash use?
Upstash uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Upstash integration cost?
The Upstash integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Upstash support?
Upstash supports 1 triggers including Message Received.
Connect Upstash in 2 minutes
Get 1,000 free actions every month. No credit card required.