85
Agent Ready
Agentic Readiness Score
+25 llms.txt
+20 ai-plugin
missing +10 MCP
developer
llms-txtai-pluginopenapiapishippinghostingdevtoolsfrontend
Agentic Signals
🏷
Schema.org Markup
Found
Embed this badge
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Packrift Dimensional Weight Agent Gateway
https://packrift-dimensional-weight-gateway.vercel.app/ is a compact public gateway for static Packrift dimensional-weight, DIM-lift, density, and parcel-review signals.
- Full atlas: https://packrift-dimensional-weight-atlas.vercel.app/
- Stats JSON: https://packrift-dimensional-weight-gateway.vercel.app/data/stats.json
- Sample JSONL: https://packrift-dimensional-weight-gateway.vercel.app/data/sample-dimensional-weight.jsonl
- Agent Manifest: https://packrift-dimensional-weight-gateway.vercel.app/agent-manifest.json
Boundary: static public catalog-derived dimensional-weight reference only; no live checkout rate, carrier-rule-compliance, substitute approval, delivery promise, supplier cost, margin, customer/order/cart/payment, credential, private source path, or private freight claim.
OpenAPI Spec (preview)
{
"info": {
"description": "A compact no-auth Packrift gateway for static public dimensional-weight, DIM-lift, density, and parcel-review signals mapped to public-safe catalog records.",
"title": "Packrift Dimensional Weight Agent Gateway",
"version": "1.0.0"
},
"openapi": "3.1.0",
"paths": {
"/data/sample-dimensional-weight.jsonl": {
"get": {
"responses": {
"200": {
"description": "JSONL sample"
}
},
"summary"