Integrations › Haystack
RAG extractions with proof.
Get API Key →Haystack finds facts in documents. Those facts flow into agent context unsigned. No receipt of extraction, no conflict detection, no provenance chain from source to assertion.
npm install @verifiedstate/haystack
@verifiedstate/sdk with Haystack-specific source tagging. Native Haystack features coming.// Add VerifiedState as a Haystack component
// Document extractions → verified assertions{
"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 |
|---|---|---|
| Document extractions | Unsigned | Verified with receipts |
| Source provenance | Lost | Full chain maintained |
Works with Haystack 2.x pipeline components.
Free: 50,000 assertions/month. No credit card. No trial expiration.