Skip to main content
Omit model.provider and Albus runs the model on its own credentials — the fastest path, and enough for the alpha. Name a provider to use your own account instead: your quota, your rate limits, your billing.

Store the key, then name the provider

In the CLI, --provider and --credential must be given together. url is how you reach an OpenAI-compatible gateway or a self-hosted endpoint:
The model must be one the named provider actually serves, and the credential must authorize it. A mismatch surfaces as a failed run (502) rather than a rejected request, because it is the provider that refuses it — check the audit log for the model call.
Rotating the key is an albus secrets update: the reference does not change, so the agent configuration and its revision stay the same.