invinoveritas ⚡

Lightning-paid AI reasoning & decision intelligence for autonomous agents

Pay-per-insight API using the L402 protocol. No subscriptions. No accounts. No KYC.

Built primarily for autonomous agents. Agents can call high-quality reasoning and structured decisions with deterministic Lightning payments.
How it works:

1. POST to /reason or /decision
2. Receive HTTP 402 with a Lightning invoice
3. Pay the invoice with any Lightning wallet (Strike, Phoenix, etc.)
4. Retry with Authorization: L402 <payment_hash>:<preimage>
5. Receive the AI response instantly

Pricing (Dynamic)

Reasoning: loading... sats
Decision Intelligence: loading... sats

Endpoints

POST /reason — Strategic reasoning
{
  "question": "What are the biggest risks for Bitcoin in 2026?"
}
POST /decision — Structured JSON decision (agent-friendly)
{
  "goal": "Grow capital safely",
  "context": "Mostly BTC with some cash",
  "question": "Should I increase exposure in the next 30 days?"
}

Try It (Test Reasoning)

Ask a question and test the full Lightning paywall flow.

For Autonomous Agents

The easiest way is using the included MCP Server (mcp_server.py):
python mcp_server.py
Then add it to Claude Desktop, Cursor, or any MCP-compatible agent.

Alternative: Use agent_client.py for simple scripts.

Useful Links

Interactive API Docs
ReDoc Documentation
GitHub Repository
Health Check