inferenceProvider to mantle and supply a region and bearer token (or a credential helper that returns one).
Configuration keys
Mantle reuses the Bedrock key names; keys not listed here (inferenceBedrockProfile, inferenceBedrockSso*, inferenceBedrockAwsDir, inferenceBedrockAwsCliPath, inferenceBedrockServiceTier) are ignored for this provider.
| Setting | Required | Description |
|---|---|---|
AWS regioninferenceBedrockRegion | Yes | AWS region for the Mantle endpoint, for example us-east-1. Used to construct bedrock-mantle.<region>.api.aws when no base URL is set. |
AWS bearer tokeninferenceBedrockBearerToken | One credential source | Bearer token for Bedrock Mantle. May be supplied dynamically by an inferenceCredentialHelper executable instead. |
Bedrock base URLinferenceBedrockBaseUrl | No | Override the regional Mantle endpoint. Provide the full SDK base URL including the /anthropic path, for example https://bedrock-mantle.us-east-1.api.aws/anthropic. A bare hostname is coerced to https://; http:// is accepted with a warning. |
inferenceModels; Mantle has no model-list endpoint, so model discovery is not available. As with the standard Bedrock provider, server-side Web Search is not supported. See the Configuration reference.
Configure in the app
Open the in-app configuration window (Developer → Configure third-party inference). In the Connection section, set Inference provider to Bedrock Mantle, then fill in the credentials card:| Field | Value |
|---|---|
| AWS region | e.g. us-east-1 |
| AWS bearer token | your Mantle bearer token |
| Bedrock base URL | optional |
.mobileconfig (macOS) or .reg (Windows) file for your MDM. See Installation and setup for the export and deployment workflow.