◈
Attested Intelligence
The Cryptographic Registry for AI Artifact Verification
Defining the standard for software provenance in autonomous systems.
Protocol Schemav1.0
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://attestedintelligence.com/schema/v1",
"title": "AIR Attestation Artifact",
"type": "object",
"required": ["protocol_version", "artifact_hash", "signature", "timestamp"],
"properties": {
"protocol_version": { "const": "1.0" },
"artifact_hash": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
"signature": { "type": "string" },
"timestamp": { "type": "string", "format": "date-time" },
"artifact_type": {
"enum": ["MODEL_WEIGHTS", "TRAINING_RUN", "INFERENCE_LOG", "DATASET"]
}
}
}View specification on GitHub →2026 Developer Cohort
Request early access to the registry API and developer credentials.