{
  "name": "PlatPhorm Packet Lab",
  "version": "0.5.0",
  "url": "https://packets.platphormnews.com",
  "purpose": "Inspect public-safe packet and firewall status without exposing packet payloads, credentials, or raw client identifiers.",
  "resources": [
    {
      "url": "https://packets.platphormnews.com/llms.txt",
      "mediaType": "text/plain",
      "purpose": "Concise service map"
    },
    {
      "url": "https://packets.platphormnews.com/llms-full.txt",
      "mediaType": "text/plain",
      "purpose": "Detailed public service reference"
    },
    {
      "url": "https://packets.platphormnews.com/openapi.yaml",
      "mediaType": "application/yaml",
      "purpose": "Public API contract"
    },
    {
      "url": "https://packets.platphormnews.com/.well-known/trust.json",
      "mediaType": "application/json",
      "purpose": "Public and protected boundary"
    }
  ],
  "authentication": {
    "publicReads": "No platform key required.",
    "protectedActions": [
      "Authorization: Bearer $PLATPHORM_API_KEY",
      "X-PlatPhorm-API-Key: $PLATPHORM_API_KEY"
    ]
  }
}
