# Anthropic

## Selecting the Connection Type

Once you have [selected your connection type](https://docs.probe.splx.ai/ai-red-teaming/probe/add-target/integration-setup#selecting-a-connection-type), a configuration tab will appear on the next step, prompting you to input the required connection details.

## Integration Setup

<figure><img src="https://1029475228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi12bk7lo75SODuwcRCQp%2Fuploads%2Fmq2ZLOjR9RZ4nI2oTYNC%2F2_anthropic.png?alt=media&#x26;token=109c9d77-fedd-45fc-b796-ae854741d909" alt=""><figcaption><p>Figure 1: Anthropic Integration Example</p></figcaption></figure>

* **System Prompt** - Your application’s system prompt. It sets the initial instructions or context for the AI model, defines the behavior, tone, and specific guidelines the AI should follow while interacting. For best practices, refer to the [OpenAI documentation on prompt engineering](https://platform.openai.com/docs/guides/prompt-engineering).
* **API Key** - Your Anthropic API Key, it can be generated in via Anthropic's web Console, in [API keys](https://console.anthropic.com/settings/keys) section in Account Settings.
* **Model** - Anthropic API name of the large language model that your application is using, you can search for available models, under "Anthropic API" column of the "Model names" table [here](https://docs.anthropic.com/en/docs/about-claude/models#model-names).
* **Max Tokens** - This parameter specifies the absolute maximum number of tokens that model can generate and return in the response.

For more information, you can explore the official [Anthropic](https://docs.anthropic.com/en/api/getting-started) documentation.
