{
  "name": "Memphis v5",
  "url": "https://memphis-v5.pl/",
  "description": "Sovereign local-first AI runtime with chain-backed memory, vault-sealed secrets, and auditable operator loops.",
  "language": ["pl", "en"],
  "license": "Apache-2.0 for Memphis source code; website content belongs to its authors unless stated otherwise.",
  "human_entrypoints": [
    {"title": "Home", "url": "https://memphis-v5.pl/"},
    {"title": "Start", "url": "https://memphis-v5.pl/start/"},
    {"title": "Docs", "url": "https://memphis-v5.pl/docs/"},
    {"title": "Roadmap", "url": "https://memphis-v5.pl/roadmap/"}
  ],
  "agent_entrypoints": [
    {"title": "LLM guide", "url": "https://memphis-v5.pl/llms.txt", "media_type": "text/plain"},
    {"title": "Agent desk and local vault", "url": "https://memphis-v5.pl/docs/agents/", "media_type": "text/html"},
    {"title": "Machine manifest", "url": "https://memphis-v5.pl/agents.json", "media_type": "application/json"}
  ],
  "crawl_policy": {
    "preferred_order": ["/start/", "/docs/", "/roadmap/", "/llms.txt", "/agents.json"],
    "avoid": ["/docs/internal/", "/panel/", "/panel-app/"],
    "note": "Internal, panel, and auth-protected areas are not public knowledge sources."
  },
  "secret_handling": {
    "rule": "Never send private tokens to the site unless the operator explicitly controls the environment.",
    "current_vault": "Browser-local only. No token is transmitted to Memphis v5 by the static page."
  },
  "source_of_truth": {
    "code": "https://github.com/Memphis-Chains/memphis",
    "product_surface": "https://memphis-v5.pl/",
    "commercial_services": "https://holiskool.pl/"
  }
}
