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.
Use the generated API key in the authentication section of your Claude Provider configuration.
Authentication
This provider requires authentication.
- api_key: Anthropic API Key (required: True, sensitive: True)
- model: Claude model to use (required: False, sensitive: False)
- system_prompt: System prompt that sets Claude’s role for all requests in this provider. (required: False, sensitive: False)
In workflows
This provider can be used in workflows.
As “step” to query data, example:
If you need workflow examples with this provider, please raise a GitHub issue.