Integrations › n8n
Verified memory nodes for automation workflows.
Get API Key →n8n automates workflows. AI nodes generate facts and pass them downstream. But those facts flow through pipelines unsigned. No verification, no receipts, no audit trail.
npm install @verifiedstate/n8n
@verifiedstate/sdk with n8n-specific source tagging. Native n8n features coming.// Add VerifiedState nodes to your n8n workflow:
// 1. VerifiedState Ingest — store facts
// 2. VerifiedState Query — search memory
// 3. VerifiedState Verify — get receipts{
"receipt_id": "rct_7f3a...",
"assertion": "User prefers dark mode",
"status": "verified",
"confidence": 0.94,
"signature": "ed25519:a8c3f1...",
"verified_at": "2026-04-06T14:32:01Z",
"chain_position": 42
}| Feature | Without | With VerifiedState |
|---|---|---|
| Facts in workflows | Unsigned | Verified with receipts |
| Audit trail | None | Full provenance chain |
Yes. Install the package and the nodes appear in your n8n node library.
Free: 50,000 assertions/month. No credit card. No trial expiration.