← Back to search
85
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin missing +10 MCP
developer hostingdevtoolsfrontendllms-txtai-pluginopenapiapi

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 85/100

            

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": {