Navigate to the API Key Management page from Settings Center to configure your AI model provider credentials for strategy generation and chat assistant features.
📖
How It Works
1
Open API Key Management
Navigate to the API Key Management page from Settings Center to configure your AI model provider credentials for strategy generation and chat assistant features.
2
Select AI Model Provider
Choose your preferred AI provider from the dropdown menu — options include OpenAI (GPT), Anthropic (Claude), Google (Gemini), and DeepSeek, each with different model variants.
3
Enter and Save API Key
Provide a descriptive name for your key, paste the API key obtained from your provider's dashboard, and click 'Add API Key' to securely store it in the encrypted database.
4
Test Key Connection
Use the 'Test' button next to each stored key to verify it can successfully connect to the provider's API and has valid permissions for model access.
5
Manage Stored Keys
View all your saved API keys in the management table, where you can test connectivity, review key status, or delete keys that are no longer needed.
ℹ️
Note
API Key Management allows you to securely store and manage credentials for multiple AI model providers used across the platform
💡
Tips & Best Practices
💡
Tip
Always test your API key connection immediately after adding it to confirm the key is valid and has the correct permissions before using it in strategy workflows
💡
Tip
Use descriptive names like 'OpenAI-Production' or 'Claude-Testing' to easily distinguish between keys when you have multiple providers configured
💡
Tip
Rotate your API keys periodically by adding a new key, verifying it works, and then deleting the old one to maintain security best practices
❓
Frequently Asked Questions
Which AI model providers are supported?
The platform supports OpenAI (GPT-4, GPT-4o), Anthropic (Claude 3.5, Claude 3), Google (Gemini Pro, Gemini Ultra), and DeepSeek models. New providers are added as they become available in the AI ecosystem.
How do I obtain an API key from a provider?
Register on the provider's developer platform (e.g., platform.openai.com, console.anthropic.com), navigate to their API Keys section, and create a new key. Copy the key immediately as most providers only show it once during creation.
Are my API keys stored securely?
Yes, all API keys are encrypted at rest in the database and transmitted exclusively over HTTPS. Keys are never exposed in client-side code or browser storage, and only decrypted server-side when making authenticated API calls.
What happens if my API key expires or reaches its usage limit?
If your key becomes invalid, features that depend on that provider will show an error message. You can add a new valid key at any time. The platform does not automatically detect expiration, so test your keys periodically.
⚠️
Important Notes
⚠️
Warning
API keys grant access to external AI services that incur usage costs billed directly by the provider. Monitor your usage and spending limits on each provider's dashboard to avoid unexpected charges.
Was this page helpful? Your feedback helps us improve the documentation.