For the complete documentation index, see llms.txt. This page is also available as Markdown.

Agent Configuration

For AI agents to function in a specific environment, every provider used in your project must be configured with valid credentials.

Opening the configuration

In the DevOps portal, navigate to your portal and open the AI agent configuration panel. Any providers already configured are listed here. Click + Add configuration to add a new provider.

Adding a provider

Clicking + Add configuration opens a Choose a provider dialog with the currently available model providers. Each provider has its own set of required credentials, and each provider will have its own authentication options. There can be multiple providers configured at the same time, allowing you to use different agents from different providers in the same project.

Notes

  • The same provider configuration can be shared across multiple agents within the same portal.

  • Configuration must be set up per environment, a configuration added to staging is not automatically available on live.

  • This configuration is only accessible to users with DevOps portal access. If you need a provider configured, contact your portal administrator.

  • The model selection in the modeler chooses the credentials used, ensure developers are aware of the cost implications.

  • Below per provider the necessary information to setup in DevOps (or ask WEM Support to setup in DevOps in case your project runs in a Shared Runtime).

  • API Key only

  • Resource Name (ending in .openai.azure.com)

and

  • Authentication Mode API Key:

    • API Key

  • Authentication Mode Client Secret:

    • Tenant ID

    • Client ID

    • Client Secret

  • API Key only

  • Gemini Developer API

    • API Key

  • Vertex AI

    • Project

    • Location

    • Service Account Key

  • Organization ID

  • Project ID

  • API Key

Last updated

Was this helpful?