Skip to content

Bedrock

Terminal window
dotnet add package AgentCircuits.Providers.Bedrock

Bedrock configuration is region-driven and can resolve AWS credentials from several sources.

Terminal window
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_SESSION_TOKEN=...

The generic file-config mapper supports:

  • region
  • access_key_id
  • secret_access_key
  • session_token
  • profile
  • auth_mode
  • role_arn
  • external_id
  • role_session_name

Use Bedrock when you need AWS-native hosting or vendor access through the Bedrock control plane.