Sign up — 60 seconds, no credit card
Create your account. You get 50 verified agent runs / month, free forever. Every run from here produces a cryptographically signed receipt anyone can verify.
Sign up, run an agent, share the receipt, install the verifier. Every step links to the right place. Every code block is copy-paste-runnable.
Create your account. You get 50 verified agent runs / month, free forever. Every run from here produces a cryptographically signed receipt anyone can verify.
From the dashboard, pick a playbook or any agent and give it a goal. Lead Blitz, Content Machine, Competitor Takedown — every one produces a signed receipt the same way.
Open the receipt at /dashboard/receipts. Click the visibility chip to flip private → public. The receipt now lives at a sharable URL: /r/<id>. Anyone can fetch it cross-origin and verify the signature without an account.
Same primitive, three protocols. Pick whichever matches your tool.
# Browser — auto-verifies on mount with timing animation
open https://sovereignmatrix.agency/r/<receipt-id>
# Terminal — installable CLI
npx @sovereignmatrix/cli verify <receipt-id>
# curl — direct REST call
curl -X POST https://sovereignmatrix.agency/api/verify \
-H "Content-Type: application/json" \
-d '{"canonical": "<from-receipt>", "signature": "<from-receipt>"}'Three install paths, all built around the same primitives. Pick what fits your workflow.
Every output from your agents is now HMAC-SHA256 signed, cross-origin verifiable, and installable into your team's AI tools / CI pipeline / website embed. The audit trail compliance teams ask for, built into every run.