secrets: polish key manager and docs

This commit is contained in:
2026-06-01 07:19:28 +09:00
parent cc2c9a2973
commit 7ddf74570a
2 changed files with 33 additions and 7 deletions
+2 -4
View File
@@ -43,10 +43,8 @@ Builtin profiles and catalogs are embedded in the binary at build time. User/pro
Provider API key と WebSearch credential は、通常の runtime では環境変数から読まない。`insomnia keys` で local secret store に論理 id を追加し、profile / manifest / provider catalog / web config がその id を明示的に参照する。
```toml
[[models]]
id = "anthropic/claude-sonnet-4"
scheme = "anthropic"
model = "claude-sonnet-4-20250514"
[model]
ref = "anthropic/claude-sonnet-4-6"
auth = { kind = "secret_ref", ref = "providers/anthropic/default" }
[web]