Serverless
Data Platform

One platform for all your data needs

Serverless Redis in the cloud with low latency and durable storage

npx skills add https://github.com/upstash/skills --skill upstash
Add the Upstash skill to your AI coding agent

Highly Available, Infinitely Scalable

  • 99.99% uptime guarantee
  • Automatic scaling to meet your demands
  • No server management required

Global Low Latency

  • Lightning-fast response times worldwide
  • Multi-region replication options
  • Optimize for your users, wherever they are

Persistent Redis, In-Memory Speed

  • In-memory speed with disk-like persistence
  • Data safety without sacrificing performance
  • Automatic backups
import { Redis } from "@upstash/redis";

const redis = Redis.fromEnv();

const item = await redis.get("item:123");

if (item) {
  return item;
}
Fast Anywhere
upstash region map
160B
Redis Commands
210M
QStash Messages
15M
Workflow Runs
>99.99%
Uptime

* weekly average

Serverless & Edge

The platform tailored for the serverless revolution

Global low latency

Data is replicated across 8+ regions worldwide to provide lowest latency for your users. Add/remove regions without any downtime.

Price scales to zero

Start free, then pay only for what you use with per-request pricing. You'll never pay more than the cap price, guaranteed.

Requests12,004
Storage420KB
Cost$0.02

HTTP/REST API

HTTP-based APIs enable access from serverless and edge functions in addition to supporting standard clients via the Redis protocol.

import { Index } from "@upstash/vector";

const index = new Index<Metadata>({
  url: "<UPSTASH_VECTOR_REST_URL>",
  token: "<UPSTASH_VECTOR_REST_TOKEN>",
});

await index.upsert([{
  id: 'tokyo',
  data: "Tokyo is the capital of Japan.",
}])

Designed for the edge

Tested and optimized for Vercel Edge, Cloudflare Workers and Fastly Edge.

lagon logo

Built for AI Agents

Everything your coding agent needs to build, manage, and debug Upstash resources

Skills

Packaged instructions covering every Upstash SDK plus the full CLI reference. Your agent loads only the sections it needs. No context bloat, no stale docs.

Explore Upstash Skills
$ npx skills add https://github.com/upstash/skills --skill upstash
Works withClaude CodeOpenAI CodexCursorand more

MCP Server

Manage and debug your resources straight from your editor: create databases, analyze QStash logs, retry failed workflow runs. Read-only API keys supported.

Set up the Upstash MCP Server

CLI

Full resource management from the terminal or CI/CD, with JSON output built for scripting and agents.

$ npm i -g @upstash/cli
Explore the Upstash CLI

Meet our Customers

Upstash powers companies of every size and industry, from cutting-edge AI to everyday retail

Clay

Community

The help you need, when you need it

Blog

Read the latest news and product updates from the Upstash Blog.

Read

Discord

Join our Discord community to chat with other developers and the Upstash team.

Join

X

Follow us on X to stay up to date with the latest news from Upstash.

Follow

Github

You can view all the projects we have developed as open source on our Github page.

View