Developer Ecosystem

Build on OBERON Financial OS

The coordination layer for financial ecosystems. Connect banks, fintechs, data providers, and distribution partners through a single API with orchestration, consent management, and multi-party settlement built in.

From zero to first call in 3 steps

Create a sandbox, install the SDK, and make your first multi-provider API call.

1

Install the SDK

~30s
npm install @oberon/sdk
2

Initialize the client

~10s
import { OberonClient } from "@oberon/sdk";

const oberon = new OberonClient({
  apiKey: process.env.OBERON_API_KEY,
  baseUrl: "https://gateway.oberon.services",
});
3

Make your first call

~60s
// Multi-provider credit scoring in one call
const result = await oberon.orchestrate("multi-provider-scoring", {
  userId: "demo-user-001",
  country: "MX",
});

console.log(result);
// {
//   executionId: "exec_abc123",
//   status: "COMPLETED",
//   data: { finalScore: 725, sources: 2, model: "FICO" },
//   totalDurationMs: 340,
// }

Official SDKs

Type-safe client libraries with full IDE autocompletion and inline documentation.

TypeScript SDK

Node.js, Deno, Bun, and browser environments

@oberon/sdk
npm install @oberon/sdk
  • Full TypeScript types and Zod schema validation
  • Orchestration, scoring, consents, VIS, and revenue APIs
  • Automatic retry, rate limiting, and error handling
Full SDK reference →

Provider SDK

Adapter kit for registering capabilities

@oberon/provider-sdk
npm install @oberon/provider-sdk
  • Register capabilities with Zod input/output schemas
  • Built-in health checks and SLA reporting
  • Automatic discovery and orchestration integration
Provider guide →

Platform Capabilities

Everything you need to build, integrate, and monetize financial services.

Orchestration Engine

INFRASTRUCTURE

Compose multi-provider workflows with intelligent routing, fallbacks, and real-time SLA enforcement.

Credit Scoring

RISK

Unified credit assessment across multiple bureaus with configurable FICO and alternative scoring models.

Consent Management

COMPLIANCE

GDPR and PSD2-compliant consent lifecycle — templates, grants, revocations, and full audit trails.

Data Marketplace

DATA

Subscribe to real-time data products from ecosystem providers — credit trends, fraud signals, economic indicators.

Revenue Analytics

FINANCIAL

Multi-party fee simulation and settlement. Model revenue splits across providers, platforms, and distribution partners.

Virtual Information System

DATA

Canonical data layer that unifies entities across providers — query bank accounts, transactions, and customers from a single API.

Reference Implementations

Production-ready workflow templates you can deploy to your sandbox and customize.

POS Buy Now, Pay Later

pos-bnpl

End-to-end embedded lending at point of sale. Scores the customer, generates financing offers from multiple lenders, and originates the loan — all in a single orchestration call.

BanRegioCirculo de CreditoRetail POS Network
Avg latency: 850ms3 providers

Multi-Provider Credit Scoring

multi-provider-scoring

Query multiple credit bureaus in parallel, merge results using configurable scoring models, and return a unified credit assessment with confidence scores.

Circulo de CreditoAltScoreBuro de Credito
Avg latency: 340ms3 providers

KYC Identity Chain

kyc-verification

Verify customer identity through document verification, biometric matching, and government database checks. Returns a unified verification result with compliance metadata.

INE VerifierBiometric ProviderSAT CURP
Avg latency: 1200ms3 providers

Ready to build?

Create a free sandbox with demo providers, orchestration workflows, and an API key in under 30 seconds. No credit card required.