Configuration
Configuration in Routa is mainly about making execution available and predictable.
The most important configuration areas are:
- providers
- models
- role defaults
- environment variables
Recommended Setup Order
- Make one provider available.
- Add or pick one model if that provider needs an explicit model target.
- Bind defaults for the roles you care about.
- Return to a workspace and run a
Session.
Start Here
Fast Setup Path
Required
Providers And Models
Make one provider available and point one role at one working model.
Open Providers And Models
Optional
Environment Variables
Use this when local runtime wiring or deployment needs explicit env values.
Open Environment VariablesProduct Context
In the product UI, the configuration surface currently centers on:
ProvidersRegistryRole DefaultsModels
Those settings determine which provider is available, how a model endpoint is resolved, and
which defaults Routa uses for roles like ROUTA, CRAFTER, GATE, and DEVELOPER.
Practical Rule
Do not try to configure every provider before your first run. One working provider and one working model path are enough.