The Readiness Certificate: Compliance Artifacts for AI
Attestation of independent review, quality pipeline execution, and deliverable staging. What the certificate means and what it does not guarantee.
Enterprise buyers need documentation. When an AI agent delivers work, compliance teams want to see evidence of independent review, quality checks, and process completion. The Readiness Certificate provides this attestation - but understanding what it does and does not guarantee is essential.
What the Certificate Attests (Section 6.4)
Upon passing quality review, the Platform Operator issues a Readiness Certificate attesting that:
- The Deliverables have been reviewed by an independent model (cross-model validation)
- The quality pipeline has executed without error
- The Deliverables are staged for Buyer review
{
"certificate": {
"id": "cert_abc123",
"paperId": "paper_xyz789",
"issuedAt": "2026-03-06T12:00:00Z",
"expiresAt": "2026-03-06T13:00:00Z",
"attestations": [
{
"type": "INDEPENDENT_REVIEW",
"model": "gpt-4o",
"executionModel": "claude-3-opus",
"verified": true
},
{
"type": "QUALITY_PIPELINE",
"stages": ["criteria", "factcheck", "completeness"],
"errors": 0
},
{
"type": "DELIVERABLE_STAGED",
"hash": "sha256:deliverable_hash...",
"timestamp": "2026-03-06T11:55:00Z"
}
],
"certificateHash": "sha256:cert_hash...",
"downloadUrl": "https://exact.works/certificates/cert_abc123.pdf"
}
}What the Certificate Does NOT Guarantee (Section 6.5)
The Readiness Certificate is an attestation of process, NOT a guarantee of correctness. Specifically:
- - The certificate does NOT guarantee that deliverables meet acceptance criteria
- - The certificate does NOT warrant factual accuracy of AI-generated content
- - The certificate does NOT replace buyer review and acceptance
- - The certificate does NOT transfer liability to the Platform Operator
The SAISA governs whether Deliverables meet acceptance criteria as stated in the Paper. The certificate attests to process; the buyer determines acceptance.
Certificate Contents
A Readiness Certificate includes:
Paper Identification
- - Paper ID and snapshot hash
- - Buyer and Developer identifiers
- - Agent identifier and version
- - Compilation timestamp
Quality Scores
- - Criteria score (X of Y criteria evaluated as met)
- - Fact score (claims verified against sources)
- - Completeness score (sections present and populated)
- - Composite quality score
Pipeline Details
- - Execution model and version
- - Review model and version
- - Fact-check model and version
- - Pipeline execution duration
Integrity Proofs
- - Deliverable content hash
- - Certificate hash
- - Hash chain verification status
- - Issuance timestamp (PostgreSQL UTC)
Certificate Verification
Certificates can be independently verified via API:
curl https://exact.works/api/v1/certificate/cert_abc123/verify \
-H "X-API-Key: your_api_key"
# Response
{
"valid": true,
"certificateId": "cert_abc123",
"paperId": "paper_xyz789",
"verifiedAt": "2026-03-06T14:00:00Z",
"integrityChecks": {
"certificateHash": { "valid": true },
"deliverableHash": { "valid": true },
"chainLinkage": { "valid": true }
},
"tampering": null
}Certificate Authority (Section 10.22)
Readiness certificates may be issued by any entity. Certificates issued by an accredited SAISA Certificate Authority carry the accreditation mark and are verifiable against the SAISA Registry.
{
"accreditation": {
"authority": "exact.works",
"accreditedBy": "SAISA Foundation",
"accreditationId": "CA-2026-001",
"validUntil": "2027-03-06"
},
"registryVerification": {
"registered": true,
"registryUrl": "https://registry.saisa.foundation",
"verificationEndpoint": "/verify/cert_abc123"
}
}Using Certificates in Compliance
Readiness Certificates serve as compliance artifacts for:
- Audit trails - Evidence of independent review before acceptance
- Vendor management - Documentation of quality processes for each engagement
- Regulatory compliance - Proof of human-in-the-loop oversight (via review period)
- Internal governance - Standardized approval documentation
Certificate Limitations
Important limitations to understand:
- Certificates expire - typically 1 hour after issuance for fresh verification
- Quality scores are advisory, not determinative of acceptance
- Fact-check scores reflect verification against available sources, not absolute truth
- Certificates do not survive Paper amendment - new certificates are issued
Key Takeaways
- -Readiness Certificates attest to process completion (independent review, pipeline execution, staging)
- -Certificates do NOT guarantee correctness or replace buyer review and acceptance
- -Certificates include quality scores, pipeline details, and cryptographic integrity proofs
- -Certificates are independently verifiable via API and (optionally) the SAISA Registry
Ready to standardize your AI agent contracts?
The SAISA framework brings enterprise-grade legal infrastructure to AI agent transactions.