From raw EEG signals to distilled skills. Process brain-computer interface data, detect cognitive regimes, enforce consent at every operation, and transfer learned skills safely across subjects.
Ingest raw EEG, ECoG, and other neural interface signals. VectorScaleDB converts multi-channel brain recordings into temporal vectors with per-channel feature extraction and automatic artifact rejection.
Automatically detect transitions between cognitive states. VectorScaleDB's drift-based regime detection identifies focus, fatigue, learning onset, and cognitive load shifts from the temporal evolution of BCI feature vectors.
Every modification to neural data requires explicit consent. The consent gate is not optional — it is a mandatory pipeline stage that validates authorization, checks safety bounds, and logs every decision before any write proceeds.
Extract transferable skill patterns from expert neural recordings. The multi-stage distillation pipeline compresses hours of BCI data into compact skill templates that capture the essential neural signatures of expertise.
Spatial computing support for VR/AR/XR applications. Frustum-aware queries return only the data visible to the user, while haptic feedback and spatial audio channels are synchronized with BCI-driven cognitive state.
Comprehensive API endpoints across four categories: BCI sessions, consent management, skill distillation, and immersive reality.
POST /v1/bci/sessions — Start sessionPOST /v1/bci/sessions/{id}/data — Ingest signalsGET /v1/bci/sessions/{id}/regimes — Cognitive regimesPOST /v1/consent/tokens — Create consentPOST /v1/consent/validate — Validate consentPOST /v1/consent/revoke — Revoke consentPOST /v1/skills/distill — Extract skillPOST /v1/skills/transfer — Transfer skillGET /v1/skills/catalog — List skillsPOST /v1/immersive/frustum — Frustum queryPOST /v1/immersive/haptics — Haptic statePOST /v1/immersive/spatial-audio — Audio querySee consent-gated BCI processing and skill distillation in a live technical demo.