DevelopmentSDK
First queries with the SDK
Call your pod from React, TypeScript, or cURL — after you have a URL, workspace, and API key
First queries with the SDK
Prerequisites: a running data pod (see Installation), your pod URL, workspace ID, and an API key.
API keys: Synap app → Workspace Settings → Developer → API keys → Generate.
Option A — React
1. Install
2. Provider
3. Read & write
Option B — TypeScript (no React)
Option C — cURL
tRPC is exposed over HTTP at /trpc:
Types
Next
- SDK overview — auth modes and patterns
- API reference
- Self-hosting — run your own pod
