Applicable to the Express and Enterprise Editions only.
Navigate to settings
- Log in to Prophecy as an administrator.
- Go to Settings > Admin > Copilot Settings.
- Locate AI Model Provider Credentials.
- 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:Configure Azure AI Foundry
Use this option to route Claude requests through your Azure AI Foundry deployment. Apply the following configuration:Configuration parameters
| Parameter | Description |
|---|---|
| foundry_api_key | Your Azure AI Foundry API key |
| foundry_base_url | Your Azure AI Foundry endpoint URL |
| foundry_model | The deployed Claude model name |
Important
- Remove
/v1/messagesfrom 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 ananthropic_key or a foundry_config block selects the provider.
Only one provider can be configured at a time.
