# Anthropic API Key (Claude)

### Step 1: Create an Anthropic Account

1. Visit the [Anthropic Console](https://console.anthropic.com/)
2. Click on "Sign Up" to create a new account
3. Provide the required information (email, password, etc.)
4. Verify your email address through the verification link sent to your inbox

### Step 2: Generate an API Key

1. Log in to your Anthropic account at [console.anthropic.com](https://console.anthropic.com/)
2. Navigate to [Account Settings > API Keys](https://console.anthropic.com/account/keys)
3. Click "Create Key"
4. Enter a descriptive name for your API key
5. Click "Create Key" to generate your API key
6. **IMPORTANT**: Copy your API key immediately and store it securely as it will only be shown once

### Step 3: Paste API Key in Stammer.ai Vault

1. Log in to your Stammer.ai dashboard.
2. Go to **Agency → Vault → OpenAI API Key**.
3. Paste your Anthropic API key.
4. Click **Verify & Save**.

Run a quick test chat. If the reply comes back, you are set.


---

# 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.stammer.ai/stammer.ai-docs/chat-ai-agents/vault/anthropic-api-key-claude.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.
