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.

Choose an authentication approach

A static API key in the managed configuration is the simplest path. 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