llms.txt Content
# tela
> A team wiki that documents itself — and that your AI reasons over. Point Atlas at a git repo or Jira project and it writes a cited, coverage-checked wiki and keeps it fresh; your agents search and write it from inside Claude and ChatGPT, on markdown you own.
tela is an open-source, **agent-native** team wiki. Its headline feature, **Atlas**, ingests your sources — a git repo or a Jira project — reads the source, plans a wiki, drafts cited markdown pages, and publishes them as ordinary tela pages, then watches the source and regenerates on a schedule when it drifts. Atlas measures the docs against a deterministic spine (the real routes, CLI flags, env vars, DB models, and state it extracted) and reports a **coverage score** with the specific gaps named and every citation resolved to `file:line` — measurably complete, not "the AI wrote something". The generated pages are searchable, shareable, and revisioned like any other. A built-in remote MCP server gives agents **39 scoped tools** over the same API the UI uses — keyword `search`, semantic `research`, `read_chunk`, read/create/update pages, anchored comments, the knowledge graph, and `atlas_*` runs — usable in Claude and ChatGPT via one-click OAuth. Pages are canonical markdown forever (no block model, no proprietary format). Go + PostgreSQL backend, React/Milkdown editor, Yjs live collaboration. Hosted at telawiki.com, or self-host it.
## Product
- [Home](https://telawiki.com/): Atlas (the wiki documents itself), semantic retrieval + ask-your-docs with citations, the MCP connector for Claude & ChatGPT, the block editor on canonical markdown, an honest comparison vs Notion/Confluence/Obsidian, security, and pricing.
- [Live instance](https://telawiki.com/login): the running app.
- [MCP server docs](https://telawiki.com/mcp): the endpoint, OAuth sign-in, and the full 39-tool catalog.
## Code & packages
- [GitHub repository](https://github.com/zcag/tela): open source — Go backend (PostgreSQ