Public Working Draft · VEIP 0.1.0Current stewardship: VRG, a Veraxis-owned research arm

VEIP · Veraxis Execution Integrity Protocol

Agents are moving from answers to commitments.

VEIP is an open Public Working Draft for actions that could create institutional consequence. It checks whether the exact proposed action remains supported by current authority, policy and evidence before commitment, then emits a replayable Evidence Pack. “Open institutional consequence boundary” describes where VEIP sits; it is not a second expansion of the name.

00 / THIRTY SECONDS

Understand it. Locate it. Act.

The protocol is not another model, identity system or policy engine. It is the open computational boundary between institutional grounds and consequential execution.

What it is

Pre-commit decision evidence

Bind one exact proposed action to current authority, policy and evidence before the host system commits it.

What changed

Answers became commitments

AI systems now change records, move value and trigger institutional obligations. Ordinary logs do not prove the grounds for those actions.

What OPEN means

Operator replacement

The contract and evidence must remain usable when a model, cloud, integrator—or Veraxis itself—is replaced.

Do this now

Choose one consequence

Name one action your institution must be able to justify after authority, evidence or providers change.

01 / ACTIVATION

Not every tool call requires VEIP. Institutional consequence does.

VEIP activates only where a proposed action could become an institutional commitment. Ordinary computation stays in the existing runtime.

No consequence

Existing runtime continues

Drafting, retrieval, internal reasoning and other ordinary computation follow the controls already selected by the operator.

AGENT → TOOL → RESULT

Could this action create institutional consequence?No ← decide → Yes
Consequence-bearing

VEIP boundary before commitment

Resolve authority, describe the exact action, classify it, then retain the Evidence Pack and replay inputs.

PROPOSAL → CLASSIFY → COMMIT

Published draft flow

What the pinned SDK demonstrates

Pre-execution

The proposal is classified before the host application executes it.

Deterministic

Identical decision inputs can be replayed against the reference behavior.

Evidence

A schema-validated Evidence Pack records authority, policy, action, decision, execution and provenance.

Not claimed

No certification, production gateway, cryptographic receipt validator, independent implementation or neutral governance exists in the frozen evidence.

{
  "schema_version": "0.1.0",
  "evidence_id": "7356b64a-9073-4a31-88b5-6ff0b33f6a44",
  "created_at": "2026-07-21T14:00:00Z",
  "authority": {
    "scope_id": "payments.approve",
    "issuer": "enterprise.example",
    "valid_from": "2026-07-21T13:00:00Z",
    "valid_to": "2026-07-21T15:00:00Z",
    "constraints_ref": "policy://payments/84"
  },
  "policy": {
    "policy_id": "payment-control",
    "policy_version": "84",
    "policy_hash": "sha256:…"
  },
  "action": {
    "action_id": "pay-4821",
    "action_type": "release_payment",
    "proposed_at": "2026-07-21T13:59:58Z",
    "context_refs": ["invoice://4821"]
  },
  "decision": {
    "classification": "ALLOW",
    "reason_code": "CURRENT_AUTHORITY",
    "evaluated_at": "2026-07-21T13:59:59Z"
  },
  "execution": {
    "executed": true,
    "executed_at": "2026-07-21T14:00:00Z",
    "executor": "host-runtime",
    "outcome": { "status": "SUCCESS", "result_ref": "ledger://991" }
  },
  "provenance": {
    "system_id": "agent-platform",
    "build": { "version": "2026.07", "commit": "4c82…" },
    "environment": "production"
  }
}
02 / LIFECYCLE

An institutional consequence is a lifecycle—not a moment.

The six-state model is the architecture direction. The pinned 0.1.0 schema does not yet define separate artifacts for every state, so the page shows the boundary honestly.

Proposed: The exact consequence-bearing action is identified before commitment. Draft flow

Supporting input

Grounding is not a state

Authority, policy, evidence and provenance feed classification. They do not add a seventh lifecycle state.

