llms.txt Content
# Packrift SKU Dimension Agent Gateway
Compact Packrift gateway for public SKU dimension bands, weight bands, price bands, inventory bands, product rollups, and links to the full verified atlas.
- Full atlas: https://packrift-sku-dimension-atlas.vercel.app/
- Stats JSON: https://packrift-sku-dimension-gateway.vercel.app/data/stats.json
- Sample JSONL: https://packrift-sku-dimension-gateway.vercel.app/data/sample-sku-dimension-records.jsonl
- Top SKUs JSON: https://packrift-sku-dimension-gateway.vercel.app/data/top-skus.json
- Methodology: https://packrift-sku-dimension-gateway.vercel.app/methodology
Boundary: public SKU dimension evidence only. Sample rows use bands and rollups, not exact source price, inventory, dimension, weight, dimensional-weight, freight, supplier cost, margin, customer, order, cart, payment, endorsement, or credential-bearing source data.
OpenAPI Spec (preview)
{
"info": {
"description": "Read-only public Packrift SKU dimension band gateway.",
"title": "Packrift SKU Dimension Agent Gateway",
"version": "1.0.0"
},
"openapi": "3.1.0",
"paths": {
"/data/sample-sku-dimension-records.jsonl": {
"get": {
"responses": {
"200": {
"description": "Public-safe SKU dimension JSONL sample"
}
},
"summary": "Sample observations"
}
},
"/data/stats.json": {
"get": {