eavz
Upstash

Upstash

Serverless Redis and Kafka for modern applications

6 actions
1 trigger

Actions

Name
set_key

Set a key-value pair in Redis

get_key

Get the value of a key from Redis

delete_key

Delete a key from Redis

list_keys

List keys matching a pattern

publish_message

Publish a message to a Redis channel

custom_api_call

Execute a custom Redis command via Upstash REST API

Triggers

Name
message_received

Triggers when new messages are found in a monitored key pattern (polling-based)

Quick Start

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