Skip to content

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

  1. Go to Business → Connected AIs
    🔗 https://ainisa.com/business/ais

  2. Click Add AI.

  3. 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
  4. 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

  1. Go to https://platform.openai.com/
  2. Sign in or create an account
  3. Open the API Keys page
  4. Click Create new secret key
  5. Copy the key and paste it into Ainisa’s “API Key” field

Example format:
sk-proj-PqvD3zV...
(starts with sk- and is long and unique)


🧬 Anthropic

  1. Visit https://console.anthropic.com/
  2. Sign in with your account
  3. Go to API Keys section in the sidebar
  4. Click Create new key
  5. Copy the generated key and paste it into Ainisa

Example format:
sk-ant-api-abcdef123456...


⚡ DeepSeek

  1. Go to https://platform.deepseek.com/
  2. Sign up or log in
  3. Navigate to API Keys from your dashboard
  4. Click Generate Key
  5. Copy the new key and add it in Ainisa

Example format:
ds-XXXXXXXXXXXXXXXXXXXX


🧩 Example Configuration

FieldExample ValueNotes
AI ProviderOpenAISelect from dropdown
Organization ID(optional)Not required for most users
API Keysk-proj-PqvD3zV...Paste from provider’s dashboard

✅ Summary

StepActionDescription
1Select ProviderChoose OpenAI, Anthropic, or DeepSeek from the dropdown
2Enter API KeyPaste your key from the provider’s dashboard
3(Optional) Organization IDLeave blank unless your provider explicitly requires it
4SaveYour 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