{
  "service": "ai-insights-for-humans",
  "version": "0.6.0",
  "name": "AI Insights for Humans",
  "purpose": "Help agents and humans find practical AI insight entries and route-standard discovery surfaces.",
  "baseUrl": "https://tips.platphormnews.com",
  "publicEntryPoints": [
    "/",
    "/api/v1/entries",
    "/api/v1/focus-mode",
    "/api/v1/integrations",
    "/api/v1/research-trends",
    "/api/v1/operator-patterns",
    "/api/docs",
    "/llms.txt",
    "/llms-full.txt",
    "/llms-index.json",
    "/api/mcp"
  ],
  "protectedEntryPoints": [
    "/api/v1/reports"
  ],
  "auth": "PLATPHORM_API_KEY",
  "noSecretPolicy": "Do not send PLATPHORM_API_KEY in URLs, traces, screenshots, feed output, discovery files, or notebook entries.",
  "mcp": {
    "endpoint": "https://tips.platphormnews.com/api/mcp",
    "transport": "http-json-rpc-2.0"
  }
}