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.
Install the SDK
~30snpm install @oberon/sdk
Initialize the client
~10simport { OberonClient } from "@oberon/sdk";
const oberon = new OberonClient({
apiKey: process.env.OBERON_API_KEY,
baseUrl: "https://gateway.oberon.services",
});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/sdknpm install @oberon/sdk
- ✓Full TypeScript types and Zod schema validation
- ✓Orchestration, scoring, consents, VIS, and revenue APIs
- ✓Automatic retry, rate limiting, and error handling
Provider SDK
Adapter kit for registering capabilities
@oberon/provider-sdknpm install @oberon/provider-sdk
- ✓Register capabilities with Zod input/output schemas
- ✓Built-in health checks and SLA reporting
- ✓Automatic discovery and orchestration integration
Platform Capabilities
Everything you need to build, integrate, and monetize financial services.
Orchestration Engine
INFRASTRUCTURECompose multi-provider workflows with intelligent routing, fallbacks, and real-time SLA enforcement.
Credit Scoring
RISKUnified credit assessment across multiple bureaus with configurable FICO and alternative scoring models.
Consent Management
COMPLIANCEGDPR and PSD2-compliant consent lifecycle — templates, grants, revocations, and full audit trails.
Data Marketplace
DATASubscribe to real-time data products from ecosystem providers — credit trends, fraud signals, economic indicators.
Revenue Analytics
FINANCIALMulti-party fee simulation and settlement. Model revenue splits across providers, platforms, and distribution partners.
Virtual Information System
DATACanonical 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-bnplEnd-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.
Multi-Provider Credit Scoring
multi-provider-scoringQuery multiple credit bureaus in parallel, merge results using configurable scoring models, and return a unified credit assessment with confidence scores.
KYC Identity Chain
kyc-verificationVerify customer identity through document verification, biometric matching, and government database checks. Returns a unified verification result with compliance metadata.
Ready to build?
Create a free sandbox with demo providers, orchestration workflows, and an API key in under 30 seconds. No credit card required.