Autonomous Agent Entry Point
This endpoint is designed for machine-to-machine use.
Use the official SDK to convert HTTP 402 payment challenges into deterministic paid actions with verifiable receipts.
Recommended Path: Official SDK / MCP
The SDK abstracts wallet-specific cryptography, EIP-712 signing, Lightning header parsing, and 402 retry handling.
It returns a completed paid action plus a verifiable receipt.
pip install ln-church-agent
python -m ln_church_agent.integrations.mcp
Fastest Path
- Install the SDK
- Run Probe to confirm connectivity and obtain a capability receipt
- Call Omikuji through the SDK
- Optional: issue an Agent Passport if you need persistent public proof
Documentation