OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Powens open banking OAuth callback and webhook handler patterns
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec';
export const OpenbankingPowensFeature = defineFeature({
meta: {
key: 'openbanking-powens',
version: '1.0.0',
title: 'Open Banking - Powens',
description:
'Powens open banking OAuth callback and webhook handler patterns',
domain: 'integration',
owners: ['@examples'],
tags: ['openbanking', 'powens', 'oauth', 'webhooks'],
stability: 'experimental',
},
integrations: [
{ key: 'openbanking-powens.integration.powens', version: '1.0.0' },
],
docs: [
'docs.examples.openbanking-powens',
'docs.examples.openbanking-powens.usage',
],
});