Add AI Provider
Before creating an AI model or assistant, you must connect at least one AI provider (like OpenAI, Anthropic, or DeepSeek).
This allows Ainisa to send your chat or API requests through the provider’s models securely.
⚙️ Add a New Provider
Go to Business → Connected AIs
🔗 https://ainisa.com/business/aisClick Add AI.
Fill in the fields:
- AI Provider: Choose your provider from the list (e.g., OpenAI, Anthropic, DeepSeek)
- Organization ID: Optional field — can be left empty for most providers
- API Key: Paste your provider’s secret API key here
Click Save — Ainisa will verify your key and securely encrypt it before storing.
🛡️ All API keys you connect are encrypted with AES-256 and never stored in plain text.
Ainisa uses your key only to make authorized API calls to your chosen provider.
🔑 How to Get Your API Keys
Here’s how to obtain your API keys from the most common AI providers:
🧠 OpenAI
- Go to https://platform.openai.com/
- Sign in or create an account
- Open the API Keys page
- Click Create new secret key
- Copy the key and paste it into Ainisa’s “API Key” field
Example format:
sk-proj-PqvD3zV...
(starts withsk-and is long and unique)
🧬 Anthropic
- Visit https://console.anthropic.com/
- Sign in with your account
- Go to API Keys section in the sidebar
- Click Create new key
- Copy the generated key and paste it into Ainisa
Example format:
sk-ant-api-abcdef123456...
⚡ DeepSeek
- Go to https://platform.deepseek.com/
- Sign up or log in
- Navigate to API Keys from your dashboard
- Click Generate Key
- Copy the new key and add it in Ainisa
Example format:
ds-XXXXXXXXXXXXXXXXXXXX
🧩 Example Configuration
| Field | Example Value | Notes |
|---|---|---|
| AI Provider | OpenAI | Select from dropdown |
| Organization ID | (optional) | Not required for most users |
| API Key | sk-proj-PqvD3zV... | Paste from provider’s dashboard |
✅ Summary
| Step | Action | Description |
|---|---|---|
| 1 | Select Provider | Choose OpenAI, Anthropic, or DeepSeek from the dropdown |
| 2 | Enter API Key | Paste your key from the provider’s dashboard |
| 3 | (Optional) Organization ID | Leave blank unless your provider explicitly requires it |
| 4 | Save | Your key will be verified and encrypted by Ainisa |
🔒 Security Notes
- Ainisa never logs or displays your raw provider keys
- All keys are AES-256 encrypted in database
- Keys are used only to call the provider’s APIs securely
- You can delete or replace them anytime