v2.4.0 Stable

Introduction

Welcome to the Sphere1A documentation. Sphere1A is a neutral orchestration layer designed to connect complex systems, govern access, and move data securely across your infrastructure.

Overview

Sphere1A sits between your disparate data sources and your activation layers. It acts as a universal adapter, normalizing data flows while maintaining strict data sovereignty.

Quickstart: Initialize SDK
const sphere = new Sphere1A({
  apiKey: process.env.SPHERE_KEY,
  instance: 'your-instance-id'
});

// Start a sync pipeline
await sphere.pipelines.run('pg-to-snowflake');

Key Features

Zero-Trust Auth

Built-in support for OAuth 2.0, JWT, and mTLS.

Schema Drift Detection

Automatically detect and alert on source schema changes.

Next Steps

Ready to build? Follow our Quickstart Guide to set up your first connection in under 5 minutes.