Skip to main content

Providers

The Providers page allows you to manage the AI providers that power your agents. Providers are the backbone of an agentโ€™s intelligence โ€” they process user inputs and generate responses. Each provider comes with its own capabilities, API credentials, and settings.

On this page, you can:

  • View all configured providers.
  • Create new providers by adding their credentials.
  • Edit provider details such as name, type, or API key.
  • Remove unused or outdated providers.

๐Ÿ“‹ Provider Listโ€‹

The list displays all configured providers, showing:

  • Name โ€“ Internal identifier of the provider (e.g., IXR_AI_DEMO).
  • Type โ€“ Provider service type (e.g., INWORLD, CONVAI, IXR_AI).

From the list, you can open the actions menu (โ‹ฎ) to edit or delete a provider.

Providers list page

โž• Creating a Providerโ€‹

When creating a new provider, you must specify:

  • Name โ€“ A unique identifier for the provider.
  • Type โ€“ Select from supported providers (INWORLD, CONVAI, IXR_AI).
  • API Key โ€“ The authentication key for the provider service.

Once created, the provider becomes available for AI agents in your workspace.

Create provider page

โœ๏ธ Editing a Providerโ€‹

Editing a provider allows you to:

  • Update the Name.
  • Change the Type (if needed).
  • Rotate or update the API Key.
Edit provider page

โœ… Best Practicesโ€‹

Best practice โ€” Secure API keys

Always rotate API keys periodically and avoid sharing them across environments. Use separate keys for development, staging, and production.

Best practice โ€” Multiple providers

For resilience, configure more than one provider type. This allows fallback options if one provider becomes unavailable.