85
Agent Ready
Agentic Readiness Score
+25 llms.txt
+20 ai-plugin
missing +10 MCP
developer
hostingdevtoolsopenapishippingfrontendllms-txtai-pluginapiecommerce
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 Cartonization Constraint Atlas
> Public Packrift cartonization and shipping-constraint atlas.
- Root: https://packrift-cartonization-constraint-atlas.vercel.app/
- Methodology: https://packrift-cartonization-constraint-atlas.vercel.app/methodology/
- CSV: https://packrift-cartonization-constraint-atlas.vercel.app/data/cartonization-constraint-atlas.csv
- JSON: https://packrift-cartonization-constraint-atlas.vercel.app/data/cartonization-constraint-atlas.json
- JSONL: https://packrift-cartonization-constraint-atlas.vercel.app/data/cartonization-constraint-atlas.jsonl
- Sitemap: https://packrift-cartonization-constraint-atlas.vercel.app/sitemap.xml
- Agent manifest: https://packrift-cartonization-constraint-atlas.vercel.app/agent-manifest.json
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Packrift Cartonization Constraint Atlas",
"version": "1.0.0"
},
"servers": [
{
"url": "https://packrift-cartonization-constraint-atlas.vercel.app"
}
],
"paths": {
"/data/cartonization-constraint-atlas.json": {
"get": {
"summary": "Download Packrift cartonization constraint records",
"responses": {
"200": {
"description": "JSON records"
}
}
}
}