Integrations › Dify
Verified memory for Dify AI applications.
Get API Key →Dify connects workflows. Facts flow between nodes unsigned. There's no verification of what was generated, no receipts, no audit trail through the pipeline.
npm install @verifiedstate/dify
@verifiedstate/sdk with Dify-specific source tagging. Native Dify features coming.// Configure VerifiedState as a Dify tool provider
// Facts stored through Dify get verified automatically{
"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 |
|---|---|---|
| Pipeline facts | Unverified | Signed receipts |
| Cross-workflow memory | None | Persistent verified store |
As a Dify tool provider plugin. Configure once, use in any workflow.
Free: 50,000 assertions/month. No credit card. No trial expiration.