Setting up API keys for LLM

Setting Up OpenAI (Recommended for Beginners)
Step 1: Create Your OpenAI Account
Click "Sign up" and create your account
Verify your email address
Add your phone number for verification
Step 2: Add Payment Method
Once logged in, go to "Billing" in the left sidebar
Click "Add payment method"
Add your credit card (don't worry - you won't be charged much!)
Set a spending limit (start with $5-10 for testing)
Step 3: Create Your API Key
Go to "API Keys" in the left sidebar
Click "Create new secret key"
Give it a name like "My Website Chatbot"
Important: Copy the key immediately! You won't be able to see it again
It will look like:
sk-proj-abc123...
(keep this safe!)
🎉Congratulations !! You now have your own OpenAI API Key.

Setting Up Anthropic (Claude)
Step 1: Create Your Anthropic Account
Click "Sign Up" and create your account
Verify your email address
Step 2: Add Credits
In the console, go to "Credits"
Click "Purchase credits"
Start with $5 in credits for testing
Step 3: Generate API Key
Go to "API Keys" in the left menu
Click "Create Key"
Give it a name like "Website Chatbot"
Copy the key (it starts with
sk-ant-...
)
Step 4: Get VoyageAI Key (For Embeddings)
Anthropic uses VoyageAI for embeddings (understanding document content):
Sign up and verify your account
Go to "API Keys" and create a new key
Copy this key too
Step 5: Configure in AI BotKit
In WordPress admin, go to AI BotKit > Settings
Select "Anthropic" from the AI Engine dropdown
Enter your Anthropic API Key
Enter your VoyageAI API Key
Click "Verify" to test both connections
Click "Save Changes"

Setting Up Google AI
Step 1: Get Google AI Studio Access
Sign in with your Google account
Accept the terms of service
Step 2: Create API Key
Click "Get API Key" in the left sidebar
Click "Create API Key"
Select your Google Cloud project (or create a new one)
Copy the generated API key
Step 3: Configure in AI BotKit
In WordPress admin, go to AI BotKit > Settings
Select "Google" from the AI Engine dropdown
Enter your Google API Key
Click "Verify" to test the connection
Click "Save Changes"
Last updated