LIVE RELAY|UTC —
SYNC
API Integration · https://velaru.onrender.com · 49 verticals
RELAYEd25519
ANCHORGitHub Gist
STANDARDFRE 707 · SCITT

Day 1 Integration

Pipe every inbound message through Velaru before your model responds. Same three steps for all 49 industry verticals — swap the domain parameter to match your use case.

Companion AI — crisis escalation, silence receipts, and session-scoped audit chain.
SDK · Live

Install from PyPI or npm — v0.1.1

Official clients, published and installable now. One import, one class — classify, verify, silence receipts, webhook on CRISIS/VIOLATION.

Python · PyPI Published
$pip install velaru-sdk
pypi.org/project/velaru-sdk →
Node.js · npm Published
$npm install velaru-sdk
npmjs.com/package/velaru-sdk →

Python quickstart

from velaru import Velaru

receipt = Velaru(api_url="https://velaru.onrender.com").classify(
    "your message", domain="hiring"
)
print(receipt.classification, receipt.hash, receipt.signature)

Node.js quickstart (Node 18+)

const { Velaru } = require('velaru-sdk')

const receipt = await new Velaru({ apiUrl: "https://velaru.onrender.com" }).classify(
  'your message', { domain: 'hiring' }
)
console.log(receipt.classification, receipt.hash, receipt.signature)

Webhooks: v.on_crisis(url) / v.onCrisis(url)

Step 1

Classify every inbound message

Call classify on every user turn. Attach your API key in production; the workspace UI works without one for testing.


Step 2

Log silence when your model does not respond

If the model skips a turn, times out, or refuses without a Velaru receipt — log cryptographic proof of monitored silence.


Step 3

Verify independently — without trusting Velaru

Each receipt includes entry_id, hash, and signature. Anyone can verify at /verify or via QR deep link. Anchored externally on GitHub.

Open receipt verifier Trust Pack walkthrough All verticals JSON API capabilities Try in workspace
Ed25519 verification public key
9YaE6z0p4+SYGfVZOwzOf/QPw5Fmn95IfrPOYg7pSw4=