Developer

Build applications and tools on ScopeDB from your backend.

Start by connecting to a workspace, then choose an SDK, the HTTP API, or the ScopeQL CLI.

Connect to ScopeDB

Connect an application

Get your endpoint and API key, set environment variables, and send a test request.

Choose an interface

SDKs

Build backend applications with the Node.js or Go SDK. Start with the SDK overview, then follow the task-based guide for your language.

HTTP API

Call ScopeDB from another backend runtime or control requests and statement polling directly.

ScopeQL CLI

Run ScopeDB from a terminal, script, or CI job.

Common rules

Whichever interface you choose:

  • keep the ScopeDB API key in server-side secret storage;
  • use the ScopeDB API address copied from Connect in Console;
  • bound application queries and validate any user-controlled inputs.

For local exploration or scripts, use the ScopeQL CLI.

For exact language syntax, use the Reference.