{
  "service": "ai-insights-for-humans",
  "site": "https://tips.platphormnews.com",
  "trustScope": [
    "*.platphormnews.com"
  ],
  "auth": {
    "platformKey": "PLATPHORM_API_KEY",
    "acceptedHeaders": [
      "Authorization: Bearer",
      "X-PlatPhorm-API-Key"
    ]
  },
  "publicReadAccess": [
    "Notebook HTML",
    "Entry JSON",
    "Health summaries",
    "Discovery files",
    "Read-only MCP introspection",
    "Public-safe route compliance",
    "Full-screen focus frames",
    "Dictionary and Notes public handoff maps",
    "Source-backed research trends and public-safe demo tracks",
    "Public-safe operator pattern writeups"
  ],
  "protectedActions": [
    "Report generation",
    "Future mutation, ingestion, replay, remediation, sync, deployment, or administrative actions"
  ],
  "dataExposureBoundaries": {
    "public": "Only authored notebook content, derived counts, route metadata, and public-safe policy information.",
    "protected": "Generated operator reports and any future administrative workflows.",
    "neverExpose": [
      "PLATPHORM_API_KEY",
      "Authorization headers",
      "Cookies",
      "Raw private IPs",
      "Session tokens"
    ]
  },
  "policy": "Web dashboard, public-safe discovery, browser-based operations, trusted-domain discovery, standard route compliance, Vercel metadata capture, trace inspection, and agentic workflow discovery are intentionally supported for public read-only debugging and operator workflows. Mutating, administrative, ingestion, replay, fork, remediation, deployment, sync, test-triggering, reporting, and write actions require PLATPHORM_API_KEY.",
  "routeStandard": {
    "requiredRoutes": 22,
    "implementedRequiredRoutes": 22,
    "missingRequiredRoutes": [],
    "explicitUnsupportedRoutes": [
      {
        "method": "GET",
        "path": "/.well-known/ai-plugin.json",
        "reason": "Legacy plugin install discovery is not part of this notebook's current product surface."
      }
    ],
    "score": 1,
    "routes": [
      {
        "method": "GET",
        "path": "/",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Public AI insights notebook and reading paths."
      },
      {
        "method": "GET",
        "path": "/api/health",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Platform health payload for the publication."
      },
      {
        "method": "GET",
        "path": "/api/v1/health",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Versioned platform health payload."
      },
      {
        "method": "GET",
        "path": "/api/docs",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Machine-readable API and route documentation."
      },
      {
        "method": "GET",
        "path": "/api/v1/entries",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only JSON index of notebook entries."
      },
      {
        "method": "GET",
        "path": "/api/v1/entries/{id}",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only JSON detail for one notebook entry."
      },
      {
        "method": "GET",
        "path": "/api/v1/focus-mode",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only focus frames and practice loop payload."
      },
      {
        "method": "GET",
        "path": "/api/v1/integrations",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only Dictionary and Notes integration map with public handoff boundaries."
      },
      {
        "method": "GET",
        "path": "/api/v1/platform-literacy",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only interactive tips distilled from PlatPhormNews root discovery and policy surfaces."
      },
      {
        "method": "GET",
        "path": "/api/v1/research-trends",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only source-backed AI research trends, public-safe demonstrations, and cross-model prompt contracts."
      },
      {
        "method": "GET",
        "path": "/api/v1/operator-patterns",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Read-only operator strengths, drag patterns, repair loops, and reusable workflow prompts."
      },
      {
        "method": "POST",
        "path": "/api/v1/reports",
        "status": "implemented",
        "public": false,
        "protected": true,
        "description": "Protected generation of a real notebook/platform summary report."
      },
      {
        "method": "GET",
        "path": "/api/mcp",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "MCP metadata and JSON-RPC usage information."
      },
      {
        "method": "POST",
        "path": "/api/mcp",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "JSON-RPC 2.0 MCP endpoint for real notebook tools, resources, and prompts."
      },
      {
        "method": "GET",
        "path": "/openapi.yaml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "OpenAPI 3.1 contract for public and protected routes."
      },
      {
        "method": "GET",
        "path": "/llms.txt",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Concise LLM-readable site summary."
      },
      {
        "method": "GET",
        "path": "/llms-full.txt",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Complete LLM-readable notebook and platform summary."
      },
      {
        "method": "GET",
        "path": "/llms-index.json",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Structured LLM index generated from real entries."
      },
      {
        "method": "GET",
        "path": "/robots.txt",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Crawler policy and sitemap pointer."
      },
      {
        "method": "GET",
        "path": "/sitemap.xml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Canonical URL sitemap for the notebook."
      },
      {
        "method": "GET",
        "path": "/sitemap-index.xml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Sitemap index for platform crawlers."
      },
      {
        "method": "GET",
        "path": "/sitemap-full.xml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Complete sitemap covering product and machine-readable routes."
      },
      {
        "method": "GET",
        "path": "/humans.txt",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Human-readable ownership, purpose, attribution, and contact details."
      },
      {
        "method": "GET",
        "path": "/rss.xml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "RSS feed generated from notebook entries."
      },
      {
        "method": "GET",
        "path": "/feed.xml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "RSS-compatible feed alias."
      },
      {
        "method": "GET",
        "path": "/atom.xml",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Atom feed generated from notebook entries."
      },
      {
        "method": "GET",
        "path": "/manifest.webmanifest",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Web app manifest for install and preview surfaces."
      },
      {
        "method": "GET",
        "path": "/.well-known/mcp.json",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "MCP capability discovery manifest."
      },
      {
        "method": "GET",
        "path": "/.well-known/agents.json",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Agent-facing route and policy discovery manifest."
      },
      {
        "method": "GET",
        "path": "/.well-known/security.txt",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Security contact and policy file."
      },
      {
        "method": "GET",
        "path": "/.well-known/trust.json",
        "status": "implemented",
        "public": true,
        "protected": false,
        "description": "Trust, auth, public/protected, and exposure policy."
      }
    ]
  }
}