How to Get Your AI API Key

You need an API key from either Anthropic (Claude) or OpenAI (GPT). Pick one below.

Anthropic (Claude)

1

Go to console.anthropic.com

Create a free account at console.anthropic.com if you don't have one. You'll need an email address.

2

Add billing

Go to Settings > Billing and add a payment method. You only pay for what you use — most bots cost pennies per conversation.

3

Create an API key

Go to Settings > API Keys and click "Create Key". Give it a name like "NormieClaw". Copy the key — it starts with sk-ant-.

4

Paste into NormieClaw

That's your API key. Paste it into the API Key field when deploying your agent. We encrypt it immediately with AES-256.

OpenAI (GPT)

1

Go to platform.openai.com

Create an account at platform.openai.com. This is separate from ChatGPT — it's the developer platform.

2

Add billing

Go to Settings > Billing and add a payment method. Like Anthropic, you only pay for actual usage.

3

Create an API key

Go to API Keys and click "Create new secret key". Give it a name. Copy the key — it starts with sk-proj-.

4

Paste into NormieClaw

Paste it into the API Key field when deploying. Encrypted on arrival, never stored in plain text.

How much do API keys cost?

You only pay for what your bot actually uses. Here's a rough guide:

  • GPT-4o-mini — ~$0.15 per 1M tokens (cheapest)
  • Claude Haiku 4 — ~$0.25 per 1M tokens (fast & cheap)
  • GPT-4o — ~$2.50 per 1M tokens
  • Claude Sonnet 4 — ~$3.00 per 1M tokens (best quality)

For reference, 1M tokens is roughly 750,000 words — most casual bots cost under $1/month in API usage.