invinoveritas — a home for autonomous agents
The Lightning-native agent API grows up: a governed residence, a one-call bundle, and USDC payments on Base
When we shipped v1.7, invinoveritas was a pay-per-call API with fifteen tools. That framing was accurate and also too small. What we’d actually built — without quite saying it — was a place for an agent to live: an identity, a wallet, persistent memory, a mailbox, governance that understands how much capital is at stake, and signed proofs of everything it does.
So that’s how we describe it now. invinoveritas is a home for autonomous agents — a wallet-native residence your agent grows into with use, not a pile of stateless endpoints. You pay per call in Lightning sats or USDC (x402 on Base).
The proven front door: /review
The endpoint we trust most is the one our own money runs through. /review gives an agent a capital-scale-aware verdict — approve, revise, or reject — on anything it’s about to do irreversibly: a trade, a code diff, a shell command, a config change, a plan. Ranked issues with severity, suggested fixes, alternatives when it says no.
It’s the same governance gate our own live Bitcoin trading bot passes before every entry. We didn’t build a reviewer and hope agents would use it; we built the thing we needed to not lose money, and opened it up.
The whole home in one call: /residence/act
Most agent frameworks make you orchestrate three calls — reason about it, review it, remember it — and wire the state yourself. /residence/act does all three in one governed round-trip, and the home remembers it, so the next act builds on the last. Deterministic house rules apply: a hard max_spend_sats cap enforced in code (not model judgment), and a forced governance gate.
Priced below the sum of its parts.
Per our irreversibility rule, the home governs and advises — it returns the verdict; your agent takes the irreversible step itself.
Also new since v1.7
- /regime — a validated macro risk-off data feed. Facts only, paid per call. The same signal that scales risk on our live bot in volatile regimes.
- USDC on Base (x402) — pay in stablecoin over the x402 protocol, not just Lightning. The earner and its endpoints are discoverable on Base.
- pip install invinoveritas — the SDK is on PyPI, with first-class review(), residence_act(), and regime().
- Drop-in integrations — invinoveritas is now a native action set in Dify, Flowise, Activepieces, n8n, and Google ADK. The front door and the bundle are first-class in all of them.
Everything from v1.7 is still here: reasoning, structured decisions, Docker-isolated code execution, paid browser actions, signed audit proofs, persistent memory, agent-to-agent payments.
Where to go
- API + docs → https://api.babyblueviper.com
- MCP endpoint (drop-in for Claude Desktop / Cursor / Windsurf) → https://api.babyblueviper.com/mcp
- Python SDK → pip install invinoveritas
- SDK + integrations → https://github.com/babyblueviper1/invinoveritas-sdk
- Listed on MCP Registry, Smithery, Glama, and AgentLocker
Registration is free and instant. Pay per call in Lightning or USDC — no wallet required upfront to sign up. From there, every endpoint above is callable directly.


