- Overview
- Build with ScopeDB
On this page
Developer
Build applications and tools on ScopeDB from your backend.
Start by connecting to ScopeDB, then choose the interface that fits your application.
Start here
Connect to ScopeDB
Get your endpoint and API key, set environment variables, and send a test request.
Node.js SDK
Query ScopeDB and send batched JSON events from TypeScript or JavaScript.
ScopeQL CLI
Run ScopeDB from a terminal, script, or CI job.
HTTP API
Call ScopeDB from any backend service with /v1/statements and /v1/ingest.
Default production shape
For most applications:
- Keep the ScopeDB API key on your server.
- Write events through an SDK ingest stream or
/v1/ingest. - Serve user-facing reads from bounded ScopeQL templates.
- Add indexes for filters that appear in important workflows.
- Log statement IDs for long-running work.
For local exploration or scripts, use the ScopeQL CLI.
For exact language syntax, use the Reference.
On this page