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. This option does not offer third-party data residency; see the overview for what that means for the compliance statements on these pages.inferenceCredentialHelper to an executable that fetches a short-lived credential at runtime; see Write a credential helper.
Configure the app
Configuration keys
| Key | Type | Availability | Default | Description |
|---|---|---|---|---|
inferenceAnthropicApiKey | string | MDM + Bootstrap | — | Leave blank to fetch a key via browser sign-in, or to supply the key via a credential helper. |