Claude Target
You can define a Claude target to be used for AI Insights in your account.
Create a Claude Target with the CLI
To create a Claude target with the CLI, run the following command:
akeyless target create claude \
--name <target name> \
--api-key <Claude API key> \
--claude-url <Claude API base URL> \
--key <protection key>Where:
name: A unique name of the target. The name can include the path to the virtual folder where you want to create the new target, using slash/separators. If the folder does not exist, it will be created together with the target.api-key: The Claude API key.claude-url: The Claude API base URL. Default:https://api.anthropic.comkey: The protection key used to encrypt the target secret value. If not specified, the account default protection key is used.
You can find the complete list of parameters for this command in the CLI Reference - Akeyless Targets section.
Create a Claude Target in the Console
- Log in to the Akeyless Console, and go to Targets > New > AI (Claude).
- Define a Name of the target, and specify the Location as a path to the virtual folder where you want to create the new target, using slash
/separators. If the folder does not exist, it will be created together with the target. - Select a Protection key with a Customer Fragment to enable Zero-Knowledge and click Next.
For more information, read here. - Define the remaining parameters as follows:
- API Key: The Claude API key.
- Claude URL: The Claude API base URL. Default:
https://api.anthropic.com
