> ## Documentation Index
> Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anthropic

> Configure Anthropic as an AI provider in your Adaline workspace

## Adding Anthropic Credentials

You can add Anthropic credentials by navigating to the **Providers** page under **Settings**.

<Steps>
  <Step title="Configure Provider Name">
    Click on the plus (+) icon.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/anthropic/anthropic-1.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=77c04003709e8a490cbe97015cf0ccd6" alt="Configure Anthropic provider name" title="Configure Anthropic Provider Name" style={{ width:"100%" }} width="2162" height="1376" data-path="images/admin/providers/anthropic/anthropic-1.png" />

    * Enter a unique **Name** for your Anthropic configuration (e.g., "anthropic-Dev").
    * This name will be used as a prefix in the model dropdown to help you identify which provider configuration to use. The name appears as "Anthropic (your-name)::" before each model name.
    * It makes it easy to distinguish between multiple Anthropic accounts like "Anthropic-dev" and "Anthropic-prod" setups.
  </Step>

  <Step title="Enter API Credentials">
    Add your **API key** in the required field.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/anthropic/anthropic-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=29e26439867b32c2dca51ff875ceb3c6" alt="Enter Anthropic API credentials" title="Enter Anthropic API Credentials" style={{ width:"100%" }} width="1016" height="1010" data-path="images/admin/providers/anthropic/anthropic-2.png" />

    * Optionally, you can specify a custom **Base URL** if needed (defaults to [https://api.anthropic.com](https://api.anthropic.com) if left blank).
    * You can also add a **Description** to help identify the purpose of these credentials for future reference.
  </Step>

  <Step title="Create">
    Click **Create** to save your provider configuration.
  </Step>
</Steps>
