{"name":"GLYPH","description":"Reasoning-preserving document compression for AI agents. Same conclusions, 70% fewer tokens.","version":"0.1.0","capabilities":[{"name":"compress","description":"Compress a document into a reasoning-equivalent digest. Preserves every number, causal chain, and forward-looking statement at ~70% fewer tokens.","endpoint":"/v1/compress","method":"POST","input":{"document":"string","domain":"string?"},"output":"GlyphDigest","pricing":"$0.01 per digest"},{"name":"eval","description":"Free fidelity evaluation. Compare a raw document against any compressed version. Returns six-metric fidelity score with cost savings breakdown.","endpoint":"/v1/eval/compare","method":"POST","input":{"raw_document":"string","compressed_document":"string"},"output":"FidelityReport","pricing":"free"}],"pricing":{"free_tier":"100 compress calls/day + unlimited eval","builder":"$0.01 per digest","documentation":"/docs"},"contact":{"protocol":"https"},"metrics":{"fidelity_score":"96.9%","token_reduction":"58-73%","eval_methodology":"six-metric reasoning parity (open source: glyph-eval)"}}