{
  "ok": true,
  "data": {
    "service": "ai-insights-for-humans",
    "title": "AI Insights for Humans",
    "purpose": "Public notebook for practical AI insight, plus standard PlatPhormNews discovery and MCP surfaces.",
    "baseUrl": "https://ai-insights-for-humans.platphormnews.com",
    "auth": {
      "scheme": "PLATPHORM_API_KEY",
      "acceptedHeaders": [
        "Authorization: Bearer",
        "X-PlatPhorm-API-Key"
      ],
      "protectedActions": [
        "POST /api/v1/reports"
      ]
    },
    "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": "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": "/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."
      }
    ],
    "feeds": [
      "/rss.xml",
      "/feed.xml",
      "/atom.xml"
    ],
    "discovery": [
      "/openapi.yaml",
      "/llms.txt",
      "/llms-full.txt",
      "/llms-index.json",
      "/.well-known/trust.json",
      "/.well-known/agents.json",
      "/.well-known/mcp.json"
    ]
  }
}