Developer Documentation

Build faster with
RocketStack

Infrastructure primitives as APIs. Functions, queues, storage, and more — all accessible via simple HTTP calls.

~/my-app
# Install the SDK
$ npm install @rocketstack/sdk

# Store a value (KV)
import { KvApi, Configuration } from '@rocketstack/sdk';

const kv = new KvApi(new Configuration({
  accessToken: process.env.ROCKETSTACK_API_KEY
}));

await kv.putKvItem('hello', { value: 'world' });
Free tier available

Ready to start building?

Create your free account and integrate infrastructure primitives in minutes.