# agents.txt — docs.librewebui.org This origin is the documentation for Libre WebUI, a self-hosted, privacy-first AI workspace (current release: 0.25.0). Everything here is public, read-only, and served without authentication. ## Reading these docs - Index of all 48 pages with descriptions: https://docs.librewebui.org/llms.txt - Full documentation in one Markdown file: https://docs.librewebui.org/llms-full.txt - Deterministic search: GET https://docs.librewebui.org/api/search?q=QUERY (JSON results, same query always returns the same ranking) - Any single page: fetch its URL from llms.txt ## Using the product programmatically - Libre WebUI is self-hosted: each deployment serves its own API from its own origin. There is no central hosted API. - API surface: https://docs.librewebui.org/openapi.json (OpenAPI 3.0) - Registration and credentials: https://docs.librewebui.org/auth.md - Installable skills: https://docs.librewebui.org/.well-known/agent-skills/index.json - Live release/docs tools over MCP: https://librewebui.org/mcp (card: https://docs.librewebui.org/.well-known/mcp/server-card.json) ## Conduct - robots.txt Content-Signals on this origin allow search, AI input, and training. - Do not POST anywhere on this origin; it serves static content only.