The Anthropic Provider supports querying Claude language models for prompt-based
interactions.
Outputs
Currently, the Claude Provider outputs the response from the model based on the prompt provided.Connecting with the Provider
To connect to Claude, you’ll need to obtain an API Key:- Log in to your Anthropic account at Anthropic Console.
- Navigate to the API Keys section.
- Click on Create Key to generate a new API key for Keep.
authentication
section of your Claude Provider configuration.
Authentication
This provider requires authentication.- api_key: Anthropic API Key (required: True, sensitive: True)