Skip to main content
To use Anthropic’s Claude API directly as the inference provider, set inferenceProvider to anthropic and supply an API key as described below. This is the first-party path: inference goes straight to Anthropic rather than to a Claude deployment hosted in your Amazon, Google, or Microsoft tenancy.
When inferenceProvider is anthropic, inference traffic goes to Anthropic’s API endpoints rather than staying within your cloud provider. The data-residency and compliance statements on these pages do not apply to this option.
For environments where static API keys aren’t permitted, set inferenceCredentialHelper to an executable that fetches a short-lived credential at runtime; see Write a credential helper.

Configure the app

Configuration keys

SettingTypeAvailabilityDefaultDescription
Claude API key
inferenceAnthropicApiKey
stringMDM + BootstrapLeave blank to fetch a key via browser sign-in, or to supply the key via a credential helper.