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

# Anthropic

> Connect Anthropic to call Claude models from within Adapt

Connect your Anthropic account to Adapt so you can call Claude models for generation and analysis. You will create an API key in the Claude Console.

## Set up credentials

<Steps>
  <Step title="Sign in to the Claude Console">
    Go to [console.anthropic.com](https://console.anthropic.com) and sign in or
    create an account.
  </Step>

  <Step title="Open API keys">
    Go to **Settings > API Keys**.
  </Step>

  <Step title="Create a new key">
    Click **Create Key**, give it a name, and confirm. Copy the key immediately
    and store it somewhere safe.

    <Note>
      The key is shown only once. If you lose it, create a new key and delete
      the old one. You can use Workspaces to segment keys and control spend by
      use case.
    </Note>
  </Step>
</Steps>

## Connect to Adapt

<Steps>
  <Step title="Open Integrations">
    In Adapt, go to **Settings > Integrations**.
  </Step>

  <Step title="Find Anthropic">
    Search for **Anthropic** and select it from the catalog.
  </Step>

  <Step title="Start the connection">
    Click **Connect** to open the connection form.
  </Step>

  <Step title="Add your credentials">
    Enter the values you gathered above, then click **Add connection**:

    | Secret Name         | Value                  |
    | ------------------- | ---------------------- |
    | `ANTHROPIC_API_KEY` | Your Anthropic API key |

    You can rename the connection and choose whether it is shared with your
    organization or kept personal to you.
  </Step>

  <Step title="Test the connection">
    Run a short prompt from Adapt to confirm Claude responds.
  </Step>
</Steps>

### Security

* Credentials are encrypted at rest with AES-256
* Treat your API key like a password and rotate it if you suspect exposure
* Use Workspaces to scope keys and limit spend per use case
* Never share your API key or commit it to source control

## Capabilities

Call Claude models directly from Adapt for text generation, summarization, and
analysis. Use it to draft content, reason over documents, and power AI workflows
without leaving Adapt.

### Examples

```
Summarize this contract and flag any unusual clauses.
```

```
Rewrite this draft to be clearer and more concise.
```

```
Analyze this dataset description and suggest the key metrics to track.
```

```
Turn these bullet points into a polished executive summary.
```
