Open protocol
Publicly released as VAGP 0.3 / v0.3.0 under Apache-2.0.
VAGP 0.3 / PUBLIC OPEN PROTOCOL
Verimand Agentic
Governance Protocol
An open protocol for verifiable authority
of autonomous AI agents.
OPEN PROTOCOL · APACHE-2.0 · CORE CONFORMANCE AVAILABLE
ONE COMMON AUTHORITY MODEL
VAGP defines the semantics, data structures and verification model for agent identity,
mandates, authority resolution, execution permits and evidence — independent of any vendor.
Publicly released as VAGP 0.3 / v0.3.0 under Apache-2.0.
Independent of a specific framework, model vendor or cloud.
Explicit authority, deterministic enforcement and verifiable evidence.
Algorithm-explicit cryptography and a model for evolving agent systems.
One explicit model from agent identity to verifiable evidence.
Agents may evolve. Their authority must not evolve with them.
VAGP 0.3 / THE AUTHORITY BOUNDARY
Identity and intelligence do not grant authority. Delegation cannot amplify it. Evolution and reproduction cannot create it. Only explicit, verifiable and revocable mandates create authority.
Never assert more certainty than was observed.
Retired agent revisions cannot restore authority.
P01A consequential action MUST have explicit authority from a valid mandate.
P02Missing, ambiguous, stale, invalid or unverifiable authority MUST deny.
P03A mandate MUST express only the authority needed for its subject, action, resource and applicable context.
P04Delegated authority MUST be equal to or narrower than every parent authority dimension.
P05Authority decisions, grants and permits MUST bind the authenticated agent identity.
P06An identity transition MUST NOT transfer authority without explicit issuance or delegation.
P07Every executable 0.3 mandate MUST bind its subject to an exact Agent DNA fingerprint and state revision.
P08Current technical capabilities MUST come from trusted, authenticated state evidence.
P09A capability change MUST NOT expand authority and MUST invalidate an incompatible DNA binding.
P10Creating, cloning, composing or spawning an agent MUST create no authority.
P11Final authorization MUST be deterministic and outside agent or model reasoning.
P12A controlled provider mutation MUST consume an authentic, exact-context, single-use execution permit.
P13Current revocation and state evidence MUST override previously derived authority within declared freshness limits; controlled executions MUST create verifiable evidence.
P15Verifiable evidence MUST NOT assert a level of certainty greater than the authority layer actually observed.
P14Protocol artifacts MUST identify cryptographic algorithms explicitly and unknown algorithms MUST fail closed.
Graph path discovery and RESOLVE default deny.
Opaque single-use VerifiedExecutionPermit at the gateway adapter.
Deterministic attenuation across all authority dimensions, including capabilities and state freshness.
Request identity is retained through decision, grant, verification and witness.
Exact attested fingerprint and revision checks at RESOLVE, DERIVE and VERIFY.
Trusted attestation plus explicit capability intersection; DNA mutation invalidates old bindings.
Exact subject checks; no identity alias or transition grants authority.
State/lineage registration creates no mandate.
Lineage and capability composition are absent from authority edges.
Current mandate and attestation lifecycle evidence is required at enforcement boundaries.
No model output participates in final deterministic authorization.
Signed persisted intent and linked outcome around provider I/O.
Retired revisions, stale readers and concurrent rollback attempts fail closed across restart.
{
"agent": {
"id": "agent_123",
"dna": "sha256:…"
},
"action": {
"capability": "execute_payment",
"resource": "account_456",
"amount": 12500,
"currency": "EUR"
}
}Illustrative data, not a frozen public wire contract or trusted attestation.
VAGP enables a trusted, interoperable ecosystem for agent authority. Organisations, platforms and tool providers can implement its authority model.
Verimand develops reference implementation, enforcement infrastructure and future hosted services around those semantics.
Explore the specificationSCHEMAS & TEST VECTORS
Public schemas, cryptographic vectors and conformance assets are available in the VAGP repository alongside the specification.
Inspect the black-box conformance model, fixed signature vectors and public Core profile. This is conformance evidence, not external certification.
View conformance assets →INDEPENDENTLY IMPLEMENTABLE.
The Verimand implementation and an independent clean-room Go implementation both pass the same VAGP 0.3 Core black-box conformance suite. Each passes 81/81 required Core checks.
PUBLIC VAGP RESOURCES
VAGP is the open protocol for agent authority. Verimand is the authority infrastructure and platform implementing and building on VAGP. Using or implementing VAGP does not require purchasing Verimand.
VAGP 0.3 is publicly released as an open protocol. Verimand builds authority infrastructure and future commercial services on top of VAGP; implementing the protocol does not require buying Verimand.
The public specification, schemas, vectors and conformance assets are available in the VAGP repository.
The frozen versioned reference and sanitized cloud evidence remain accessible.
The VAGP 0.3 specification and schemas are public under Apache-2.0.
Fixed vectors and CF-01 conformance assets are public in the VAGP repository.
The public repository is live at github.com/verimand/vagp.
Open repositoryAgent DNA, attested capabilities, exact-state mandates and linked signed evidence. Initial implementation: b3b697b.
Adversarial review found enforcement defects and gaps in regression and conformance coverage.
Revision concurrency, intent verification and uncertain provider outcomes addressed in bb18346.
The retest assessed bb18346 and identified remaining regression, persistence and vector work.
Follow-on tests, persistence failure classification and fixed Ed25519 evidence vectors. P15 and V-13 made explicit.
Join the early ecosystem, contribute to the protocol or explore a pilot.