upstash-search-js

Installation
SKILL.md

Upstash Search Documentation

Quick Start

Install the TS SDK:

npm install @upstash/search

Create a client and perform a simple upsert + search:

import { Search } from "@upstash/search";

const client = new Search({ url: process.env.UPSTASH_SEARCH_REST_URL, token: process.env.UPSTASH_SEARCH_REST_TOKEN });
const index = client.index("my-index");
Installs
310
Repository
upstash/skills
GitHub Stars
14
First Seen
Apr 1, 2026
upstash-search-js — upstash/skills