VeritySwarm v1 · Governance Layer

Truth infrastructure
for autonomous systems.

VeritySwarm is the audit-grade governance layer behind AnchorWithin. Every agent action, every API delivery, every model output — traced, scored, signed, and exportable.

Request enterprise access View the trace spec →
[ STATUS · LIVE ] · spec v1.0 · schema validated · offline verifiable

Why governance is now infrastructure

Autonomous systems are moving from demo to production.

Production means audits. Compliance. Financial accountability. And the question every regulated buyer eventually asks: show me what your agent did, and prove it.

VeritySwarm answers that question. Not with logs. With cryptographically-signed, schema-validated trace receipts that any auditor can verify offline — months or years after the fact.

trace-receipt.json v1.0 · ed25519
// signed receipt — schema verityswarm.trace.v1 { "trace_id": "tr_01J5Q2X9R8KZH", "agent_id": "agt_8c2a4f", "action": "audio.serve", "input": { "frequency": "528", "use_case": "healing" }, "policy": "aos.v1", "verdict": "approved", "signed_at": "2026-05-26T16:24:09Z", "signature": "ed25519:7Hk9…" }

The six governance primitives

Composable. Token-gated. Audit-ready.

Every primitive is exposed as an API, emits a signed trace, and enforces a policy. You can adopt one, three, or all six — they compose without coupling.

[ 01 ]
AOS Approval Pipeline
Every external action routes through the Anchor Operating System. Human-in-the-loop by design, not as an afterthought.
[ 02 ]
FENRIR Quality Gate
Content scored across five weighted categories before delivery — voice, brand, market fit, design, compliance.
[ 03 ]
Verity Trace Layer
Signed audit receipts, schema-validated, offline-verifiable. Exportable to SIEM in JSON-L or CEF.
[ 04 ]
Budget Governor
Per-agent daily spend cap, hourly task rate, automatic throttle. Cost-overrun is not a possible state.
[ 05 ]
Dead-Letter Queue
Three retries with exponential backoff, then route to DLQ. No silent failures. No swallowed exceptions.
[ 06 ]
Emergency Stop
One flag halts every agent in the swarm. Sub-second propagation. The off-switch regulators will eventually ask about.

API · agent infrastructure

Governance as a programmable layer.

Any agent that calls AnchorWithin endpoints inherits trace verification, quota enforcement, and AOS-approved delivery — without the agent itself having to implement any of it.

One curl. One signed receipt. One auditor-friendly answer.

API reference → Trace spec →
POST /v1/trace/verify curl · bash
$ curl -X POST https://api.veritswarm.com/v1/trace/verify \ -H "Authorization: Bearer vs_live_…" \ -d '{"receipt_id":"tr_01J5Q2X9R8KZH"}' { "verified": true, "policy": "aos.v1", "signed_by": "verityswarm.ed25519.2026", "signed_at": "2026-05-26T16:24:09Z", "issuer": "anchorwithin-llc", "chain": ["aos", "fenrir", "deliver"] }

For teams that ship under audit

When the regulator asks, the receipt is already signed.

VeritySwarm is built for organizations moving autonomous systems into regulated, financial, or enterprise environments. Enterprise access is by request — we onboard partners deliberately.