Internal preview

Documentation

Working notes for integrators and operators. URL-only for now — not linked from the main navigation.

Overview

RockEdge docs describe concepts, integration flow, and operational notes. Product surface will grow; this page stays the entry point.

Core concepts

  • Edge node — compute close to the signal source
  • Stream pipeline — ingest → process → deliver
  • Workspace — isolation boundary for keys and resources

Quickstart

  1. 1Create a workspace
  2. 2Issue an API key
  3. 3Send a test request
  4. 4Verify health and logs

Authentication

All private endpoints expect a Bearer token in the Authorization header. Keys are scoped per workspace.

Authorization: Bearer <YOUR_API_KEY>

Next