Integrations › PydanticAI
Type validation meets fact verification.
Get API Key →PydanticAI validates the shape of data. But it doesn't validate truth. A well-structured response can still be wrong. Type-safe doesn't mean truth-safe.
npm install @verifiedstate/pydantic-ai
@verifiedstate/sdk with PydanticAI-specific source tagging. Native PydanticAI features coming.// Use the REST API directly from PydanticAI agents
// POST /ingest → POST /extract → POST /verify{
"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 |
|---|---|---|
| Data validation | Shape only | Shape + truth verification |
| Memory | No persistence | Verified persistent store |
Not yet. Use the REST API. Python SDK is on the roadmap.
Free: 50,000 assertions/month. No credit card. No trial expiration.