# MythOS > MythOS is a modular knowledge platform for structured memos, knowledge graphs, AI-powered library chat, and public communities. Each creator has a personal library that can be searched, read, and conversed with. Communities bring creators together around shared topics. MythOS publishes three agent-discovery endpoints under the [llms.txt standard](https://llmstxt.org/). `/llms.txt` is this file — a static, spec-strict index kept intentionally minimal. `/llm.txt` is a dynamic platform listing updated on every request; it is the canonical endpoint advertised in `robots.txt` (`Llms-Txt:`), `.well-known/mythos.json`, and custom-domain robots, and contains live creator, community, and memo listings. `/llms-full.txt` streams the full markdown content of every public memo. ## Links - [Website](https://mythos.one) - [Full Content](https://mythos.one/llms-full.txt) - [MCP Server](https://mythos.one/api/mcp) - [OpenAPI Spec](https://mythos.one/api/openapi) - [AGENTS.md](https://mythos.one/AGENTS.md) ## Per-Creator Discovery Each creator has their own llms.txt at /me/{username}/llm.txt with their library topics, recent memos, and full content at /me/{username}/llms-full.txt. ## Per-Community Discovery Each public community has its own llms.txt at /we/{slug}/llm.txt with rules, topics, recent posts, and full content at /we/{slug}/llms-full.txt.