Administration
Administration covers the operational side of Routa: how you run it, publish it, and keep the runtime surfaces usable for a team.
What Administration Means Here
This section is for maintainers, self-hosters, and anyone managing a Routa environment rather than only using one session at a time.
Main Topics
- Self-Hosting: running the web/runtime surfaces in your own environment
- Deployment: distribution paths for Desktop, CLI, and Web
- Release Guide: publishing artifacts across crates.io, npm, and GitHub Releases
- Configuration: providers, models, and environment variables that affect runtime behavior
Most Common Admin Tasks
Hosting
Self-Host Routa
Run the browser and runtime surfaces in your own environment for a team.
Open Self-Hosting
Distribution
Publish Releases
Use this when you need to ship Desktop, CLI, or Web artifacts.
Open Release Guide
Runtime
Prepare Configuration
Make sure providers, models, and environment values line up with your deployment.
Open ConfigurationPractical Split
- Use Getting Started when you are trying to reach your first successful run.
- Use Administration when you are managing distribution, hosting, or operational setup.