$npx skillfedfor your agent

upstash-redis-start

Get a working Redis database for your agent instantly via a single HTTP request to Upstash's start-redis endpoint. No signup, credentials, or configuration needed—just POST with an idempotency key and receive an endpoint and token ready to use. Ideal for agent short-term memory, conversation logs, work queues, and ranked recall; databases expire after 3 days unless claimed.

Upstash Redis Start provisions temporary Redis storage for agents in seconds with a single HTTP request, no signup required.

AI-generated summary based on this skill's SKILL.md

15 2 MITupdated by upstash

Decision gist · record as of 2026-07-14

Upstash Redis Start provisions temporary Redis storage for agents in seconds with a single HTTP request, no signup required. Get a working Redis database for your agent instantly via a single HTTP request to Upstash's start-redis endpoint. No signup, credentials, or configuration needed—just POST with an idempotency key and receive an endpoint and token ready to use. Ideal for agent short-term memory, conversation logs, work queues, and ranked recall; databases expire after 3 days unless claimed.

manual: git clone https://github.com/upstash/skills → cp -r skills/skills/upstash-redis-start ~/.claude/skills/upstash-redis-start
skills/upstash-redis-start/SKILL.md · version 7ecf74fc

Use it when

  • No.
  • upstash-redis-start supports agent short-term memory, conversation history storage, work queues, ranked recall (via ZADD/ZREVRANGE).

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

upstash/skills/upstash-redis-start · repository language: JavaScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create a temporary Redis database for an AI agent?

upstash-redis-start provides instant Redis provisioning via a single HTTP POST request. Send your request with an idempotency key to the start-redis endpoint and receive a working database endpoint and token immediately—no signup or configuration required. The database is ready for agent short-term memory, conversation history, and tool state storage right away.

Does upstash-redis-start require credentials or setup?

No. upstash-redis-start is zero-config and requires no signup. A single HTTP request returns both your Redis endpoint and authentication token. You can begin storing data instantly without creating an account or managing credentials manually.

What can I use upstash-redis-start's temporary Redis for?

upstash-redis-start supports agent short-term memory, conversation history storage, work queues, ranked recall (via ZADD/ZREVRANGE), and session state. It's ideal for chatbots, sub-agent coordination, and any ephemeral storage need that doesn't require persistent data beyond 3 days.

How long does an upstash-redis-start database last?

upstash-redis-start databases expire after 3 days by default. If you need to keep your data, you can claim the temporary database before expiration to convert it to a permanent instance.

How do I get an instant Redis endpoint and token via upstash-redis-start?

Send a single HTTP POST request to Upstash's start-redis endpoint with an idempotency key in the request body. The response immediately returns your Redis endpoint and token—no additional steps needed. You can then use standard Redis commands or the REST API to read and write data.

Can I use upstash-redis-start for ranked recall and work queues?

Yes. upstash-redis-start supports full Redis command syntax, including ZADD and ZREVRANGE for ranked recall (recent-first ordering) and standard list/queue operations for work distribution across sub-agents. All commands work through the REST API or direct Redis protocol.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Upstash Redis for Agents (start-redis)

A zero-config Redis database for AI agents — no signup, no UI, no SDK setup. One HTTP request returns a working endpoint + token. Databases live for 3 days unless the user claims them.

Use this when: - The agent needs Redis right now and the user has not given you credentials. - You want short-term memory across tool calls, conversation history, a sub-agent work queue, or recent-first ranked recall.

Do not use this for: production workloads, anything tied to a user account, or anything storing PII / secrets / production credentials. The database is temporary and unauthenticated until claimed.

Create or re-fetch a database

```bash

Generate a fresh UUIDv4 yourself, then POST it as the Idempotency-Key.

The UUIDv4 you send

(truncated - see the full file via the links below)

File tree — 1 file
skills/upstash-redis-start/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Provision temporary Redis for agent short-term memory without signup”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

upstash
by upstash · upstash/skills

Access unified documentation and guidance for all Upstash SDKs including Redis, QStash, Vector, Search, Workflow, and Box. Choose the relevant sub-skill for your language and use case, whether you're caching, scheduling messages, building vector applications, or orchestrating serverless workflows.

MITupdated Jul 2026
★ 15repo stars
upstash-redis-js
by upstash · upstash/skills

Build serverless Redis applications with the Upstash Redis TypeScript/JavaScript SDK. Handles caching, session storage, rate limiting, leaderboards, and full-text search with automatic serialization of native JavaScript types. Includes support for all Redis data structures and Lua scripting.

MITupdated Jul 2026
★ 15repo stars
Upstash Workflow
by lobehub · lobehub/lobehub

This skill guides you through implementing Upstash Workflow and QStash async patterns in LobeHub. It covers three core architectural layers—entry point validation, cursor-based pagination with fan-out chunking, and single-item task execution—plus dry-run mode to preview work before committing. Use it to orchestrate large-scale batch processing while respecting rate limits and step constraints.

no license declared → metadata onlyupdated Jul 2026
★ 80,894repo stars
redis-js
by upstash · upstash/redis-js

redis-js is an HTTP-based Redis client for JavaScript and TypeScript that works with Upstash's serverless infrastructure. It handles caching, session storage, rate limiting, and full-text search while automatically serializing and deserializing JavaScript types—no manual JSON conversion needed. The SDK supports all Redis data structures and includes patterns for leaderboards, distributed locks, and performance optimization.

MITupdated Jul 2026
★ 959repo stars
upstash-ratelimit-js
by upstash · upstash/skills

This skill guides you through implementing rate limiting with Upstash's Redis-backed TypeScript/JavaScript SDK. Learn to install the SDK, connect to Redis, create a rate limiter, and apply it to incoming requests using sliding window or other algorithms.

MITupdated Jul 2026
★ 15repo stars
Upstash Redis Kv
by intellectronica · intellectronica/agent-skills

Upstash Redis Kv connects to Upstash's Redis-compatible key-value store through a REST interface, enabling you to persist and query data using standard Redis commands. The skill supports all major Redis data structures—strings, hashes, lists, sets, and sorted sets—along with operations like caching, counters, and leaderboards.

CC0-1.0updated Apr 2026
★ 279repo stars

More skills python-backend (MIT) · Upstash Vector Db Skills (unlicensed) · upstash-cli (MIT)

Tags
ephemeral-storagezero-setupagent-memorytemporary-databaseidempotent-provisioningscratch-storagerest-api-firstwork-queue-patternsession-management