FruxonDocs

AI Connections

Configure AI provider API keys for your agents

AI Connections lets you configure the LLM provider API keys your agents use. Each agent manages its own provider configurations through the AI Providers tab in Agent Studio.

Configuring a Provider

  1. Open your agent in Agent Studio
  2. Open the Configuration Panel (left sidebar)
  3. Select the AI Providers tab
  4. Find the provider you want to configure (e.g., OpenAI, Anthropic, Google)
  5. Expand the provider card
  6. Enter your API key and any required credentials
  7. Click Test to validate the connection
  8. Click Save

Each provider card shows a Configured badge once your API key is saved and validated, or Setup Needed if credentials are missing.

Supported Providers

Fruxon supports multiple AI providers. Each provider has its own set of configuration fields and available models:

  • OpenAI — GPT-4o, GPT-4 Turbo, GPT-4, GPT-3.5 Turbo, and more
  • Anthropic — Claude 4 Sonnet, Claude 3.5 Sonnet, Claude 3.5 Haiku, and more
  • Google — Gemini 2.0 Flash, Gemini 1.5 Pro, Gemini 1.5 Flash, and more

Configuration fields vary by provider but typically include:

FieldDescription
API KeyYour provider's API key (stored securely)
Additional credentialsProvider-specific fields (e.g., project ID, region)

Click the Get API key link on any provider card to open the provider's website where you can generate your key.

Using Providers in Workflows

Once configured, providers become available when adding Agent Steps to your workflow:

  1. Add or select an Agent Step on the canvas
  2. In the step configuration, select your AI Provider
  3. Choose a Model from the available options
  4. Providers with saved API keys show a Configured badge in the dropdown

Agent-Level Configuration

AI provider keys are configured per agent — each agent can use different API keys or different providers. This allows you to:

  • Use separate API keys for different agents
  • Test with one provider and deploy with another
  • Manage billing across different projects or teams

Next Steps

On this page