[agent.apiKeys]
Supply the key matching the provider you chose. The corresponding key is required; the others are optional.
| Key | Type | Required when | Description |
|---|---|---|---|
openai | string | provider = "openai" | sk-... |
anthropic | string | provider = "anthropic" | sk-ant-... |
google | string | provider = "google" | AIza... |
Example
Section titled “Example”[agent.apiKeys]openai = "sk-..."Keep these out of any conf.toml you commit. Either set them via environment
variables (the [agent] section honours env-var overrides) or keep them in
~/.ingrain/conf.toml only.