Product Demo Invest Partners Trust Console Integrate Registry Diligence Verify Links
What to do
Day 1 integration Pick your industry, copy the API examples, and pipe messages through Velaru before your model responds.
Choose your Industry / vertical — examples update automatically. Install the SDK and copy the classify + verify snippets. Send a test message, then confirm the receipt at Verify .
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.
Industry / vertical
Companion AI
AI Liability Insurance
Financial Crime / AML
Algorithmic Trading
Pharma / Clinical Trials
Defense / Weapons Systems
Sovereign AI / Government
Agentic Commerce
Physical AI / Robotics
Post-Quantum Cryptography
Model Collapse / Verified Data
eIDAS 2.0 Non-Human Identity
Nuclear Command Verification
Data Poisoning / Supply Chain
China CAC Mandate
India SEBI / DPDPA
AI Model Supply Chain Provenance
Healthcare AI / Medical Malpractice
Immigration / Border Enforcement
AI Credit Scoring / Lending
Judicial Sentencing / Parole
Nuclear Power / Critical Infrastructure
Autonomous Vehicles
Child Welfare / Foster Care
Government Benefits / Social Security
Education / Admissions
ESG / Carbon Credits
Content Moderation / DSA
AI Workforce / Hiring
Animal Welfare Research
Legal / Law Firms
DORA / Financial Operational Resilience
SOX / Corporate Financial Audit
Construction / AEC
Synthetic Biology / Biosecurity
Deepfake / Synthetic Media / NCII
Accounting / PCAOB / CPA
Investment Advisory / Wealth Management
Energy Grid / Critical Infrastructure
Payments / PCI DSS
Defense Procurement / CMMC
Digital Assets / Crypto / RWA Tokenization
Minor Safety / Platform Child Protection
AI Tenant Screening / Fair Housing
Gig Worker AI Deactivation
Algorithmic Price Discrimination
IP Theft / Trade Secret Misappropriation
Bank Model Risk Management (SR 11-7)
GxP / FDA 21 CFR Part 11 Pharma
Companion AI — crisis escalation, silence receipts, and session-scoped audit chain.
Companion
Healthcare
Hiring
Insurance
AML
Moderation
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 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.
Ed25519 verification public key 9YaE6z0p4+SYGfVZOwzOf/QPw5Fmn95IfrPOYg7pSw4=