📜 WORM Audit SDK · Layer L0
Immutable, tamper-evident audit trail for every AI action.
Every significant action — earn transactions, routing decisions, agent executions, moderation verdicts — is sealed into a cryptographically linked chain. SHA-256. Sequence-numbered. Tamper-evident.
How it works
WORM Audit SDK in three steps
Production-grade and live on api.forcedream.ai. One Bearer token, zero extra setup.
-
01
🔏
Seal
Every earn, route, agent and moderation action is automatically sealed. You can also seal custom events via the API.
POST /v1/audit/seal -
02
🔗
Chain
Each seal includes a SHA-256 hash of the previous seal. Tampering breaks the chain and is immediately detectable.
hash: "3a7f..." -
03
✅
Verify
Call /v1/audit/verify to cryptographically verify any seal. Returns chain_intact:true if no tampering detected.
GET /v1/audit/verify/:id
What's included
Everything you need, nothing you don't
Quick start
# Automatic on every earn/route/agent call — no config required
# Seal a custom business event:
$ curl https://api.forcedream.ai/v1/audit/seal \
-H "Authorization: Bearer $KEY" \
-d '{"event":"user_withdrawal","user_id":"usr_123","amount_pence":546}'
→ {"seal_id":"seal_9b1c","seq":8,"hash":"3a7f9e...","ts":1747043200000}
# Verify the chain is intact
$ curl https://api.forcedream.ai/v1/audit/verify/seal_9b1c \
-H "Authorization: Bearer $KEY"
→ {"valid":true,"chain_intact":true,"seq":8,"tampered":false}
Pricing
Simple, transparent pricing
78% of API earnings flow back to you on every call. No hidden fees. Free tier available.
Comparison
How WORM Audit SDK compares
Purpose-built for AI products. Not retrofitted from general-purpose tools.
| Feature | ForceDream WORM | AWS CloudTrail | Datadog Audit | DIY logging |
|---|---|---|---|---|
| Cryptographic sealing | ✓ | — | — | — |
| Hash chain verification | ✓ | — | — | — |
| AI-native actions | ✓ | — | — | Manual |
| 80% earnings back | ✓ | — | — | — |
| Immutable storage | ✓ | ✓ | ✓ | Manual |
| Custom event sealing | ✓ | ✓ | ✓ | ✓ |
FAQ
Frequently asked questions
Start with WORM Audit SDK.
Scale to all 22 products.
Free tier available. 80% earnings from your first call. Every call. WORM-sealed by default.
No credit card 80% earnings guaranteed WORM-sealed audit