shannon_config_set
Configure Shannon Lite credential providers by writing settings to ~/.shannon/config.toml. Supports Anthropic, custom base URL, Bedrock, Vertex, and router options.
Instructions
Write ~/.shannon/config.toml for Shannon Lite providers (anthropic, custom_base_url, bedrock, vertex, router).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Credential provider to configure. | |
| auth_method | No | For anthropic provider only. | |
| api_key | No | ||
| oauth_token | No | ||
| base_url | No | ||
| auth_token | No | ||
| region | No | ||
| token | No | ||
| project_id | No | ||
| key_path | No | ||
| router_default | No | Router default in provider,model format. | |
| openai_key | No | ||
| openrouter_key | No | ||
| model_small | No | ||
| model_medium | No | ||
| model_large | No | ||
| core_max_tokens | No | Optional CLAUDE_CODE_MAX_OUTPUT_TOKENS equivalent. |