Signed decisions
Every verdict is Ed25519-signed with a rotating key and bound to a short TTL — verifiable, replay-proof, impossible to forge.
Before an agent ships a build, deletes a database, or modifies a binary, it asks Veridence. We prove ownership from real artifact provenance, evaluate policy, and return a single signed decision — in milliseconds.
Veridence reads the actual artifact, extracts who signed it, and weighs that against your registered ownership and policy. Every answer is explainable and cryptographically signed.
Extract the Authenticode publisher from a Windows .exe, the signing certificate and package from an Android .apk, and the Team ID and bundle from an iOS .ipa — real binary parsing, not heuristics.
Versioned, reviewable policy where the most-restrictive rule wins. Production and destructive operations can never default-allow — they require proven ownership or an explicit human approval.
Every verdict is Ed25519-signed with a rotating key and bound to a short TTL — verifiable, replay-proof, impossible to forge.
Unproven but plausible requests escalate to an operator in real time — approve or deny while the agent safely waits.
Tamper-evident, hash-chained logs and a live security event stream — built for SOC 2, ISO 27001 and GDPR evidence.
On any sensitive operation, the agent stops and calls Veridence instead of guessing.
The artifact’s signature and identity are extracted and compared to your registered ownership.
Evidence is scored against policy. Sensitive and unproven requests escalate to a human.
One decision is returned and logged: authorized, denied, or insufficient evidence.
Veridence ships as a Model Context Protocol server exposing a single tool, verify_authorization. Wire it into Claude, Cursor, VS Code or any MCP client and your agents gain an authorization conscience.
// register Veridence with any MCP client { "mcpServers": { "veridence": { "url": "https://api.veridence.io/mcp", "headers": { "Authorization": "Bearer vk_live_…" } } } } // the agent calls verify_authorization → receives { "verdict": "AUTHORIZED", "confidence": 0.99, "reasons": ["publisher matches owned 'Acme Corp'"], "valid_until": "2026-06-30T23:59:59Z", "signature": "v1:ed25519:key_2f9a…" }
“Veridence became the gate every one of our agents passes through before touching production. The signed verdict is what made our security team comfortable giving agents write access at all.”
Every plan includes unlimited verifications. Choose the term that fits — the longer the commitment, the better the rate.
Wire Veridence into your stack in under thirty minutes and stop trusting irreversible actions to a confirmation dialog.