# agents.txt — librewebui.org This origin is the website for Libre WebUI, an Apache-2.0, self-hosted AI workspace for governed tools, cited knowledge, team collaboration, voice and media, and production operations (current release: 0.26.0). Everything here is public and served without authentication. ## Reading about Libre WebUI - Index of this site and all documentation pages: https://librewebui.org/llms.txt - Complete documentation in one Markdown file: https://librewebui.org/llms-full.txt - Deterministic docs search: GET https://librewebui.org/api/search?q=QUERY (JSON) - Latest version as JSON: GET https://librewebui.org/api/version - Live tools over MCP (release lookup, docs retrieval): https://librewebui.org/mcp ## Product boundaries - Chat tools are opt-in. Read-only calls can run directly; side-effecting calls wait for the invoking user to approve or deny them. - Local Ollama routes stay on the configured infrastructure. Remote model, speech, search, and tool routes receive data under the deployment and user's explicit configuration. - Voice mode is hands-free and turn-based, not a full-duplex realtime audio API. - Multi-replica operation requires the complete documented team profile and shared dependencies; self-hosting alone does not make local state shareable. ## 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. - The OpenAI-compatible /v1 surface provides stateless model listing and chat completions. It does not create saved chats, run tools, or retrieve knowledge. - The native /api surface provides Libre WebUI's stateful and governed product workflows. Discover its current documented routes from https://docs.librewebui.org/openapi.json. - Registration and credentials: https://librewebui.org/auth.md - Installable skills: https://librewebui.org/.well-known/agent-skills/index.json ## Conduct - robots.txt Content-Signals on this origin allow search, AI input, and training. - The only POST endpoints on this origin are the MCP server at /mcp; everything else is static content.