Anthropic
Package
Section titled “Package”dotnet add package AgentCircuits.Providers.AnthropicEntry points
Section titled “Entry points”Use either:
Anthropic.LanguageModel("claude-sonnet-4-5")Anthropic.Create(new AnthropicProviderOptions { ... })
Environment variable
Section titled “Environment variable”ANTHROPIC_API_KEY=...File-config keys
Section titled “File-config keys”The generic provider config mapper currently supports:
api_keybase_url
Additional notes
Section titled “Additional notes”Portal-specific Anthropic configuration also exposes enable_beta_features, but that is not part of the generic file-config mapper.