# How To Get Claude AI API Key

Shortcuts:

* [Registering An Anthropic Account](#registering-an-anthropic-account)
* [Create An API Key](#create-an-api-key)

## Registering An Anthropic Account

To get an API key for Claude AI, you need an Anthropic account. Go to [**https://console.anthropic.com/**](https://console.anthropic.com/) to sign up a new account. Click to **Continue With Google** account to proceed.

<figure><img src="/files/zfTbhwo36oH3aVrgfCeA" alt=""><figcaption></figcaption></figure>

Proceed submit all the required information and click the **Create Account** button.&#x20;

<figure><img src="/files/3CpqcXsYb0ONfqrVO0gn" alt=""><figcaption></figcaption></figure>

For a new account, you need to buy credits before you can use the API. Click **buy credits** or go to <https://console.anthropic.com/settings/billing> to proceed.&#x20;

<figure><img src="/files/NS6q0odOM7nD7lHog0od" alt=""><figcaption></figcaption></figure>

For a new account, you need to complete some information for your account. You can refer the example below. Then, click continue button to proceed.

<figure><img src="/files/KmO1vfkp09jWh5qffOqw" alt=""><figcaption></figcaption></figure>

Next step is fill your billing information. You can buy Claude credits with your submitted credit/debit card here. Then click the continue button to proceed.&#x20;

<figure><img src="/files/A6qHZnkG8eViJsJrAQRj" alt=""><figcaption></figcaption></figure>

To buy the credits, go the **Billing** menu and click **Add Fund.** Minimum required fund you can buy is **USD5**. Then, click the **Purchase** button to proceed.&#x20;

<figure><img src="/files/T2SPf5BD9FDQe9WgP8W4" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**NOTES:** Always check your billing and make sure credits is always enough so the A.I feature will continuously working.&#x20;
{% endhint %}

## Create An API Key

After you already complete register account (complete information and buy credits), then go to the setting menu. Click to the API Key menu and click the **Create Key** button.&#x20;

<figure><img src="/files/9AGTP7xBjxpj64pZoA2Y" alt=""><figcaption></figcaption></figure>

Select a workspace (or just choose default) and name your API key for your future references. Then, click the Add button.&#x20;

<figure><img src="/files/HWM5quqlEFsb03R7cNbj" alt=""><figcaption></figcaption></figure>

Now, you will get your secret API Key. Copy this key and use this API key in your Wasapmatic A.I API key setting.&#x20;

<figure><img src="/files/gAHZ7d9vWTxiPYW30mTk" alt=""><figcaption></figcaption></figure>


---

# 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://help.wasapmatic.com/whatsapp-artificial-intelligence-a.i/how-to-get-claude-ai-api-key.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.
