Configuration
Connect your OpenAI API key.
graph LR
A[🔑 Get API Key] --> B[⚙️ Settings]
B --> C[💾 Save]
C --> D[✅ Ready!]
style A fill:#6366F1,stroke:#7C90A0,color:#fff
style B fill:#F59E0B,stroke:#7C90A0,color:#fff
style C fill:#189AB4,stroke:#7C90A0,color:#fff
style D fill:#10B981,stroke:#7C90A0,color:#fff
Step 1: Get Your API Key
- Go to OpenAI Platform
- Click Create new secret key
- Copy the key (starts with
sk-...)
Keep it Secret
Never share your API key publicly.
Step 2: Add to WordPress
- Go to Settings → PraisonAI
- Paste your API key
- Click Save Changes
sequenceDiagram
participant You
participant WordPress
participant OpenAI
You->>WordPress: Paste API Key
WordPress->>WordPress: Store Securely
WordPress->>OpenAI: Verify Connection
OpenAI-->>WordPress: Success!
WordPress-->>You: Ready to chat!
Done!
Your chatbot is ready. Add it to a page →