Loading the kernel surface…
Loading the kernel surface…
Signed intents, policy guardrails, streaming projections, and replay tools ship ready for production so you can focus on product logic.
Typed helpers for intents, snapshots, evidence, and verification.
pnpm add @onwinds/sdkSign intents, replay ledgers, manage proofs, and bootstrap tenants from the terminal.
pnpm onwinds helpStructured connectors so autonomous agents can propose actions safely and confirm results.
pnpm add @onwinds/agentThis is a signed transaction request that posts a fee charge with balanced debit and credit entries.
{
"intent_type": "ChargeFee",
"idempotency_key": "demo-123",
"value_date": "2025-10-30",
"postings": [
{
"debit": "Fees:Income",
"credit": "Cash:Settlement",
"amount": "1000.00",
"currency": "EUR"
}
]
}Canonicalise, sign, and send intents with the SDK or CLI—one endpoint handles the entire write path.
Subscribe to streams that keep balances, statements, and the app surfaces within seconds of the latest event.
Generate proofs or rerun history so downstream systems trust the numbers without duplicating logic.
From policy hooks to proof verification, the kernel gives you consistent surfaces to keep systems in sync.