If the provider you want to use is not in the built-in catalog, you can configure it as a custom provider. Clother installs aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/jolehuit/clother/llms.txt
Use this file to discover all available pages before exploring further.
clother-<name> launcher for it like any other provider.
Configuration
Run the interactive configuration command:| Field | Description |
|---|---|
| Name | A short identifier for the provider (used in the launcher name, e.g. myprovider → clother-myprovider) |
| Base URL | The Anthropic-compatible API base URL |
| API key | Your API key for the provider |
Custom providers do not have a built-in default model. Pass
--model <model-id> each time you launch, or run clother config <name> after setup to adjust settings.Example workflow
Requirements
The endpoint you configure must be compatible with the Anthropic Messages API. Clother sets:ANTHROPIC_BASE_URLto your configured base URLANTHROPIC_AUTH_TOKENto your configured API key
^[a-z0-9_-]+$ — lowercase letters, digits, underscores, and hyphens only. The API key is stored in secrets.env under a variable derived from the name: for example, a provider named myprovider uses MYPROVIDER_API_KEY.