# Anthropic

{% hint style="info" %}
The AI Writing Assistant AddOn is only available for [Superpowers](https://developers.beefree.io/pricing-plans) and [Enterprise](https://developers.beefree.io/pricing-plans) plans. The AI Writing Assistant and Anthropic provider are available for Email, Page, and Popup builders.
{% endhint %}

## Overview

This page discusses how to configure Anthropic as a provider for the [AI Writing Assistant AddOn](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md) within the Beefree SDK Developer Console. If the AI Writing Assistant AddOn is already enabled for your application, and you'd like to switch providers, take the steps outlined in the [Switch Providers](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md#switch-providers) section of the [AI Writing Assistant page](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md#switch-providers) to enable Anthropic as your new provider.

{% hint style="info" %}
**Note:** [Claude Sonnet 3.5](https://docs.anthropic.com/en/docs/about-claude/models/overview) is the model used when you configure Anthropic as your provider.
{% endhint %}

### Prerequisites

Prior to getting started, ensure you have the following:

* A [Superpowers or Enterprise Beefree SDK plan](https://developers.beefree.io/pricing-plans)
* The AI Writing Assistant AddOn enabled in the [Beefree SDK Developer Console](https://developers.beefree.io/login?from=website_menu).
* An API Key for [Anthropic](https://www.anthropic.com/)
  * **Note:** Refer to [Anthropic’s documentation](https://www.anthropic.com/) for instructions on creating an account and generating your API key.

### Configuration Steps

Take the following steps to configure this provider:

1. Log in to the [Beefree SDK Developer Console](https://developers.beefree.io/login?from=website_menu).
2. Navigate to the application with the AI Writing Assistant enabled.
   1. Click **Details**.
3. Navigate to the **AddOns** under **Application configuration** section.
   1. Click **View more**.
4. Click the **Manage Providers** tab.
5. Click **Add provider**.
6. Complete the required information.\*
7. Click **Save** to save your provider configuration.

\*Reference the [Required Provider Information](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md#required-provider-information) section of the [AI Writing Assistant AddOn page](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md) to reference what information is required to configure Anthropic as a provider.

### Shared Logic Considerations

Consider the following shared logic when integrating the AI Writing Assistant AddOn and Anthropic as a provider:

* **Methods:** The methods used for the Anthropic provider are inherited from the [AI Writing Assistant AddOn](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md). These include functionality for generating content for supported block types (Title, Paragraph, List, Button) and for handling metadata.
* **Events:** The integration supports all events from the [AI Writing Assistant](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md), such as tracking user actions and processing content generation requests.
* **Callbacks:** All callbacks associated with the Anthropic provider are inherited from the [AI Writing Assistant](/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant.md). They manage notifications for successful or failed content generation attempts.

### Additional Considerations

* **Billing**: Refer to Anthropic’s [pricing documentation](https://www.anthropic.com/pricing) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.beefree.io/beefree-sdk/builder-addons/partner-addons/ai-writing-assistant/available-providers/anthropic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
