Live verification (in-app)
Offline verification (auditor)
verify.py is a single self-contained Python file shipped inside every
bundle. It uses only the standard library — no pip install required.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Live verify endpoint + offline verifier.
curl "$AGCMS_BASE_URL/api/v1/audit/chain/verify" \
-H "Authorization: Bearer $AGCMS_JWT"
{
"ok": true,
"rows_checked": 12345,
"merkle_roots_checked": 23,
"errors": []
}
agcms verify path/to/bundle.zip
unzip bundle.zip
python verify.py .
verify.py is a single self-contained Python file shipped inside every
bundle. It uses only the standard library — no pip install required.