# Auth.md - Packrift Benchmark Navigator Authentication

The Packrift Benchmark Navigator public files do not require authentication.

No account, API key, bearer token, OAuth flow, password, passkey, 2FA, secret, payment method, checkout session, or customer account is required to read the benchmark navigator, source register, metadata sidecars, sitemap, OpenAPI description, Agent Manifest, or packingsolver fixture files.

Agents should treat this site as a read-only public reference resource. It is not an ordering endpoint, payment endpoint, live inventory endpoint, freight approval system, or authenticated Packrift account surface.

## Agent Registration

No agent registration is required. There is no dynamic client registration endpoint, OAuth client registration flow, API-key issuance flow, payment onboarding flow, or account-provisioning flow for this public benchmark navigator.

For Auth.md-style discovery, the effective registration values are:

- `agent_auth`: not present because this public resource has no protected agent actions.
- `register_uri`: none.
- `supported_identity_types`: none required for read-only public access.
- `credential_types`: none required for read-only public access.
- `claim_url`: none.
- `revocation_url`: none.

Agents may fetch the public files directly over HTTPS. If an agent or crawler needs a starting point, use `llms.txt`, `sitemap.xml`, `openapi.json`, the API catalog, or the Agent Manifest.

Primary public entry points:

- https://packrift-benchmark-navigator.vercel.app/
- https://packrift-benchmark-navigator.vercel.app/sitemap.xml
- https://packrift-benchmark-navigator.vercel.app/llms.txt
- https://packrift-benchmark-navigator.vercel.app/openapi.json
- https://packrift-benchmark-navigator.vercel.app/.well-known/agent-manifest.json
- https://packrift-benchmark-navigator.vercel.app/.well-known/api-catalog

Contact for Packrift review or correction requests: farhan@packrift.com.
