{"name":"context-packer API","version":"1.0.0","tagline":"Optimal token-budget context packing for RAG and LLM agents.","endpoints":{"health":"GET /context-packer/health","estimate":"POST /context-packer/estimate { text, model }","pack":"POST /context-packer/pack { items:[{id,text,priority,pinned}], token_budget, model, dedup_threshold?, joiner? }","openapi":"GET /context-packer/openapi.json"},"docs":"POST /pack with your retrieved chunks + a token budget; get back the optimal packed context."}