{
  "spec_version": "agentmanifest-0.3",
  "name": "Packrift Benchmark Navigator Static Data",
  "version": "1.0.2",
  "description": "Packrift Benchmark Navigator exposes crawlable, read-only packaging benchmark metadata, packingsolver fixture indexes, source registers, citation files, and dataset sidecars for agents that need ecommerce packaging reference data without authentication.",
  "homepage": "https://packrift-benchmark-navigator.vercel.app/",
  "documentation": "https://packrift-benchmark-navigator.vercel.app/sources.html",
  "categories": [
    "engineering",
    "commerce",
    "logistics",
    "computing"
  ],
  "primary_category": "reference",
  "endpoints": [
    {
      "path": "/llms.txt",
      "method": "GET",
      "description": "Fetch the compact agent-readable overview and canonical link map.",
      "parameters": [],
      "response_description": "Plain text summary with important Packrift Benchmark Navigator links and use boundaries."
    },
    {
      "path": "/llms-full.txt",
      "method": "GET",
      "description": "Fetch the full agent context for the navigator and fixture pack.",
      "parameters": [],
      "response_description": "Plain text context covering human pages, machine-readable files, fixture indexes, and safe-use notes."
    },
    {
      "path": "/openapi.json",
      "method": "GET",
      "description": "Fetch the OpenAPI map for the public static navigator resources.",
      "parameters": [],
      "response_description": "OpenAPI 3.1 description of read-only GET routes for navigator pages, metadata, and fixture files."
    },
    {
      "path": "/sitemap.xml",
      "method": "GET",
      "description": "Enumerate crawlable public URLs on the Benchmark Navigator site.",
      "parameters": [],
      "response_description": "XML sitemap containing public HTML pages, metadata sidecars, fixture indexes, and generated packingsolver input files."
    },
    {
      "path": "/data/source-register.csv",
      "method": "GET",
      "description": "Download the compact register of public source and metadata artifacts.",
      "parameters": [],
      "response_description": "CSV rows describing artifact name, purpose, format, public URL, Packrift ownership, and notes."
    },
    {
      "path": "/data/packingsolver-fixtures/manifest.json",
      "method": "GET",
      "description": "Fetch the manifest for Packrift packingsolver-compatible fixture files.",
      "parameters": [],
      "response_description": "JSON manifest with fixture pack counts, file lists, source ledger, versioning, and conservative claim boundaries."
    },
    {
      "path": "/data/packingsolver-fixtures/instance-index.json",
      "method": "GET",
      "description": "Fetch the machine-readable index of generated packingsolver scenario file sets.",
      "parameters": [],
      "response_description": "JSON index mapping each generated scenario to bins, items, and parameters CSV files with family counts."
    },
    {
      "path": "/data/packingsolver-fixtures/instance-index.csv",
      "method": "GET",
      "description": "Download the CSV index of generated packingsolver scenario file sets.",
      "parameters": [],
      "response_description": "CSV index mapping generated scenario identifiers to public bins, items, and parameters CSV URLs."
    },
    {
      "path": "/data/packingsolver-fixtures/packingsolver-format-map.json",
      "method": "GET",
      "description": "Fetch field-level conversion rules for Packrift fixture files.",
      "parameters": [],
      "response_description": "JSON map explaining how public Packrift carton and scenario fields map into packingsolver bins, items, and parameters files."
    },
    {
      "path": "/data/packingsolver-fixtures/convert_box_packrift.py",
      "method": "GET",
      "description": "Fetch the Packrift reference converter script for packingsolver fixtures.",
      "parameters": [],
      "response_description": "Python standard-library script that converts Packrift carton and generated scenario CSV files into packingsolver input folders."
    },
    {
      "path": "/ai/dataset.jsonld",
      "method": "GET",
      "description": "Fetch Schema.org dataset metadata for crawler and catalog discovery.",
      "parameters": [],
      "response_description": "JSON-LD Dataset and DataDownload metadata for Packrift public benchmark resources."
    },
    {
      "path": "/.well-known/api-catalog",
      "method": "GET",
      "description": "Fetch the read-only public API catalog and authentication boundary.",
      "parameters": [],
      "response_description": "JSON catalog describing the static OpenAPI map, Agent Manifest, and no-auth public access boundaries."
    },
    {
      "path": "/auth.md",
      "method": "GET",
      "description": "Fetch no-auth notes for agents using public benchmark resources.",
      "parameters": [],
      "response_description": "Markdown guidance explaining that no account, credentials, checkout, or payment is needed for public resources."
    },
    {
      "path": "/.well-known/agent-skills/index.json",
      "method": "GET",
      "description": "Fetch the agent skills index for read-only fixture inspection.",
      "parameters": [],
      "response_description": "JSON index listing the Packrift fixture inspection workflow and related public input resources."
    },
    {
      "path": "/packingsolver-fixtures-integration-brief.html",
      "method": "GET",
      "description": "Fetch the maintainer-facing Packrift packingsolver integration brief.",
      "parameters": [],
      "response_description": "HTML review packet covering converter files, parser-aligned columns, validation gates, and use boundaries."
    },
    {
      "path": "/data/packingsolver-fixtures/integration-brief.json",
      "method": "GET",
      "description": "Fetch the machine-readable Packrift packingsolver integration brief.",
      "parameters": [],
      "response_description": "JSON packet with counts, references, expected files, review gates, and boundaries."
    },
    {
      "path": "/packingsolver-scenarios.html",
      "method": "GET",
      "description": "Fetch the Packrift packingsolver scenario browser.",
      "parameters": [],
      "response_description": "HTML index of generated scenario review pages with family, carton, utilization, and CSV file-set links."
    },
    {
      "path": "/data/packingsolver-fixtures/scenario-browser.json",
      "method": "GET",
      "description": "Fetch the machine-readable Packrift scenario browser index.",
      "parameters": [],
      "response_description": "JSON index of generated scenario pages, family counts, source counts, and CSV file URLs."
    },
    {
      "path": "/packingsolver-families.html",
      "method": "GET",
      "description": "Fetch the Packrift packingsolver scenario-family browser.",
      "parameters": [],
      "response_description": "HTML index of scenario-family pages with scenario counts, item-line counts, and utilization summaries."
    },
    {
      "path": "/packingsolver-cartons.html",
      "method": "GET",
      "description": "Fetch the Packrift packingsolver candidate-carton browser.",
      "parameters": [],
      "response_description": "HTML index of candidate carton pages with dimensions, source-product links, and scenario usage."
    },
    {
      "path": "/data/packingsolver-fixtures/facet-browser.json",
      "method": "GET",
      "description": "Fetch the machine-readable Packrift family/carton facet index.",
      "parameters": [],
      "response_description": "JSON index of scenario-family pages, candidate carton pages, source URLs, usage counts, and count treatment."
    },
    {
      "path": "/packingsolver-constraint-atlas.html",
      "method": "GET",
      "description": "Fetch the human-readable Packrift packingsolver constraint atlas.",
      "parameters": [],
      "response_description": "HTML page grouping generated fixture scenarios by family and cube-utilization review band."
    },
    {
      "path": "/data/packingsolver-fixtures/constraint-atlas.json",
      "method": "GET",
      "description": "Fetch the structured constraint atlas.",
      "parameters": [],
      "response_description": "JSON family, segment, and sample-scenario records with safe-use boundaries."
    },
    {
      "path": "/data/packingsolver-fixtures/constraint-atlas.csv",
      "method": "GET",
      "description": "Fetch the flat constraint atlas segment table.",
      "parameters": [],
      "response_description": "CSV family-fill segment table for public fixture review."
    },
    {
      "path": "/packingsolver-source-products.html",
      "method": "GET",
      "description": "Fetch the human-readable source-product provenance atlas.",
      "parameters": [],
      "response_description": "HTML page mapping public Packrift source products to fixture roles."
    },
    {
      "path": "/data/packingsolver-fixtures/source-product-usage.json",
      "method": "GET",
      "description": "Fetch structured source-product usage records.",
      "parameters": [],
      "response_description": "JSON records with SKU roles, source URLs, scenario-family counts, and sample scenario links."
    },
    {
      "path": "/data/packingsolver-fixtures/source-product-usage.csv",
      "method": "GET",
      "description": "Download the source-product usage table.",
      "parameters": [],
      "response_description": "CSV row per public Packrift source SKU used in the fixture pack."
    },
    {
      "path": "/packingsolver-maintainer-review.html",
      "method": "GET",
      "type": "text/html",
      "description": "Maintainer review packet for Packrift packingsolver fixture inputs and boundaries."
    },
    {
      "path": "/data/packingsolver-fixtures/maintainer-review-packet.json",
      "method": "GET",
      "type": "application/json",
      "description": "Machine-readable Packrift packingsolver maintainer review packet."
    }
  ],
  "authentication": {
    "required": false,
    "type": "none",
    "instructions": null
  },
  "pricing": {
    "model": "free",
    "free_tier": {
      "queries_per_day": null,
      "queries_per_month": null
    },
    "paid_tier": null,
    "support_url": "https://packrift.com/"
  },
  "payment": null,
  "rate_limits": {
    "requests_per_minute": null,
    "requests_per_day": null
  },
  "reliability": {
    "maintained_by": "organization",
    "status_url": null,
    "expected_uptime_pct": null
  },
  "agent_notes": "Use this manifest as a read-only entry point for Packrift benchmark metadata and fixture inspection. No account, authentication flow, API key, token, secret, or credentials are required for the public files listed here; pricing is free with no autonomous payment flow or usage cost declared. Agents should not attempt credential entry, checkout, ordering, or authenticated Packrift account actions from this manifest. Do not treat any generated fixture as a real customer order, optimal packing solution, live inventory promise, freight approval, carrier-rate approval, checkout completion, or third-party endorsement. Prefer the sitemap for exhaustive URL enumeration, the instance index for generated packingsolver input files, and the source register for artifact-level citation review.",
  "contact": {
    "email": "farhan@packrift.com",
    "support_url": "https://packrift.com/",
    "github": "https://github.com/Packrift"
  },
  "listing_requested": true,
  "last_updated": "2026-05-31T14:50:50.228Z"
}