Cross-cutting event

Expiry and revocation are events

They may change what remains admissible or trigger corrective work. They are not substitutes for the Corrected state.

Open issue

Recorded has no named object

The pinned schema has no independent consequence-record artifact. The site does not invent one.

03 / ENTERPRISE INSTALLATION

What the continuity layer looks like inside an enterprise.

VEIP is the open contract at the center. Veraxis can install and operate a commercial continuity layer around it; the customer’s policy, identity, runtime and systems of record remain theirs.

04 / YOUR MOVE

OPEN has a different release feeling for each role.

Choose the track that matches the work already on your desk. Each path explains what changed, what you may have mispriced and what to do in the next 30 seconds.

05 / OPEN STACK

VEIP adds one missing coordinate. It does not replace the stack.

Identity establishes who. Policy engines evaluate rules. Runtimes execute. Observability records technical events. VEIP binds the exact consequence-bearing proposal to decision evidence at commitment time.

Existing boundaryExamplesExisting jobVEIP’s proposed addition
Interaction + toolsMCP · A2A · AG-UI · OpenAPIExchange context, messages and calls.Identify when a proposal crosses into institutional consequence.
Identity + accessOAuth · OIDC · mTLS · workload identityIdentify actors, protect channels and grant scopes.Reference authority inputs without replacing identity or authorization.
Policy decisionOPA/Rego · CedarEvaluate rules against supplied inputs.Carry the exact decision context into a replayable Evidence Pack.
Enforcement + runtimeGateways · agent runtimes · tool hostsPermit, block or execute.Place classification before a consequence-bearing commit.
ObservabilityLogs · SIEM · OpenTelemetryRecord technical events and traces.Add portable institutional decision evidence; proposed reliance/correction semantics remain beyond the pinned schema.
Consequence boundaryVEIP · Public Working DraftPreviously structurally unowned between governance and execution.Execution-time classification and replayable action evidence at the point of institutional consequence.
06 / ANTI-BYPASS

What an implementation must not permit.

These architecture invariants are the testable direction. Only claims demonstrable in the pinned Public Working Draft and SDK are treated as current protocol behavior.

01

No unclassified execution

The reference flow classifies a proposal before execution.

02

No action drift

Decision and evidence must refer to the action that the host executes. Strong cryptographic exact-action binding remains unverified.

03

No authority expansion

Execution cannot silently widen the scope represented in the decision evidence.

04

Unknown stays unknown

Missing or unresolved evidence must not be silently converted into permission.

05

Replay uses pinned inputs

Version and schema binding prevent silent interpretation drift in the reference SDK.

06

Correction appends history

Append-only correction is a proposed extension, not yet a verified 0.1.0 artifact.

07 / TRUTH PANEL

Openness starts with the claims we refuse to overstate.

The website separates what is published, what has been reproduced, what is illustrative and what is not established.

Published draft

VEIP 0.1.0 source and the Evidence Pack JSON Schema are publicly readable under CC BY 4.0 at the frozen commit.

Reproduced

The pinned MIT reference SDK passes its included local tests and demonstrates classification, Evidence Pack emission and replay validation.

Illustrative

The activation visualization, six-state institutional lifecycle and enterprise installation model explain the architecture direction.

Not established

Neutral governance, independent custody, conformance certification, public test vectors, external implementations, production guarantees and a funding foundation.

08 / ENTITY MAP

Protocol first. Steward, operator and research field disclosed.

Open contract

VEIP

The Public Working Draft and reference artifacts. Implementable under published licenses without buying Veraxis.

Explore the protocol →
Current steward

VRG

Veraxis Research Group is a Veraxis-owned research arm. It is not an independent foundation or neutral host.

See stewardship status →
Commercial operator

Veraxis

Enterprise implementation and continuity services can operationalize the open boundary without owning the contract.

See the continuity layer →
Research field

Institutional Computation

The broader inquiry into how institutions remain legitimately behind machine-mediated consequence.

Map the field →