Skip to content

Upstash ​

Manage serverless Redis and Kafka databases with the Upstash management API.

DetailValue
CategoryDatabase
Base URLhttps://api.upstash.com/v2
AuthenticationAPI Key
Endpoints8
Connector keyupstash

Using Upstash in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Upstash from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /redis/databasesList Redis databases
POST /redis/databasesCreate a Redis database
GET /redis/database/{id}Get Redis database details
DELETE /redis/database/{id}Delete a Redis database
GET /redis/database/{id}/statsGet database statistics
GET /kafka/clustersList Kafka clusters
POST /kafka/clustersCreate a Kafka cluster
POST /kafka/topicCreate a Kafka topic

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.