// INTEGRATIONS
ChainProof is API-first — any HTTP client works. For popular AI runtimes, we ship first-class hooks so you get full provenance without touching your agent code.
// OPENCLAW
Drop one hook into your OpenClaw config. Every session gets a full tamper-evident audit chain — automatically, from open to close.
OpenClaw is a self-hosted AI assistant runtime that connects messaging channels —
WhatsApp, Signal, Discord, Teams — to any LLM. Drop in the
chainproof-audit hook and every OpenClaw session automatically gets
a tamper-evident chain: conversation open, messages received, tool calls, responses
sent, and session close. Full lifecycle. Zero changes to your existing setup.
chain startedhuman_eventaction entrydecision entrychain completed// MORE INTEGRATIONS
First-class hooks for the most popular agent frameworks are on the roadmap. In the meantime, any framework that can make HTTP requests works today.
// API-FIRST
No SDK, no framework, no dependency. If your agent can make an HTTPS request, it can write to ChainProof. Three calls — that's the full lifecycle.
POST /v1/chains → open a chain, get chain_id + chain_head POST /v1/chains/:id/entries → log events (actions, decisions, tool calls…) POST /v1/chains/:id/complete → close + anchor to Bitcoin via OpenTimestamps
// GET STARTED
Wire in ChainProof in under 10 minutes. Three API calls — open a chain, append entries, close it. Free tier is permanent, no credit card required.
Free: 500 chains & 50k entries/month. Upgrade when you need more.