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

# Anthropic integration

> Set up the Anthropic integration on Blaxel to call Claude models through a unified endpoint with centralized access control and observability.

The Anthropic integration allows Blaxel users to **call Anthropic models using a Blaxel endpoint** in order to unify access control, credentials and observability management.

The integration must be set up by an [admin](../Security/Workspace-access-control) in the Integrations section in the [workspace settings](../Security/Workspace-access-control).

## Set up the integration

In order to use this integration, you must register an Anthropic access token into your Blaxel workspace settings. The scope of this access token (i.e. the Anthropic workspace it is allowed to access) will be the scope that Blaxel has access to.

First, generate an [Anthropic API key](https://docs.anthropic.com/en/api/getting-started) from [your Anthropic organization settings](https://console.anthropic.com/settings/keys). Select the workspace to use for this key.

On Blaxel, in Workspace Settings > Anthropic integration, create a new connection and paste this token into the “API key” section.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Integrations/Anthropic/image.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=124e2ab5cdfa0e310805b7b5038b1ef2" alt="image.webp" width="2048" height="1148" data-path="Integrations/Anthropic/image.webp" />

## Connect to an Anthropic model

Once you’ve set up the integration in the workspace, any workspace member can use it to reference an Anthropic model as an [external model API](../Models/External-model-apis).

When creating a model API, select Anthropic. You can search for any model from the Anthropic catalog.

<img src="https://mintcdn.com/blaxel/OV8J20a-e6sNRxmO/Integrations/Anthropic/image1.webp?fit=max&auto=format&n=OV8J20a-e6sNRxmO&q=85&s=1762fa4582746e6d260a9a555a1288e7" alt="image.webp" width="1414" height="1486" data-path="Integrations/Anthropic/image1.webp" />

After the model API is created, you will receive a dedicated global Blaxel endpoint to call the model. Blaxel will forward inference requests to Anthropic, using your Anthropic credentials for authentication and authorization.

<Info>Because your own credentials are used, any inference request on this endpoint will incur potential costs on your Anthropic account, as if you queried the model directly on Anthropic.</Info>
