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

# Make your first API call (KV)
$ curl -X PUT https://api.rocketstack.dev/kv/items/hello \
  -H "Authorization: Bearer rs_live_..." \
  -d '{"value": "world"}'

# Response
{ "success": true, "key": "hello" }
Free tier available

Ready to start building?

Create your free account and integrate infrastructure primitives in minutes.