Agent Work Receipt v0.1

Proof any agent can carry.

A framework-neutral record of what was requested, who acted, what authority they had, what changed, and whether the result was verified. Emit it locally. Validate it without an account. Import it only when a human authorizes a shared ledger.

JSON SchemaValidation APIApache-2.0 · repository preview · external IDs welcome

Emission quickstart

Build locally, then emit JSON.

The TypeScript package is repository-only in v0.1 and is not yet published to npm. Build the package from source, construct a receipt with your runtime's own identifiers, then validate the resulting JSON here or through the public API.

Package source and TypeScript example
cd packages/agent-work-receipt
pnpm build
# emit receipt.json from your runtime
curl -X POST https://useorgx.com/api/v1/agent-work-receipts/validate \
  -H 'content-type: application/json' \
  --data-binary @receipt.json

Validate an Agent Work Receipt

receipt.json

Account-free conformance check · not persisted · 256 KB maximum

5,876 characters

Contract boundary

Free emission. Paid assurance.

The open receipt does not require OrgX identifiers, storage, or authentication. Hosted OrgX becomes useful when people need a shared work graph, approval gates, verification, replay, reputation, or cost-to-outcome attribution.

Local emission
No account
Validation
No persistence
Hosted import
Workspace auth
Public proof
Human approval

Three-team proof cohort

Pressure-test the receipt on real agent delivery.

The pilot tracks emitter diversity, evidence completeness, verification, human acceptance, observed outcomes, and cost. Raw partner data stays private; a case study or public gallery entry requires an explicit human publication decision.

Agent Work Receipt v0.1 | OrgX