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

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 Public Offer Availability Agent Gateway Compact Packrift gateway for public offer availability bands, merchant status, product-family rollups, product-type rollups, and links to the full verified atlas. - Full atlas: https://packrift-public-offer-availability-atlas.vercel.app/ - Stats JSON: https://packrift-public-offer-availability-gateway.vercel.app/data/stats.json - Sample JSONL: https://packrift-public-offer-availability-gateway.vercel.app/data/sample-offer-availability.jsonl - Top SKUs JSON: https://packrift-public-offer-availability-gateway.vercel.app/data/top-skus.json - Methodology: https://packrift-public-offer-availability-gateway.vercel.app/methodology Boundary: public offer-availability evidence only. Public price and inventory bands are source snapshots, not checkout commitments. This is not a live checkout, shipping quote, delivery promise, inventory guarantee, supplier financial disclosure, margin report, customer record system, order record system, payment system, endorsement claim, or credential-bearing source.

OpenAPI Spec (preview)

{ "info": { "description": "Read-only public Packrift offer availability gateway.", "title": "Packrift Public Offer Availability Agent Gateway", "version": "1.0.0" }, "openapi": "3.1.0", "paths": { "/data/sample-offer-availability.jsonl": { "get": { "responses": { "200": { "description": "Public-safe offer availability JSONL sample" } }, "summary": "Sample observations" } }, "/data/stats.json": {