Service API Key
An API key is a secure token provided by AI platforms (like OpenAI or Anthropic) that allows your application to interact with their models. Think of it like a password—without it, your app can’t access the model.
🔗 Why Do You Need Model-Specific Keys?
Each AI provider (e.g., OpenAI, Anthropic) issues its own API keys, and these are required to:
Authenticate your requests to the provider
Track usage under your account
Enable access to specific models, like
gpt-4,claude-3, orgemini-pro
By adding the appropriate API key, you're telling your Agent, “Hey, use this provider to process this task.”
⚙️ How to Add API Keys in the Agent Platform
Go to API section in your Agent .
Paste your API key into the input field.
Select the model provider you want to use (e.g., OpenAI, Anthropic)
Save the configuration—that’s it! Your Agent is now connected.
You can add multiple API keys to support multi-model workflows