Anthropic
Configure an Anthropic credential in Validio to leverage Claude AI models for generating SQL queries in custom validators and filters.

Configuration for Anthropic credential
Anthropic provides advanced AI language models, including the Claude family of models for text generation, analysis, and conversation. By adding an Anthropic credential to Validio, you can leverage these capabilities to generate SQL query for custom validation and filtering.
Prerequisites
Before setting up your Anthropic credential, ensure you have:
- Enabled the Allow LLM credentials setting in your Validio Workspace (requires Global Admin)
- Appropriate permissions to create credentials in your Validio namespace (requires Editor)
- An active Anthropic account
- An Anthropic API key (you can generate on from the Anthropic Console)
Add an Anthropic Credential
Because each Anthropic credential is tied to one language model, you should add an Anthropic credential for each model you want to use in Validio.
To add an Anthropic credential,
-
Navigate to Credentials and click + New Credential.
-
Namespace: Select the namespace where the resources will be created.
-
Credential Type: Select Anthropic from the dropdown
-
Configuration: Complete the required parameters.
Parameter Description Name A unique identifier for this credential. Model Select from available Anthropic models (Claude 4, Claude Sonnet 4.5) or, if the desired model is not in the list, enter the Claude API IDof the model. Refer to Models overview in Claude documentation.API key Your Anthropic API key from the Anthropic Console. The valid API key starts with sk-ant-api03-Custom base URL (Optional) Custom base URL for the Anthropic API. Only needed if using a proxy or custom endpoint.
-
(Optional) Click Test credential to validate that Validio can successfully connect to Anthropic using your configuration.
If the test fails, verify your API key is correct.
-
Click Create credential to save your configuration.
Next Steps
With your Anthropic credential configured, you can leverage Claude AI models across various Validio features:
- Custom SQL validators: Use Claude to generate complex validation queries or fix errors in your SQL queries.
- SQL filters: Leverage Claude to create sophisticated filtering conditions and data selection criteria.
Updated 7 days ago