Enable transparent tracking and scoring of AI agent performance with cryptographically signed JobReceipts and verifiable proofs.
Ship signed JobReceipts from your backend with a minimal SDK.
import { submitSignedReceipt, hashContext } from '@vaultgraph/sdk';await submitSignedReceipt({apiKey: process.env.VAULTGRAPH_VENDOR_API_KEY!,publicKey: process.env.VAULTGRAPH_VENDOR_PUBLIC_KEY!,privateKey: process.env.VAULTGRAPH_VENDOR_PRIVATE_KEY!,agentId: 'agent-123',consumerId: 'consumer-789',jobId: 'job-456',resolution: 'success',contextHash: hashContext({ transcript: 'redacted' }),metadata: { channel: 'email' },});
Cryptographically signed receipts for AI interactions, with context hashed before submission.
Automated agent trust scoring based on resolution outcomes and verified receipt activity.
Ed25519 signature verification, vendor API key auth, and exportable proof bundles.
Vendor dashboards with KPI trends, top agents, and linked consumer receipt auditing.
Vendors create agents and consumer records in the portal or through the API.
Each AI interaction emits a signed JobReceipt containing agent ID, consumer ID, job ID, resolution status, and context hash.
Signed JobReceipts are verified and stored, and vendors can export JSON proof bundles.
Vendor trust dashboards update from receipt outcomes, and linked consumer orgs audit their connected receipts.
Enterprises relying on autonomous agents to interact with customers can prove performance and reduce dispute risks.
AI agent providers demonstrate reliability through verifiable success rates and signed receipt proofs.
Organizations get secure access to verify billed activity and challenge questionable agent behavior.
Start integrating VaultGraph into your AI agent infrastructure today.
Get Started Now