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, or gemini-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

  1. Go to API section in your Agent .

  2. Paste your API key into the input field.

  3. Select the model provider you want to use (e.g., OpenAI, Anthropic)

  4. Save the configuration—that’s it! Your Agent is now connected.

You can add multiple API keys to support multi-model workflows