Build faster with
RocketStack
Infrastructure primitives as APIs. Functions, queues, storage, and more — all accessible via simple HTTP calls.
# 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" }Getting Started
Create your account, generate API keys, and make your first call.
API Reference
Interactive docs for all six primitives with live examples.
Examples
Step-by-step workflows: webhooks, cron, storage, scheduler, and more.
Guides
Step-by-step guides: create a function, deploy code, and invoke via API or public URL.
SDKs & Libraries
Official clients for JavaScript/TypeScript, Python, C#, and Ruby.
MCP Integration
Deploy functions from Claude, Cursor, and Windsurf.
Generate
AI-assisted code generation for RocketStack. Learn how it works.
API Reference
Jump directly to any primitive
Example Workflows
Learn how to compose primitives together
Webhook → Queue → Function
Absorb traffic spikes and process webhooks reliably.
Cron → Function → KV
Run nightly jobs and persist state between runs.
Storage → Queue → Function
Upload files and process them asynchronously.
Scheduler → Function
Run a one-off task at a specific time (e.g. send email in 1 hour).
KV session or cache
Session or cache layer with get/set/delete and TTL.
Ready to start building?
Create your free account and integrate infrastructure primitives in minutes.