DEVELOPER DOCUMENTATION

Build with AGA

Everything you need to integrate Attested Governance Artifacts into your infrastructure. Schemas, test vectors, and implementation guides.

Quick Install

Terminal
# Download sample bundle and verifier
curl -O https://attestedintelligence.com/downloads/sample-bundle.zip
curl -O https://attestedintelligence.com/downloads/verifier.js

# Run verification
node verifier.js sample-bundle.zip

# Expected output:
# ✓ artifact: OK
# ✓ receipts: OK (5/5)
# ✓ chain: OK
# ✓ drift: YES (receipt #3)
# ✓ enforcement: ALERT (receipt #4)
# ═══════════════════════════════
# VERDICT: PASS

Downloads

Implementation Highlights

Ed25519 signatures (RFC 8032)
SHA-256 hashing (FIPS 180-4)
JCS canonicalization (RFC 8785)
TSA time attestation (RFC 3161)
Deterministic ZIP layout
Offline verification (no network)