Documentation map
A single index of every Theus documentation page — Spanish-first pages and their English counterparts — with a one-line description and a stable link for each.
How this map works
Theus documentation is Spanish-first: the core reference lives under /docs, and a mirror of the essentials lives under /docs/en for readers who prefer English. Every page below is served from both origins — docs.theus.pe and theus.pe/docs/* — so a link resolves the same way whether you reach it from the site or from a message the CLI prints.
If a topic exists in Spanish but not yet in English (or the other way around), start from the Spanish page — it is the authoritative reference. The English pages track the most-used core topics.
Getting started
| Page | What it covers |
|---|---|
| Documentación de Theus | Overview, install and first run for the local-first, multimodel agent. |
| Costos y consumo | How usage and cost are tracked, and how to keep them under control. |
| Configuración de modelos | Connecting models and managing context through THEUS_* variables and ~/.theus/providers.json. |
Features
| Page | What it covers |
|---|---|
| Servidores MCP | Registering and using MCP servers to extend the agent's tools. |
| Sandboxing | Isolating command execution and constraining what the agent can touch. |
| Hooks | Running your own scripts around the agent's actions. |
| Control de Chrome | Driving a Chrome browser from a Theus session. |
| Seguridad | Permissions, local-first guarantees and the security model. |
Providers
Provider pages give the exact technical details needed to connect each cloud endpoint. Any external service is opt-in — Theus never requires a remote provider to start.
| Page | What it covers |
|---|---|
| Amazon Bedrock | Connecting Theus to a Bedrock-compatible endpoint. |
| Google Vertex AI | Connecting Theus to a Vertex AI endpoint. |
| Microsoft Foundry | Connecting Theus to a Microsoft Foundry endpoint. |
English pages
| Page | What it covers |
|---|---|
| Overview | What Theus is, install and first run — the English entry point. |
| CLI reference | Commands, flags and the theus launcher. |
| Keybindings | Shortcuts inside the interactive REPL. |
| Fast mode | Running Theus non-interactively and lightweight flows. |
| Memory | The local index, code memory and graph under ~/.theus/knowledge/. |
| MCP servers | Registering and using MCP servers from the CLI. |
| Network configuration | The local API on 127.0.0.1, ports and network options. |
| Remote control | Driving a Theus session beyond the local terminal. |
| Theus on the web | Using Theus through the web surface. |
| Documentation map | This page — the index of all documentation. |
| API · files content | Reference for the files-content API endpoint. |
Where to start
- New to Theus? Read the Spanish overview or the English overview, then run your first session.
- Connecting a model? Go to Configuración de modelos or the provider page you need.
- Extending the agent? See MCP and Hooks.
- Worried about safety? Read Seguridad and Sandboxing.
Theus — local-first multimodel coding agent · Made in Peru