Skip to main content
Prophecy allows you to use Anthropic Claude models through different providers by configuring the Transform Agent in settings. Only one provider can be active at a time.
Applicable to the Express and Enterprise Editions only.
  1. Log in to Prophecy as an administrator.
  2. Go to Settings > Admin > Copilot Settings.
  3. Locate AI Model Provider Credentials.
  4. Edit the Transform Agent JSON.

Configure Anthropic (public API)

Use this option to connect directly to Anthropic using an API key from the Anthropic Console. Apply the following configuration:
This configuration sends requests directly to Anthropic’s public API using your provided API key.

Configure Azure AI Foundry

Use this option to route Claude requests through your Azure AI Foundry deployment. Apply the following configuration:

Configuration parameters

Important

  • Remove /v1/messages from the base URL provided by Azure AI Foundry.
  • The model name must match the deployment name in Azure AI Foundry.

How it works

Prophecy uses the Transform Agent configuration to determine which provider handles Claude requests. Defining either an anthropic_key or a foundry_config block selects the provider. Only one provider can be configured at a time.